-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 770 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 770 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
{
"name": "e-commer-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^4.4.2",
"@iconify-json/lucide": "^1.2.86",
"@iconify-json/mdi": "^1.2.3",
"@nanostores/persistent": "^1.2.0",
"@nanostores/react": "^1.0.0",
"@tailwindcss/vite": "^4.1.18",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"astro": "^5.16.11",
"astro-icon": "^1.1.5",
"nanostores": "^1.1.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"sonner": "^2.0.7",
"swiper": "^12.0.3",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"daisyui": "^5.5.14"
}
}