-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.71 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
{
"name": "me",
"version": "0.1.0",
"private": true,
"author": "Yan",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "next lint",
"lint-staged": "lint-staged",
"prepare": "husky install"
},
"dependencies": {
"@react-spring/three": "^9.7.2",
"@react-spring/types": "^9.7.2",
"@react-spring/web": "^9.7.2",
"@react-three/a11y": "^3.0.0",
"@react-three/drei": "^9.66.0",
"@react-three/fiber": "^8.12.2",
"@react-three/postprocessing": "^2.8.0",
"@types/node": "^18.15.12",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@vercel/analytics": "^1.1.1",
"@vercel/speed-insights": "^1.0.2",
"eslint-config-next": "^13.3.0",
"leva": "^0.9.35",
"next": "^13.5.1",
"postprocessing": "^6.30.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.151.3",
"typescript": "^5.0.4",
"zustand": "^4.3.7"
},
"devDependencies": {
"@babel/eslint-parser": "^7.21.3",
"@types/three": "^0.150.2",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"eslint": "8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"file-loader": "^6.2.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.1",
"mini-css-extract-plugin": "^2.7.5",
"prettier": "^2.8.8",
"sass": "^1.62.1",
"sass-loader": "^13.2.2",
"webpack": "^5.80.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}