2026-08-12 21:18:47 +07:00
|
|
|
{
|
|
|
|
|
"name": "aplp.frontend.lms",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "vite build",
|
|
|
|
|
"lint": "eslint .",
|
|
|
|
|
"preview": "vite preview"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-09-03 21:49:25 +07:00
|
|
|
"@radix-ui/react-label": "^2.1.15",
|
|
|
|
|
"@radix-ui/react-separator": "^1.1.15",
|
|
|
|
|
"@radix-ui/react-slot": "^1.3.3",
|
|
|
|
|
"@radix-ui/react-tabs": "^1.1.21",
|
|
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
|
|
"clsx": "^2.1.1",
|
2026-08-12 21:18:47 +07:00
|
|
|
"react": "^19.2.8",
|
2026-08-12 22:15:06 +07:00
|
|
|
"react-dom": "^19.2.8",
|
2026-09-03 21:49:25 +07:00
|
|
|
"react-icons": "^5.7.0",
|
2026-08-12 22:15:06 +07:00
|
|
|
"react-router-dom": "^7.18.2",
|
2026-09-03 21:49:25 +07:00
|
|
|
"tailwind-merge": "^3.6.0",
|
2026-08-12 22:15:06 +07:00
|
|
|
"tailwindcss": "^4.3.3"
|
2026-08-12 21:18:47 +07:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@eslint/js": "^10.0.1",
|
2026-08-12 22:15:06 +07:00
|
|
|
"@tailwindcss/vite": "^4.3.3",
|
2026-08-12 21:18:47 +07:00
|
|
|
"@types/react": "^19.2.17",
|
|
|
|
|
"@types/react-dom": "^19.2.3",
|
|
|
|
|
"@vitejs/plugin-react": "^6.0.4",
|
|
|
|
|
"eslint": "^10.8.0",
|
|
|
|
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
|
|
|
"eslint-plugin-react-refresh": "^0.5.3",
|
|
|
|
|
"globals": "^17.7.0",
|
|
|
|
|
"vite": "^8.2.0"
|
|
|
|
|
}
|
|
|
|
|
}
|