forked from developer-job-simulation/react-ecommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 695 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 695 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
{
"name": "react-ecommerce",
"version": "0.0.1",
"scripts": {
"dev:frontend": "vite",
"dev:backend": "json-server --watch db.json --port 3001",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@headlessui/react": "^1.6.0",
"@heroicons/react": "^1.0.6",
"@tailwindcss/forms": "^0.5.0",
"@types/react": "^17.0.13",
"@types/react-dom": "^17.0.8",
"@vitejs/plugin-react-refresh": "^1.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"vite": "^2.3.8",
"@tailwindcss/aspect-ratio": "^0.4.0",
"autoprefixer": "^10.4.5",
"json-server": "^0.17.0",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.24"
}
}