This commit is contained in:
qiuchenfan 2025-11-17 17:17:13 +08:00
parent e936e1ddca
commit 9b018e3e43
3 changed files with 46 additions and 1 deletions

0
README.md Normal file → Executable file
View File

View File

@ -15,7 +15,52 @@
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-router": "^7.9.2"
},{
"name": "1114",
"private": true,
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-toast": "^1.2.2",
"@react-router/node": "^7.9.2",
"@react-router/serve": "^7.9.2",
"axios": "^1.13.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.19",
"immer": "^10.2.0",
"isbot": "^5.1.31",
"lucide-react": "^0.553.0",
"next-themes": "^0.4.6",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-router": "^7.9.2",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"zustand": "^4.4.7"
},
"devDependencies": {
"@react-router/dev": "^7.9.2",
"@tailwindcss/vite": "^4.1.13",
"@types/node": "^22.19.0",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"tailwindcss": "^4.1.13",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.2",
"vite": "^7.1.7",
"vite-tsconfig-paths": "^5.1.4"
}
}
"devDependencies": {
"@react-router/dev": "^7.9.2",
"@tailwindcss/vite": "^4.1.13",

View File

@ -15,7 +15,7 @@
"rootDirs": [".", "./.react-router/types"],
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
"@/*": ["./app/*"]
},
"esModuleInterop": true,
"verbatimModuleSyntax": true,