2026-01-15 15:03:59 +08:00
|
|
|
{
|
2026-01-19 14:55:59 +08:00
|
|
|
"name": "dev-lab",
|
2026-01-15 15:03:59 +08:00
|
|
|
"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": {
|
2026-06-08 16:50:14 +08:00
|
|
|
"@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",
|
2026-01-15 15:03:59 +08:00
|
|
|
"redux-persist": "^6.0.0",
|
2026-06-08 16:50:14 +08:00
|
|
|
"tailwindcss": "^4.3.0"
|
2026-01-15 15:03:59 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-01-15 15:22:17 +08:00
|
|
|
"@types/jsonpath": "^0.2.4",
|
2026-06-08 16:50:14 +08:00
|
|
|
"@types/lodash": "^4.17.24",
|
|
|
|
|
"@types/node": "^24.13.1",
|
|
|
|
|
"@types/react": "^19.2.17",
|
2026-01-15 15:03:59 +08:00
|
|
|
"@types/react-dom": "^19.2.3",
|
2026-06-08 16:50:14 +08:00
|
|
|
"@vitejs/plugin-react": "^6.0.2",
|
|
|
|
|
"globals": "^17.6.0",
|
|
|
|
|
"prettier": "^3.8.3",
|
|
|
|
|
"typescript": "~6.0.3",
|
|
|
|
|
"vite": "^8.0.16"
|
2026-06-08 16:43:43 +08:00
|
|
|
}
|
2026-01-15 15:03:59 +08:00
|
|
|
}
|