更新package配置,移除弃用文件

This commit is contained in:
xiefan
2020-04-01 15:47:30 +08:00
parent fc4c46d280
commit 1fbd3d6563
3 changed files with 14 additions and 10 deletions

View File

@@ -19,7 +19,6 @@
"devDependencies": {
"@types/hard-source-webpack-plugin": "^0.9.0",
"@types/node": "^10.11.7",
"@types/three": "^0.92.25",
"@types/uglifyjs-webpack-plugin": "^1.1.0",
"@types/webpack": "^4.4.16",
"@types/webpack-dev-server": "^3.1.1",
@@ -31,7 +30,7 @@
"html-webpack-plugin": "^3.2.0",
"ts-loader": "^5.2.1",
"ts-node": "^7.0.1",
"typescript": "^3.1.3",
"typescript": "^3.7.5",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
@@ -40,6 +39,7 @@
},
"dependencies": {
"three": "^0.95.0",
"@types/three": "^0.92.25",
"wolfy87-eventemitter": "^5.2.5"
}
}