45 lines
1.0 KiB
JSON
45 lines
1.0 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"
|
|
},
|
|
"dependencies": {
|
|
"@reduxjs/toolkit": "^2.7.0",
|
|
"@tailwindcss/vite": "^4.1.4",
|
|
"axios": "^1.9.0",
|
|
"dayjs": "^1.11.13",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-redux": "^9.2.0",
|
|
"react-router": "^7.5.2",
|
|
"react-router-dom": "^7.5.2",
|
|
"tailwindcss": "^4.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.25.1",
|
|
"@types/node": "^20.17.32",
|
|
"@types/react": "^18.3.20",
|
|
"@types/react-dom": "^18.3.6",
|
|
"@vitejs/plugin-react": "^4.4.1",
|
|
"eslint": "^9.25.1",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"globals": "^15.15.0",
|
|
"typescript": "~5.6.3",
|
|
"typescript-eslint": "^8.31.0",
|
|
"vite": "^6.3.3"
|
|
},
|
|
"pnpm": {
|
|
"ignoredBuiltDependencies": [
|
|
"esbuild"
|
|
]
|
|
}
|
|
}
|