44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "react-template",
|
|
"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.2.2",
|
|
"axios": "^1.16.1",
|
|
"dayjs": "^1.11.20",
|
|
"react": "^19.2.6",
|
|
"react-dom": "^19.2.6",
|
|
"react-redux": "^9.3.0",
|
|
"react-router": "^7.16.0",
|
|
"react-router-dom": "^7.16.0",
|
|
"redux-persist": "^6.0.0",
|
|
"tailwindcss": "^4.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.4",
|
|
"@types/node": "^25.9.1",
|
|
"@types/react": "^19.2.15",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.2",
|
|
"eslint": "^9.39.4",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
"globals": "^17.6.0",
|
|
"prettier": "^3.8.3",
|
|
"typescript": "~6.0.3",
|
|
"typescript-eslint": "^8.60.0",
|
|
"vite": "^8.0.15"
|
|
}
|
|
}
|