almost merkaba

This commit is contained in:
Vincent van der Wal
2022-12-21 16:16:07 +01:00
parent 4522bfeedb
commit db158011dc
11 changed files with 237 additions and 92 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"dependencies": {
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"babel-loader": "^9.1.0",
"css-loader": "^6.7.3",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"moment": "^2.29.4",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"three": "^0.147.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},
"scripts": {
"start": "webpack serve --env mode=development",
"build": "webpack --config webpack.config.js --env mode=production"
}
}