Files
kontrakorronte/package.json
2022-02-03 14:38:54 -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": "^6.2.2"
},
"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.6",
"typescript": "^4.5.5",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
}
}