-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
42 lines (42 loc) · 1.16 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
39
40
41
42
{
"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": "^2.0.3",
"@astrojs/react": "^2.0.2",
"@astrojs/solid-js": "^2.0.2",
"@astrojs/svelte": "^2.0.2",
"@astrojs/tailwind": "^3.0.1",
"@astrojs/vue": "^2.0.1",
"@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/react-query-devtools": "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": "^2.0.4",
"colorthief": "^2.4.0",
"nanostores": "^0.7.1",
"pokeapi-typescript": "^2.1.0",
"preact": "^10.7.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.4.3",
"svelte": "^3.48.0",
"svelte-previous": "^2.1.3",
"tailwindcss": "^3.0.24",
"vue": "^3.2.37"
}
}