-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
36 lines (36 loc) · 1.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
{
"name": "sdk-game-demo",
"version": "1.0.0",
"description": "Phaser on a Loom DappChain",
"main": "index.js",
"scripts": {
"dev": "webpack && webpack-dev-server --progress --colors",
"deploy": "webpack --config webpack.production.config.js",
"proto": "protoc --js_out=\"import_style=commonjs,binary:.\" src/assets/protobuff/setscore.proto",
"test": "eslint './src/**/*.js'"
},
"author": "Loom Network",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-polyfill": "^6.26.0",
"canvasinput": "^1.2.7",
"copy-webpack-plugin": "^3.0.1",
"expose-loader": "^0.7.4",
"html-webpack-plugin": "^2.30.1",
"loom-js": "^1.2.0",
"phaser": "^2.6.2",
"protoc": "^1.0.3",
"webpack": "^3.11.0",
"webpack-dev-server": "^1.16.5"
},
"dependencies": {
"browser-sync": "^2.24.4",
"browser-sync-webpack-plugin": "^2.2.2",
"google-protobuf": "^3.5.0",
"phaser-ce": "^2.10.0",
"webfontloader": "^1.6.28"
}
}