Skip to content

Commit

Permalink
less is more
Browse files Browse the repository at this point in the history
  • Loading branch information
KBLLR committed May 10, 2024
1 parent 147524b commit 8d4abc8
Show file tree
Hide file tree
Showing 9 changed files with 1,724 additions and 100 deletions.
Binary file modified .DS_Store
Binary file not shown.
1,720 changes: 1,720 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 4 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
"description": "",
"main": "index.html",
"scripts": {
"build": "webpack --config ./src/client/webpack.prod.js",
"start": "node ./dist/server/server.js",
"dev": "webpack serve --config ./src/client/webpack.dev.js",
"start": "node server.js",
"dev": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "KBΓΓR",
Expand All @@ -17,24 +16,17 @@
"@types/express": "^4.17.21",
"@types/node": "^20.12.11",
"@types/three": "^0.164.0",
"css-loader": "^7.1.1",
"css-minimizer-webpack-plugin": "^7.0.0",
"mini-css-extract-plugin": "^2.9.0",
"nodemon": "^3.1.0",
"postprocessing": "^6.35.4",
"style-loader": "^4.0.0",
"svgo": "^3.3.2",
"tweakpane": "^4.0.3",
"typescript": "^5.4.5",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
"typescript": "^5.4.5"
},
"dependencies": {
"@theatre/core": "^0.7.1",
"@tweakpane/plugin-essentials": "^0.2.1",
"@vercel/postgres": "^0.8.0",
"express": "^4.19.2",
"gsap": "^3.12.5",
"ts-loader": "^9.5.1",
"v-tweakpane": "^0.3.2"
}
}
Binary file modified src/.DS_Store
Binary file not shown.
20 changes: 0 additions & 20 deletions src/client/webpack.common.js

This file was deleted.

15 changes: 0 additions & 15 deletions src/client/webpack.dev.js

This file was deleted.

9 changes: 0 additions & 9 deletions src/client/webpack.prod.js

This file was deleted.

35 changes: 0 additions & 35 deletions src/server/server.ts

This file was deleted.

9 changes: 0 additions & 9 deletions src/server/tsconfig.json

This file was deleted.

0 comments on commit 8d4abc8

Please sign in to comment.