Files
kontrakorronte/package.json
2021-11-13 11:03:48 -03:00

25 lines
590 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.0"
},
"devDependencies": {
"copy-webpack-plugin": "^9.1.0",
"html-webpack-plugin": "^5.5.0",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"terser-webpack-plugin": "^5.2.5",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"webpack": "^5.64.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.5.0"
}
}