重构:将 "lobster" 重命名为 "claw" 并添加国际化支持 (i18n)
This commit is contained in:
43
package.json
43
package.json
@@ -13,41 +13,42 @@
|
||||
"db:studio": "drizzle-kit studio"
|
||||
},
|
||||
"dependencies": {
|
||||
"next": "^15.3.0",
|
||||
"react": "^19.1.0",
|
||||
"react-dom": "^19.1.0",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"tailwind-merge": "^3.0.2",
|
||||
"lucide-react": "^0.474.0",
|
||||
"react-globe.gl": "^2.27.3",
|
||||
"three": "^0.173.0",
|
||||
"react-simple-maps": "^3.0.0",
|
||||
"d3-geo": "^3.1.1",
|
||||
"topojson-client": "^3.1.0",
|
||||
"framer-motion": "^12.6.0",
|
||||
"recharts": "^2.15.3",
|
||||
"drizzle-orm": "^0.41.0",
|
||||
"mysql2": "^3.14.0",
|
||||
"framer-motion": "^12.6.0",
|
||||
"ioredis": "^5.6.1",
|
||||
"zod": "^3.24.3",
|
||||
"nanoid": "^5.1.5"
|
||||
"lucide-react": "^0.474.0",
|
||||
"mysql2": "^3.14.0",
|
||||
"nanoid": "^5.1.5",
|
||||
"next": "^15.3.0",
|
||||
"next-intl": "^4.8.3",
|
||||
"react": "^19.1.0",
|
||||
"react-dom": "^19.1.0",
|
||||
"react-globe.gl": "^2.27.3",
|
||||
"react-simple-maps": "^3.0.0",
|
||||
"recharts": "^2.15.3",
|
||||
"tailwind-merge": "^3.0.2",
|
||||
"three": "^0.173.0",
|
||||
"topojson-client": "^3.1.0",
|
||||
"zod": "^3.24.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/eslintrc": "^3.3.1",
|
||||
"@tailwindcss/postcss": "^4.1.0",
|
||||
"@types/d3-geo": "^3.1.0",
|
||||
"@types/node": "^22.13.0",
|
||||
"@types/react": "^19.0.0",
|
||||
"@types/react-dom": "^19.0.0",
|
||||
"@types/three": "^0.173.0",
|
||||
"@types/topojson-client": "^3.1.5",
|
||||
"@types/d3-geo": "^3.1.0",
|
||||
"typescript": "^5.8.0",
|
||||
"@tailwindcss/postcss": "^4.1.0",
|
||||
"tailwindcss": "^4.1.0",
|
||||
"postcss": "^8.5.3",
|
||||
"drizzle-kit": "^0.30.6",
|
||||
"eslint": "^9.21.0",
|
||||
"eslint-config-next": "^15.3.0",
|
||||
"drizzle-kit": "^0.30.6",
|
||||
"@eslint/eslintrc": "^3.3.1"
|
||||
"postcss": "^8.5.3",
|
||||
"tailwindcss": "^4.1.0",
|
||||
"typescript": "^5.8.0"
|
||||
},
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
|
||||
Reference in New Issue
Block a user