-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 856 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 856 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
29
30
31
32
33
34
{
"name": "donasi",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/alpinejs": "^0.1.3",
"@astrojs/node": "^5.0.4",
"@astrojs/react": "^2.0.2",
"@astrojs/vercel": "^3.1.4",
"@kidonng/daisyui": "^2.51.3",
"@types/alpinejs": "^3.7.1",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"alpinejs": "^3.11.1",
"astro": "^2.1.0",
"astro-rome": "^0.1.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"unocss-preset-daisy": "^2.0.0"
},
"devDependencies": {
"@unocss/preset-uno": "^0.50.4",
"@unocss/preset-web-fonts": "^0.50.4",
"@unocss/transformer-directives": "^0.50.4",
"unocss": "^0.50.4"
}
}