-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.4 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
{
"name": "samavesh-x-vassaunt",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/lab": "^5.0.0-alpha.120",
"@mui/material": "^5.11.8",
"@next/font": "13.1.6",
"@react-three/fiber": "^8.11.0",
"axios": "^1.3.3",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"form": "^0.2.4",
"framer-motion": "^9.0.2",
"framer-motion-3d": "^9.0.2",
"material-react-toastify": "^2.0.1",
"material-ui-password-field": "^2.1.2",
"mui-one-time-password-input": "^1.0.4",
"next": "13.1.6",
"password-field": "^1.0.6",
"react": "18.2.0",
"react-chrono": "^1.21.3",
"react-countdown": "^2.3.5",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.3.5",
"react-hook-form": "^7.43.1",
"react-hydration-provider": "^1.0.2",
"react-router-dom": "^6.8.1",
"react-to-print": "^2.14.11",
"react-toastify": "^9.1.1",
"react-validate": "^0.2.1",
"three": "^0.149.0",
"zustand": "^4.3.2"
},
"devDependencies": {
"husky": "^8.0.3",
"lint-staged": "^13.1.1",
"prettier": "2.8.4"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}