🏗️ Cleaning up useless files

This commit is contained in:
2024-01-28 11:21:08 -05:00
parent ada803d3cb
commit 6081b817e4
11 changed files with 796 additions and 897 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "threetwo",
"version": "0.0.2",
"description": "ThreeTwo! A comic book curator.",
"version": "0.1.0",
"description": "ThreeTwo! A good comic book curator.",
"main": "server/index.js",
"typings": "server/index.js",
"scripts": {
@@ -19,7 +19,6 @@
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"@fortawesome/fontawesome-free": "^6.3.0",
"@redux-devtools/extension": "^3.2.5",
"@rollup/plugin-node-resolve": "^15.0.1",
"@tanstack/react-query": "^5.0.5",
"@tanstack/react-table": "^8.9.3",
@@ -31,6 +30,7 @@
"axios-cache-interceptor": "^1.0.1",
"axios-rate-limit": "^1.3.0",
"babel-plugin-styled-components": "^2.1.4",
"blaze-slider": "^1.9.3",
"date-fns": "^2.28.0",
"dayjs": "^1.10.6",
"ellipsize": "^0.5.1",
@@ -64,7 +64,6 @@
"react-sliding-pane": "^7.1.0",
"react-textarea-autosize": "^8.3.4",
"reapop": "^4.2.1",
"slick-carousel": "^1.8.1",
"socket.io-client": "^4.3.2",
"styled-components": "^6.1.0",
"threetwo-ui-typings": "^1.0.14",
@@ -118,8 +117,11 @@
"rimraf": "^4.1.3",
"sass": "^1.69.5",
"storybook": "^7.3.2",
"tailwindcss": "^3.3.5",
"tailwindcss": "^3.4.1",
"tui-jsdoc-template": "^1.2.2",
"typescript": "^5.1.6"
},
"resolutions": {
"jackspeak": "2.1.1"
}
}