pembaruan tanggal

This commit is contained in:
bipproduction
2025-12-16 16:29:43 +08:00
parent f73f84c839
commit ce1672a451
11 changed files with 830 additions and 865 deletions

View File

@@ -9,7 +9,8 @@
"start": "NODE_ENV=production bun src/index.tsx",
"seed": "bun prisma/seed.ts",
"generate:route": "bun bin/route.generate.ts",
"generate:env": "bun bin/env.generate.ts"
"generate:env": "bun bin/env.generate.ts",
"unocss": "unocss \"src/**/*.{html,js,jsx,ts,tsx}\" \"public/**/*.html\" -o public/unocss.css -w"
},
"dependencies": {
"@elysiajs/cors": "^1.4.0",
@@ -38,21 +39,24 @@
"react-dom": "^19.2.0",
"react-router-dom": "^7.9.6",
"swr": "^2.3.6",
"tailwindcss": "^4.0.0",
"zod": "^4.1.13"
},
"devDependencies": {
"prisma": "^6.19.0",
"@types/bun": "latest",
"@types/react": "^19.2.6",
"@types/react-dom": "^19.2.3",
"@types/lodash": "^4.17.21",
"@types/jwt-decode": "^3.1.0",
"@babel/parser": "^7.28.5",
"@babel/traverse": "^7.28.5",
"@babel/types": "^7.28.5",
"@types/babel__traverse": "^7.28.0",
"@types/bun": "latest",
"@types/jwt-decode": "^3.1.0",
"@types/lodash": "^4.17.21",
"@types/react": "^19.2.6",
"@types/react-dom": "^19.2.3",
"@unocss/cli": "^66.5.10",
"postcss": "^8.5.6",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1"
"postcss-simple-vars": "^7.0.1",
"prisma": "^6.19.0",
"unocss": "^66.5.10"
}
}