-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 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
{
"name": "rubiks-cube",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "nodemon",
"build": "webpack --mode=production"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/lodash": "^4.14.200",
"@types/react": "^18.2.29",
"@types/react-dom": "^18.2.14",
"@types/three": "^0.160.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.3",
"nodemon": "^3.0.1",
"sass": "^1.69.4",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"ts-loader": "^9.5.0",
"ts-shader-loader": "^2.0.2",
"typescript": "^5.2.2",
"url-loader": "^4.1.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpackbar": "^5.0.2"
},
"dependencies": {
"@ant-design/icons": "^5.3.0",
"antd": "^5.14.0",
"d3": "^7.8.5",
"gl-matrix": "^3.4.3",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.160.0"
}
}