-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.65 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "playsphere",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"host": "vite --host 192.168.132.42 --port 8080"
},
"dependencies": {
"@react-icons/all-files": "^4.1.0",
"@reduxjs/toolkit": "^2.8.2",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/vite": "^4.1.11",
"axios": "^1.7.9",
"body-parser": "^2.2.0",
"caniuse-lite": "^1.0.30001723",
"clsx": "^2.1.1",
"cors": "^2.8.5",
"dotenv": "^16.6.0",
"express": "^5.1.0",
"formik": "^2.4.6",
"framer-motion": "^12.17.3",
"gsap": "^3.13.0",
"init": "^0.1.2",
"jspdf": "^3.0.1",
"jspdf-autotable": "^5.0.2",
"lucide-react": "^0.522.0",
"mongoose": "^8.16.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"react-parallax-tilt": "^1.7.299",
"react-redux": "^9.2.0",
"react-router-dom": "^6.28.0",
"react-snap": "^1.23.0",
"react-toastify": "^11.0.5",
"recharts": "^3.0.2",
"redux-thunk": "^3.1.0",
"sweetalert2": "^11.22.2",
"swiper": "^11.2.8",
"tailwindcss": "^4.1.11",
"vanilla-tilt": "^1.8.1",
"yup": "^1.6.1"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@tailwindcss/postcss": "^4.1.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.13.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"vite": "^5.4.10"
}
}