Files
dev-lab/package.json
T
siujamo 130e988143
Deploy to Vercel / deploy (push) Failing after 24s
chore: bump dependencies
2026-06-08 16:50:14 +08:00

45 lines
1.1 KiB
JSON

{
"name": "dev-lab",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"deploy": "pnpm build && gh-pages -d dist",
"predeploy": "pnpm build"
},
"dependencies": {
"@reduxjs/toolkit": "^2.12.0",
"@tailwindcss/vite": "^4.3.0",
"axios": "^1.17.0",
"dayjs": "^1.11.21",
"i18next": "^26.3.1",
"i18next-browser-languagedetector": "^8.2.1",
"jsonpath": "^1.3.0",
"lodash": "^4.18.1",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-i18next": "^17.0.8",
"react-redux": "^9.3.0",
"react-router": "^7.17.0",
"react-router-dom": "^7.17.0",
"redux-persist": "^6.0.0",
"tailwindcss": "^4.3.0"
},
"devDependencies": {
"@types/jsonpath": "^0.2.4",
"@types/lodash": "^4.17.24",
"@types/node": "^24.13.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"globals": "^17.6.0",
"prettier": "^3.8.3",
"typescript": "~6.0.3",
"vite": "^8.0.16"
}
}