-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1019 Bytes
/
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
{
"name": "why-not-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.1",
"@astrojs/preact": "^4.0.2",
"@astrojs/react": "^4.1.5",
"@astrojs/solid-js": "^5.0.3",
"@astrojs/svelte": "^7.0.3",
"@astrojs/tailwind": "^5.1.4",
"@astrojs/vue": "^5.0.5",
"@types/alpinejs": "^3.13.11",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"alpinejs": "^3.14.8",
"astro": "^5.1.6",
"class-variance-authority": "^0.7.1",
"preact": "^10.25.4",
"prettier-plugin-astro": "^0.14.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"solid-js": "^1.9.4",
"svelte": "^5.18.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vue": "^3.5.13"
},
"devDependencies": {
"eslint": "^9.18.0",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9"
}
}