This repository was archived by the owner on Jul 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.9 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.9 KB
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
{
"name": "color-cluster",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --config webpack.dev.config.js --host 0.0.0.0 --port 8080",
"pro": "webpack"
},
"keywords": [],
"author": "mohammad hosein alijany mh.alijany@gmail.com",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@types/eslint": "^6.1.3",
"@types/three": "^0.103.2",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.4.2",
"eslint": "^6.8.0",
"eslint-config-google": "^0.14.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-standard": "^4.0.1",
"file-loader": "^4.2.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^4.0.0-beta.8",
"jquery": "^3.4.1",
"jshint": "^2.11.0",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"popper.js": "^1.15.0",
"raw-loader": "^3.1.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.2",
"three": "^0.112.1",
"three-orbit-controls": "^82.1.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.10.1",
"worker-loader": "^2.0.0"
},
"dependencies": {
"@babel/preset-react": "^7.8.3",
"@babel/runtime": "^7.8.3",
"@types/chart.js": "^2.9.11",
"@types/compression-webpack-plugin": "^2.0.1",
"@types/mini-css-extract-plugin": "^0.8.0",
"autoprefixer": "^9.7.4",
"bootstrap": "^4.4.1",
"chart.js": "^2.9.3",
"compression-webpack-plugin": "^3.1.0",
"copy-to-clipboard": "^3.2.0",
"mini-css-extract-plugin": "^0.9.0",
"postcss-loader": "^3.0.0",
"webgl-detect": "0.0.1"
}
}