summaryrefslogtreecommitdiff
path: root/examples/with-nanostores/package.json
blob: a06f701f25508988bf59f704a9a4d4dd274d0c28 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "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.2",
    "@nanostores/react": "^0.1.5",
    "@nanostores/vue": "^0.4.1",
    "nanostores": "^0.5.7",
    "solid-nanostores": "0.0.6"
  },
  "devDependencies": {
    "@astrojs/renderer-solid": "^0.3.1",
    "astro": "^0.23.0-next.3"
  }
}