-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 661 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 661 Bytes
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
{
"name": "@example/framework-multiple",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^4.1.3",
"@astrojs/react": "^4.4.2",
"@astrojs/solid-js": "^5.1.3",
"@astrojs/svelte": "^7.2.4",
"@astrojs/vue": "^5.1.3",
"@types/react": "^18.3.27",
"@types/react-dom": "^18.3.7",
"astro": "^5.16.6",
"preact": "^10.28.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.9.10",
"svelte": "^5.45.10",
"vue": "^3.5.25"
}
}