mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 12:43:26 +00:00
Moved packages around
This commit is contained in:
parent
4e59d2c373
commit
dd2affe129
1 changed files with 5 additions and 5 deletions
10
package.json
10
package.json
|
@ -62,24 +62,24 @@
|
|||
],
|
||||
"devDependencies": {
|
||||
"clean-webpack-plugin": "^0.1.19",
|
||||
"dts-dom": "^3.2.0",
|
||||
"eslint": "^4.19.1",
|
||||
"eslint-plugin-es5": "^1.3.1",
|
||||
"fs-extra": "^6.0.1",
|
||||
"jsdoc": "^3.6.1",
|
||||
"node-sloc": "^0.1.11",
|
||||
"uglifyjs-webpack-plugin": "^1.3.0",
|
||||
"vivid-cli": "^1.1.2",
|
||||
"webpack": "^4.23.0",
|
||||
"webpack-cli": "^3.1.1",
|
||||
"webpack-shell-plugin": "^0.5.0"
|
||||
"webpack-shell-plugin": "^0.5.0",
|
||||
"typescript": "^3.4.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"dts-dom": "^3.2.0",
|
||||
"eventemitter3": "^3.1.0",
|
||||
"exports-loader": "^0.7.0",
|
||||
"imports-loader": "^0.8.0",
|
||||
"jsdoc": "^3.6.1",
|
||||
"path": "^0.12.7",
|
||||
"remove-files-webpack-plugin": "^1.1.3",
|
||||
"typescript": "^3.4.5"
|
||||
"remove-files-webpack-plugin": "^1.1.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue