forked from IIIT-Pune/iConclave23
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.67 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
{
"name": "iconclave",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"bs": "vite build --outDir dist/server --ssr src/entry-server.js"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.12",
"@mui/material": "^5.14.12",
"@react-three/drei": "^9.41.2",
"@react-three/fiber": "^8.9.1",
"@react-three/postprocessing": "^2.7.0",
"@react-three/rapier": "^0.11.0",
"animate.css": "^4.1.1",
"axios": "^1.5.0",
"formik": "^2.4.5",
"gsap": "^3.11.3",
"leva": "^0.9.34",
"r3f-perf": "^6.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.11.0",
"react-router": "^6.16.0",
"react-router-dom": "^6.16.0",
"react-scripts": "^5.0.1",
"react-scroll": "^1.8.9",
"react-select-country-list": "^2.2.3",
"react-spring": "^9.7.3",
"sass": "^1.68.0",
"scss": "^0.2.4",
"styled-components": "^6.0.8",
"swiper": "^10.3.1",
"three": "^0.146.0",
"vite-plugin-dynamic-import": "^1.5.0",
"yup": "^1.2.0"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.16",
"eslint": "^8.45.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.30",
"tailwindcss": "^3.3.3",
"vite": "^4.4.5"
}
}