-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·36 lines (36 loc) · 1011 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·36 lines (36 loc) · 1011 Bytes
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": "pixijs",
"version": "1.0.0",
"description": "",
"main": "./dist/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "webpack-serve ./webpack.config.js",
"serve": "webpack-dev-server",
"dev": "webpack --mode development",
"prod": "webpack -p --mode production"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/pixi.js": "^4.8.2",
"pixi-projection": "^0.2.2",
"awesome-typescript-loader": "^5.2.1",
"babel-plugin-dynamic-import-node": "^2.2.0",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.3",
"html-webpack-plugin": "^3.2.0",
"pixi-sound": "^2.0.3",
"pixi.js": "^4.8.2",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.3.3",
"ts-rx-rest": "^0.9.0",
"tslint": "^5.11.0",
"typescript": "^3.1.3",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9",
"webpack-serve": "^2.0.2"
},
"dependencies": {}
}