-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 1.01 KB
/
package.json
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
31
32
33
34
35
36
37
38
{
"name": "@example/framework-multiple",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^1.2.0",
"@astrojs/react": "^1.2.2",
"@astrojs/solid-js": "^1.2.3",
"@astrojs/svelte": "^1.0.2",
"@astrojs/tailwind": "^2.1.3",
"@astrojs/vue": "^1.2.2",
"@nanostores/react": "^0.4.1",
"@nanostores/solid": "^0.3.2",
"@nanostores/vue": "^0.6.1",
"@tanstack/query-core": "5.0.0-alpha.0",
"@tanstack/react-query": "5.0.0-alpha.0",
"@tanstack/solid-query": "5.0.0-alpha.0",
"@tanstack/svelte-query": "5.0.0-alpha.0",
"@tanstack/vue-query": "5.0.0-alpha.0",
"astro": "^1.9.0",
"nanostores": "^0.7.1",
"preact": "^10.7.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.4.3",
"svelte": "^3.48.0",
"tailwindcss": "^3.2.4",
"vue": "^3.2.37"
}
}