This repository has been archived by the owner on Oct 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 2.04 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
58
59
60
61
{
"name": "xenocide-world-client",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --config webpack/webpack.config.development.babel.js --hot --progress --colors --port 8080",
"build": "cross-env NODE_ENV=production webpack --config webpack/webpack.config.production.babel.js --progress --colors",
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rimraf dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/duchu-net/xenocide-world-client.git"
},
"author": "Patryk Androsiuk (http://duchu.net)",
"license": "ISC",
"bugs": {
"url": "https://github.com/duchu-net/xenocide-world-client/issues"
},
"homepage": "https://github.com/duchu-net/xenocide-world-client#readme",
"dependencies": {
"material-ui": "^0.20.0",
"prop-types": "^15.6.1",
"react": "^15.6.1",
"react-d3-basic": "^1.6.11",
"react-dom": "^15.6.1",
"react-tap-event-plugin": "^3.0.2",
"react-three-renderer": "^3.2.4",
"stats-js": "^1.0.0-alpha1",
"three": "^0.92.0",
"tween": "^0.9.0",
"xenocide-world-generator": "git+https://github.com/duchu-net/xenocide-world-generator.git"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.24.1",
"copy-webpack-plugin": "^4.3.1",
"cross-env": "^5.1.3",
"css-loader": "^0.28.9",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^2.30.1",
"json-loader": "^0.5.7",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"node-sass": "^4.7.2",
"raw-loader": "^0.5.1",
"react-hot-loader": "^3.1.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.1",
"url-loader": "^0.6.2",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.1"
}
}