-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 912 Bytes
/
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
{
"name": "robotlegsjs-pixi-palidor-boilerplate",
"version": "0.0.1",
"main": "index.js",
"repository": "https://github.com/RobotlegsJS/RobotlegsJS-Pixi-Palidor-Boilerplate.git",
"author": "Ronaldo Santiago <[email protected]>",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --config ./webpack.config.dev.js",
"lint": "tslint -p . -c tslint.json",
"test": "npm run lint"
},
"dependencies": {
"@robotlegsjs/core": "^0.1.1",
"@robotlegsjs/pixi": "^0.1.2",
"@robotlegsjs/pixi-palidor": "^0.1.1",
"pixi.js": "^4.6.2",
"reflect-metadata": "^0.1.10"
},
"devDependencies": {
"@types/pixi.js": "^4.6.0",
"es6-symbol": "^3.1.1",
"html-webpack-plugin": "^2.30.1",
"ts-loader": "^3.2.0",
"ts-node": "^3.3.0",
"tslint": "^5.8.0",
"typescript": "^2.6.2",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7"
}
}