-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.14 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
{
"name": "tigger_laya",
"version": "1.1.2",
"description": "build phaser project with template, data bind, and webpack hmr",
"keywords": [
"phaser",
"typescript",
"webpack"
],
"author": "vicentyang",
"main": "src/index.ts",
"scripts": {
"dev": "node webpack/dev-server.js",
"build": "node webpack/build.js",
"unit": "karma start test/karma.conf.js --single-run",
"test": "npm run unit",
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs"
},
"repository": {
"type": "git",
"url": "https://github.com/vicentyang/tigger_laya.git"
},
"license": "MIT",
"devDependencies": {
"compression-webpack-plugin": "^0.3.1",
"eventsource-polyfill": "^0.9.6",
"file-loader": "^0.8.4",
"function-bind": "^1.0.2",
"http-proxy-middleware": "^0.12.0",
"json-loader": "^0.5.4",
"tslint": "^3.13.0",
"tslint-loader": "^2.1.5",
"typescript": "^1.8.10",
"webpack": "^1.12.2",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.6.0",
"webpack-merge": "^0.8.3"
},
"dependencies": {
"object-assign": "^4.1.0",
"redux": "^3.5.2"
}
}