27 lines
674 B
JSON
27 lines
674 B
JSON
{
|
|
"name": "@example/with-nanostores",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"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"
|
|
},
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "^0.20.4"
|
|
},
|
|
"dependencies": {
|
|
"nanostores": "^0.3.3"
|
|
},
|
|
"snowpack": {
|
|
"workspaceRoot": "../.."
|
|
}
|
|
}
|