|
|
@@ -1,33 +1,32 @@
|
|
|
{
|
|
|
- "name": "vite-react-typescript-starter",
|
|
|
+ "name": "attendance-management-system",
|
|
|
"private": true,
|
|
|
- "version": "0.0.0",
|
|
|
+ "version": "1.0.0",
|
|
|
"type": "module",
|
|
|
"scripts": {
|
|
|
"dev": "vite",
|
|
|
- "build": "vite build",
|
|
|
- "lint": "eslint .",
|
|
|
+ "build": "tsc && vite build",
|
|
|
+ "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
|
"preview": "vite preview"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "lucide-react": "^0.344.0",
|
|
|
- "react": "^18.3.1",
|
|
|
- "react-dom": "^18.3.1"
|
|
|
+ "react": "^18.2.0",
|
|
|
+ "react-dom": "^18.2.0",
|
|
|
+ "react-router-dom": "^6.16.0",
|
|
|
+ "axios": "^1.5.0",
|
|
|
+ "antd": "^5.9.0",
|
|
|
+ "@ant-design/icons": "^5.2.6"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@eslint/js": "^9.9.1",
|
|
|
- "@types/react": "^18.3.5",
|
|
|
- "@types/react-dom": "^18.3.0",
|
|
|
- "@vitejs/plugin-react": "^4.3.1",
|
|
|
- "autoprefixer": "^10.4.18",
|
|
|
- "eslint": "^9.9.1",
|
|
|
- "eslint-plugin-react-hooks": "^5.1.0-rc.0",
|
|
|
- "eslint-plugin-react-refresh": "^0.4.11",
|
|
|
- "globals": "^15.9.0",
|
|
|
- "postcss": "^8.4.35",
|
|
|
- "tailwindcss": "^3.4.1",
|
|
|
- "typescript": "^5.5.3",
|
|
|
- "typescript-eslint": "^8.3.0",
|
|
|
- "vite": "^5.4.2"
|
|
|
+ "@types/react": "^18.2.15",
|
|
|
+ "@types/react-dom": "^18.2.7",
|
|
|
+ "@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
|
+ "@typescript-eslint/parser": "^6.0.0",
|
|
|
+ "@vitejs/plugin-react": "^4.0.3",
|
|
|
+ "eslint": "^8.45.0",
|
|
|
+ "eslint-plugin-react-hooks": "^4.6.0",
|
|
|
+ "eslint-plugin-react-refresh": "^0.4.3",
|
|
|
+ "typescript": "^5.0.2",
|
|
|
+ "vite": "^4.4.5"
|
|
|
}
|
|
|
-}
|
|
|
+}
|