fix
This commit is contained in:
28
galaxy/package.json
Normal file
28
galaxy/package.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"scripts": {
|
||||
"build": "webpack --config ./bundler/webpack.prod.js",
|
||||
"dev": "webpack serve --config ./bundler/webpack.dev.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.12.10",
|
||||
"@babel/preset-env": "^7.12.11",
|
||||
"babel-loader": "^8.2.2",
|
||||
"clean-webpack-plugin": "^3.0.0",
|
||||
"copy-webpack-plugin": "^7.0.0",
|
||||
"css-loader": "^5.0.1",
|
||||
"dat.gui": "^0.7.7",
|
||||
"file-loader": "^6.2.0",
|
||||
"firebase-tools": "^9.10.0",
|
||||
"html-loader": "^1.3.2",
|
||||
"html-webpack-plugin": "^5.0.0-alpha.7",
|
||||
"mini-css-extract-plugin": "^1.3.4",
|
||||
"portfinder-sync": "0.0.2",
|
||||
"raw-loader": "^4.0.2",
|
||||
"style-loader": "^2.0.0",
|
||||
"three": "^0.124.0",
|
||||
"webpack": "^5.14.0",
|
||||
"webpack-cli": "^4.3.1",
|
||||
"webpack-dev-server": "^3.11.2",
|
||||
"webpack-merge": "^5.7.3"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user