-
-
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) · 819 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 819 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": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"start": "astro dev",
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^4.4.0",
"@headlessui/react": "^2.2.9",
"@heroicons/react": "^2.2.0",
"@tailwindcss/vite": "^4.1.14",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"astro": "^5.14.4",
"astro-relative-links": "^0.4.2",
"autoprefixer": "^10.4.21",
"cssnano": "^7.1.1",
"lightningcss": "^1.30.2",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-minisearch": "^7.1.4",
"sass": "^1.93.2",
"tailwindcss": "^4.1.14",
"zustand": "^5.0.9"
},
"devDependencies": {
"baseline-browser-mapping": "^2.9.6"
}
}