This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.66 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
{
"name": "deerhacks",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"check-types": "tsc --pretty --noEmit",
"prepare": "husky install"
},
"dependencies": {
"@babel/core": "^7.0.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^3.3.2",
"@mui/icons-material": "^5.14.11",
"@mui/material": "^5.14.8",
"@mui/system": "^5.15.7",
"@mui/x-data-grid": "^6.18.7",
"@pmndrs/assets": "^1.6.0",
"@react-three/drei": "^9.83.8",
"@react-three/fiber": "^8.14.1",
"@react-three/postprocessing": "^2.15.1",
"@tanstack/react-query": "^4.35.0",
"@tanstack/react-query-devtools": "^4.35.0",
"@types/node": "20.6.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/three": "^0.156.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@yudiel/react-qr-scanner": "^1.2.4",
"aos": "^3.0.0-beta.6",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"mui-tel-input": "^5.0.0",
"next": "13.5.4",
"next-pwa": "^5.6.0",
"qrcode.react": "^3.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.6.4",
"react-hook-form": "^7.48.2",
"three": "0.155.0",
"typescript": "5.2.2",
"webpack": "^5.9.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^4.34.1",
"husky": "^8.0.0"
}
}