-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
45 lines (45 loc) · 1.03 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
{
"name": "reference",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"postinstall": "patch-package"
},
"dependencies": {
"@mdi/js": "^5.6.55",
"@mdi/react": "^1.4.0",
"drei": "^1.5.6",
"next": "9.5.3",
"react": "16.13.1",
"react-color": "^2.18.1",
"react-dom": "16.13.1",
"react-github-corner": "^2.5.0",
"react-switch": "^5.0.1",
"react-three-fiber": "^4.2.21",
"three": "^0.120.1",
"zustand": "^2.2.3"
},
"devDependencies": {
"@types/node": "^14.11.1",
"@types/react": "^16.9.49",
"all-contributors-cli": "^6.17.4",
"husky": "^4.3.0",
"next-transpile-modules": "^4.1.0",
"patch-package": "^6.2.2",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.1.2",
"pretty-quick": "^3.0.2",
"sass": "^1.26.11",
"typescript": "^4.0.3",
"webpack": "^4.44.2"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}