summaryrefslogtreecommitdiff
path: root/examples/with-nanostores/package.json
blob: 95f0b100831a488977ca184af0a37d64c6d31758 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "@example/with-nanostores",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro build",
    "preview": "astro preview",
    "astro": "astro"
  },
  "dependencies": {
    "@nanostores/preact": "^0.1.3",
    "nanostores": "^0.5.12",
    "preact": "^10.7.3"
  },
  "devDependencies": {
    "@astrojs/preact": "^0.5.2",
    "astro": "^1.0.0-rc.7"
  }
}