forked from amanjaiman1/Product_3D
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.21 KB
/
package.json
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"pre-commit": "lint-staged",
"prepare": "husky install"
},
"dependencies": {
"@chakra-ui/close-button": "^2.0.17",
"@cloudinary/react": "^1.11.2",
"@cloudinary/url-gen": "^1.10.1",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.3",
"@react-three/drei": "^9.74.13",
"@react-three/fiber": "^8.13.3",
"@reduxjs/toolkit": "^1.9.5",
"axios": "^1.4.0",
"clsx": "^1.2.1",
"core-js": "^3.30.2",
"cors": "^2.8.5",
"file-saver": "^2.0.5",
"firebase": "^9.22.1",
"formik": "^2.4.2",
"framer-motion": "^10.12.16",
"js-cookie": "^3.0.5",
"lottie-react": "^2.4.0",
"maath": "^0.5.3",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-confetti": "^6.1.0",
"react-dom": "^18.2.0",
"react-fontawesome": "^1.7.1",
"react-google-recaptcha": "^3.1.0",
"react-icons": "^4.10.1",
"react-loader-spinner": "^5.3.4",
"react-parallax-tilt": "^1.7.151",
"react-redux": "^8.0.5",
"react-router-dom": "^6.11.2",
"react-scroll": "^1.8.9",
"react-scroll-to-top": "^3.0.0",
"react-slick": "^0.29.0",
"react-sparkle": "^2.0.0",
"react-speech-recognition": "^3.10.0",
"react-spinners": "^0.13.8",
"react-toastify": "^9.1.3",
"react-use-gesture": "^9.1.3",
"reactive-button": "^1.3.13",
"regenerator-runtime": "^0.13.11",
"sass": "^1.62.1",
"swiper": "^9.3.2",
"tailwind-merge": "^1.13.2",
"three": "^0.151.3",
"uuid": "^9.0.0",
"valtio": "^1.10.5"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.21.4",
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"husky": "^8.0.0",
"lint-staged": "^13.2.2",
"postcss": "^8.4.21",
"prettier": "2.8.8",
"tailwind-scrollbar": "^3.0.4",
"tailwindcss": "^3.3.1",
"vite": "^4.2.3"
}
}