Files
dev-lab/package.json
T
siujamo b7a772dc47
Deploy to Vercel / deploy (push) Failing after 1m5s
fix: replace .npmrc with pnpm-workspace.yaml for build config
pnpm-workspace.yaml is the canonical location for allowBuilds
in pnpm v10+, and the package.json trailing comma was cleaned up.
2026-06-08 16:43:43 +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.11.2",
"@tailwindcss/vite": "^4.1.18",
"axios": "^1.13.2",
"dayjs": "^1.11.19",
"i18next": "^25.7.4",
"i18next-browser-languagedetector": "^8.2.0",
"jsonpath": "^1.1.1",
"lodash": "^4.17.21",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-i18next": "^16.5.3",
"react-redux": "^9.2.0",
"react-router": "^7.12.0",
"react-router-dom": "^7.12.0",
"redux-persist": "^6.0.0",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@types/jsonpath": "^0.2.4",
"@types/lodash": "^4.17.23",
"@types/node": "^22.19.7",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"globals": "^16.5.0",
"prettier": "^3.8.0",
"typescript": "~5.9.3",
"vite": "^7.3.1"
}
}