-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
40 lines (40 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
37
38
39
40
{
"name": "electron-pixijs-typescript",
"version": "1.0.0",
"description": "",
"main": "build/index.js",
"scripts": {
"lint:gulp": "gulp lint",
"build:gulp": "gulp build",
"build:web": "gulp build --web",
"lint": "npm run lint:gulp -s",
"prebuild": "npm run lint:gulp -s",
"build": "npm run build:gulp -s",
"preweb": "npm run lint:gulp -s",
"web": "npm run build:web",
"start": "electron ."
},
"author": "",
"license": "MIT",
"devDependencies": {
"@types/electron": "^1.6.10",
"@types/node": "^11.11.3",
"@types/pixi.js": "^4.8.6",
"del": "^4.0.0",
"electron": "^4.0.8",
"gulp": "^4.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-tslint": "^8.1.4",
"gulp-typescript": "^5.0.0",
"merge2": "^1.2.3",
"minimist": "^1.2.3",
"pixi.js": "^4.8.6",
"ts-loader": "^5.3.3",
"tslint": "^5.13.1",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.3.3333",
"webpack": "^4.29.6",
"webpack-node-externals": "^1.7.2",
"webpack-stream": "^5.2.1"
}
}