forked from pdeva/OpenSC2K
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.82 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
62
{
"name": "OpenSC2K",
"description": "An Open Source remake of SimCity 2000",
"author": "Nicholas Ochoa",
"version": "0.5.0",
"homepage": "https://github.com/rage8885/OpenSC2K",
"repository": {
"type": "git",
"url": "https://github.com/rage8885/OpenSC2K.git"
},
"license": "GPL-3.0",
"main": "index.js",
"scripts": {
"start": "webpack",
"dev": "webpack",
"test": "eslint ./src/**.js",
"import-assets": "babel-node src/import/index.js --presets env",
"import-assets-dev": "babel-node --inspect src/import/index.js --presets env"
},
"dependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-static-fs": "^1.1.0",
"binary-parser": "^1.3.2",
"bmp-js": "^0.0.3",
"crypto-js": "^3.1.9-1",
"dat.gui": "rage8885/dat.gui",
"file-saver": "^1.3.3",
"jszip": "^3.1.5",
"lodash": "^4.17.5",
"mathjs": "^4.0.0",
"phaser": "photonstorm/phaser",
"pngjs-image": "rage8885/pngjs-image",
"save-file": "^1.2.0",
"window": "^4.2.5"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.18.13",
"browser-sync-webpack-plugin": "^1.2.0",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.3.1",
"css-loader": "^0.28.10",
"eslint": "^4.3.0",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "1.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"expose-loader": "^0.7.3",
"html-webpack-plugin": "^2.30.1",
"raw-loader": "^0.5.1",
"source-map-support": "^0.5.3",
"style-loader": "^0.20.2",
"webpack": "3.11.0",
"webpack-build-notifier": "^0.1.22"
}
}