forked from sainho93/jpsvis-online-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.62 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
{
"name": "jpsvis-online-ts",
"version": "1.0.0",
"main": "index.js",
"author": "Tao Zhong <[email protected]>",
"license": "MIT",
"devDependencies": {
"@ant-design/icons": "^4.2.1",
"@types/dat.gui": "^0.7.5",
"@types/lodash": "^4.14.156",
"@types/react": "^16.9.36",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"@types/stats.js": "^0.17.0",
"@types/three": "^0.103.2",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"antd": "^4.3.4",
"axios": "^0.19.2",
"css-loader": "^3.6.0",
"dat.gui": "^0.7.7",
"eslint": "^7.2.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-jsx": "^8.1.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-standard": "^4.0.1",
"html-webpack-plugin": "^4.3.0",
"less-loader": "^6.1.1",
"lodash": "^4.17.15",
"react-router-dom": "^5.2.0",
"source-map-loader": "^1.0.0",
"standard": "^14.3.4",
"standard-readme": "^2.0.2",
"stats.js": "^0.17.0",
"style-loader": "^1.2.1",
"three": "^0.117.1",
"three-mtl-loader": "^1.0.2",
"three-obj-loader": "^1.1.3",
"three-orbit-controls": "^82.1.0",
"three-simplicial-complex": "^69.0.6",
"ts-import-plugin": "^1.6.6",
"ts-loader": "^7.0.5",
"typescript": "^3.9.5",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"scripts": {
"build": "webpack"
}
}