-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 888 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 888 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
35
36
{
"name": "ecommerce",
"version": "2.0.0",
"private": true,
"type": "module",
"dependencies": {
"@google/genai": "^1.34.0",
"@heyputer/puter.js": "^2.2.2",
"@reduxjs/toolkit": "^2.3.0",
"@vitejs/plugin-react": "^4.3.4",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"font-awesome": "^4.7.0",
"formik": "^2.4.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-fast-marquee": "^1.6.5",
"react-hot-toast": "^2.4.1",
"react-loading-skeleton": "^3.5.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.28.0",
"react-scripts": "5.0.1",
"react-spinners": "^0.14.1",
"react-tooltip": "^5.28.0",
"redux": "^5.0.1",
"sass": "^1.83.1",
"vite": "^6.2.3",
"web-vitals": "^4.2.4",
"yup": "^1.4.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
}
}