25 lines
591 B
JSON
25 lines
591 B
JSON
{
|
|
"license": "",
|
|
"scripts": {
|
|
"start": "webpack serve --mode=development",
|
|
"build": "run-s clean build-only",
|
|
"build-only": "webpack --mode=production",
|
|
"clean": "rimraf dist"
|
|
},
|
|
"dependencies": {
|
|
"pixi.js": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"copy-webpack-plugin": "^10.2.4",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"rimraf": "^3.0.2",
|
|
"terser-webpack-plugin": "^5.3.1",
|
|
"ts-loader": "^9.2.8",
|
|
"typescript": "^4.6.3",
|
|
"webpack": "^5.72.0",
|
|
"webpack-cli": "^4.9.2",
|
|
"webpack-dev-server": "^4.8.1"
|
|
}
|
|
}
|