* feat(frontend): convert to ts * refactor(frontend): axios-override - simplify shouldMock type * fix: refine stage labels * refactor(frontend): refine `useUserId` signature * fix(frontend): descriptionLines and langsCount can be undefined * refactor(frontend): refine casting on redirectCode * refactor(frontend): refine stageIndex title and types * refactor(frontend): apply pr review comments changes * refactor(frontend): group properties using reference groups * refactor(frontend): remove outdated comment * fix(frontend): mock-http - simplify code
58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@reduxjs/toolkit": "2.11.2",
|
|
"axios": "^1",
|
|
"axios-cache-interceptor": "^1",
|
|
"daisyui": "2.31.0",
|
|
"emoji-name-map": "^2.0.3",
|
|
"github-username-regex": "^1.0.0",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-icons": "^4.11.0",
|
|
"react-loading-skeleton": "^3.3.1",
|
|
"react-redux": "9.2.0",
|
|
"react-spinners": "^0.13.8",
|
|
"react-toastify": "^9.1.3",
|
|
"redux": "5.0.1",
|
|
"save-svg-as-png": "^1.4.17",
|
|
"uuid": "^9.0.1",
|
|
"word-wrap": "^1.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "18.3.27",
|
|
"@types/react-dom": "18.3.7",
|
|
"@types/uuid": "9.0.8",
|
|
"@vitejs/plugin-react-swc": "4.2.2",
|
|
"autoprefixer": "^10.4.16",
|
|
"clsx": "2.1.1",
|
|
"postcss": "^8.4.31",
|
|
"tailwindcss": "^3.3.5",
|
|
"vite": "7.3.1",
|
|
"vite-plugin-node-polyfills": "0.25.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"build-trends": "vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"homepage": "/frontend",
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|