Files
kontrakorronte/package.json
2022-12-26 13:21:12 -03:00

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"
}
}