generated from miltoncandelero/pixi-hotwire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 944 Bytes
/
package.json
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
{
"license": "",
"scripts": {
"start": "webpack serve --mode=development",
"build": "run-s clean build-only",
"build-only": "webpack --mode=production && cp CNAME dist/CNAME",
"clean": "rimraf dist",
"deploy": "npm run test && npm run build && gh-pages -d dist",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"pixi.js": "^7.1.2",
"tweedle.js": "^2.1.0"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"copy-webpack-plugin": "^11.0.0",
"gh-pages": "^5.0.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^29.5.0",
"jest-canvas-mock": "^2.5.1",
"jest-environment-jsdom": "^29.5.0",
"npm-run-all": "^4.1.5",
"rimraf": "^4.1.1",
"terser-webpack-plugin": "^5.3.6",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
}
}