summaryrefslogtreecommitdiff
path: root/examples/with-nanostores/package.json
blob: fcb34745be8d89b6dd06efc48aebd8484608d4e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "@example/with-nanostores",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro build",
    "preview": "astro preview"
  },
  "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.3"
  }
}