-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.17 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
{
"dependencies": {
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/material": "^5.3.0",
"@types/three": "^0.137.0",
"dat.gui": "^0.7.7",
"gl-matrix": "^3.4.3",
"next": "^12.0.8",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"three": "^0.137.5"
},
"devDependencies": {
"@types/dat.gui": "^0.7.7",
"@types/node": "^17.0.16",
"@types/react": "^17.0.39",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"eslint": "^8.4.1",
"eslint-config-next": "^12.0.7",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1",
"typescript": "^4.5.2"
},
"scripts": {
"build": "next build",
"dev": "next dev",
"export": "next export",
"lint": "next lint",
"start": "next start"
}
}