Skip to content

Commit

Permalink
♻️ chore: Remove redundant dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
谢尔盖 ||↓ committed Oct 6, 2024
1 parent 640998e commit 4842716
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 80 deletions.
Binary file modified bun.lockb
Binary file not shown.
146 changes: 67 additions & 79 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,81 +1,69 @@
{
"dependencies": {
"@aws-sdk/client-s3": "3.451",
"@aws-sdk/lib-storage": "3.451",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@excalidraw/excalidraw": "^0.17.6",
"@koa/router": "^12.0.0",
"@tailwindcss/forms": "^0.5.7",
"aws-sdk": "^2.1440.0",
"case": "^1.6.3",
"chalk": "4",
"commander": "^11.0.0",
"fuse.js": "^7.0.0",
"koa": "^2.14.2",
"koa-bodyparser": "^4.4.1",
"koa-cors": "^0.0.16",
"nanoid": "^5.0.5",
"next": "^13.4.19",
"puppeteer": "^22.7.1",
"ramda": "^0.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-force-graph": "^1.44.2",
"react-helmet": "^6.1.0",
"react-hotkeys-hook": "^4.5.0",
"react-icons": "^5.0.1",
"react-split": "^2.0.14",
"rxjs": "^7.8.1",
"silkrouter": "^4.2.17",
"slate": "^0.100.0",
"slate-history": "^0.100.0",
"slate-react": "0.100.0",
"tailwindcss": "^3.3.3",
"validator": "^13.11.0"
},
"name": "@ordo-pink/ordo",
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/eslint": "^8.56.2",
"@types/koa-bodyparser": "^4.3.10",
"@types/koa-cors": "^0.0.2",
"@types/koa__router": "^12.0.0",
"@types/node": "^20.11.16",
"@types/ramda": "^0.29.3",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"@types/react-helmet": "^6.1.11",
"@types/validator": "^13.11.1",
"@types/web": "^0.0.138",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@vituum/vite-plugin-postcss": "^1.1.0",
"autoprefixer": "^10.4.17",
"bun-types": "latest",
"craco-alias": "^3.0.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-tailwindcss": "^3.14.1",
"husky": "^9.0.10",
"nodemon": "^3.0.1",
"postcss": "^8.4.33",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"react-app-alias-ex": "^2.1.0",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.3.3",
"vite-tsconfig-paths": "^4.3.1"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"scripts": {
"prepare": "husky install"
}
"dependencies": {
"@aws-sdk/client-s3": "3.451",
"@aws-sdk/lib-storage": "3.451",
"@excalidraw/excalidraw": "^0.17.6",
"@koa/router": "^12.0.0",
"@tailwindcss/forms": "^0.5.7",
"aws-sdk": "^2.1440.0",
"chalk": "4",
"commander": "^11.0.0",
"fuse.js": "^7.0.0",
"koa": "^2.14.2",
"koa-bodyparser": "^4.4.1",
"koa-cors": "^0.0.16",
"puppeteer": "^22.7.1",
"ramda": "^0.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-force-graph": "^1.44.2",
"react-helmet": "^6.1.0",
"react-hotkeys-hook": "^4.5.0",
"react-icons": "^5.0.1",
"react-split": "^2.0.14",
"rxjs": "^7.8.1",
"silkrouter": "^4.2.17",
"slate": "^0.100.0",
"slate-history": "^0.100.0",
"slate-react": "0.100.0",
"tailwindcss": "^3.3.3",
"validator": "^13.11.0"
},
"name": "@ordo-pink/ordo",
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/eslint": "^8.56.2",
"@types/koa-bodyparser": "^4.3.10",
"@types/koa-cors": "^0.0.2",
"@types/koa__router": "^12.0.0",
"@types/node": "^20.11.16",
"@types/ramda": "^0.29.3",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"@types/react-helmet": "^6.1.11",
"@types/validator": "^13.11.1",
"@types/web": "^0.0.138",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@vituum/vite-plugin-postcss": "^1.1.0",
"autoprefixer": "^10.4.17",
"bun-types": "latest",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-tailwindcss": "^3.14.1",
"nodemon": "^3.0.1",
"postcss": "^8.4.33",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.3.3",
"vite-tsconfig-paths": "^4.3.1"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"isolatedModules": true,
"target": "ESNext",
"module": "CommonJS",
"types": ["bun-types", "@types/web"],
"baseUrl": ".",
"paths": {
"@ordo-pink/*": ["./lib/*"]
Expand Down

0 comments on commit 4842716

Please sign in to comment.