2021-06-24 22:39:17 +00:00
|
|
|
{
|
2021-06-29 16:05:33 +00:00
|
|
|
"name": "@example/with-nanostores",
|
2021-06-24 22:39:17 +00:00
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
2021-08-10 00:24:25 +00:00
|
|
|
"description": "A working example on using the aptly named Nanostores State Management plugin with Astro",
|
|
|
|
"keywords": ["kitchen-sink","template","astro"],
|
|
|
|
"repository": {
|
|
|
|
"directory": "/examples/with-nanostores",
|
|
|
|
"type": "github",
|
|
|
|
"url": "https://github.com/snowpackjs/astro/tree/main"
|
|
|
|
},
|
2021-06-24 22:39:17 +00:00
|
|
|
"scripts": {
|
2021-08-19 05:07:08 +00:00
|
|
|
"dev": "astro dev",
|
2021-06-24 22:39:17 +00:00
|
|
|
"start": "astro dev",
|
2021-08-26 19:08:52 +00:00
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview"
|
2021-06-24 22:39:17 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-09-01 19:58:14 +00:00
|
|
|
"astro": "^0.20.4"
|
2021-06-24 22:39:17 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"nanostores": "^0.3.3"
|
2021-06-28 15:46:10 +00:00
|
|
|
},
|
|
|
|
"snowpack": {
|
|
|
|
"workspaceRoot": "../.."
|
2021-06-24 22:39:17 +00:00
|
|
|
}
|
|
|
|
}
|