summaryrefslogtreecommitdiff
path: root/examples/with-nanostores/package.json
blob: 077fbfc42f7531b50ec004c9ecf039f31d7a1e59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "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/react": "^0.1.5",
    "@nanostores/vue": "^0.4.1",
    "nanostores": "^0.5.12",
    "preact": "^10.7.1",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "solid-nanostores": "0.0.6",
    "vue": "^3.2.31"
  },
  "devDependencies": {
    "@astrojs/preact": "^0.0.2",
    "@astrojs/react": "^0.1.0",
    "@astrojs/solid-js": "^0.0.4-beta.0",
    "@astrojs/svelte": "^0.0.2",
    "@astrojs/vue": "^0.0.2",
    "astro": "^1.0.0-beta.5"
  }
}