summaryrefslogtreecommitdiff
path: root/examples/with-nanostores/package.json
blob: 6b70f7e46c12652465c4a12379937ff2b1f330c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "@example/with-nanostores",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "start": "astro dev",
    "build": "astro build"
  },
  "devDependencies": {
    "astro": "^0.19.0-next.0"
  },
  "dependencies": {
    "nanostores": "^0.3.3"
  },
  "snowpack": {
    "workspaceRoot": "../.."
  }
}