38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://www.schemastore.org/package.json",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"build:watch": "vite build --watch",
|
|
"dev": "vite",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^5.3.8",
|
|
"bootstrap-icons": "^1.13.1",
|
|
"i18next": "^25.7.3",
|
|
"i18next-http-backend": "^3.0.2",
|
|
"react": "^19.2.0",
|
|
"react-bootstrap": "^2.10.10",
|
|
"react-data-table-component": "^7.7.0",
|
|
"react-dom": "^19.2.0",
|
|
"react-i18next": "^16.5.0",
|
|
"react-router-dom": "^7.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.1",
|
|
"@types/react": "^19.2.5",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^5.1.1",
|
|
"axios": "^1.11.0",
|
|
"concurrently": "^9.0.1",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
"globals": "^16.5.0",
|
|
"laravel-vite-plugin": "^2.0.0",
|
|
"vite": "^7.0.7"
|
|
}
|
|
}
|