41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "lumaops-frontend",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint . --max-warnings 0",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"preview": "vite preview --host 0.0.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-query": "5.80.7",
|
|
"lucide-react": "0.511.0",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-router-dom": "7.18.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "9.28.0",
|
|
"@testing-library/jest-dom": "6.6.3",
|
|
"@testing-library/react": "16.3.0",
|
|
"@testing-library/user-event": "14.6.1",
|
|
"@types/node": "22.15.29",
|
|
"@types/react": "19.1.6",
|
|
"@types/react-dom": "19.1.5",
|
|
"@vitejs/plugin-react": "4.5.1",
|
|
"eslint": "9.28.0",
|
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
"eslint-plugin-react-refresh": "0.4.20",
|
|
"globals": "16.2.0",
|
|
"jsdom": "26.1.0",
|
|
"typescript": "5.8.3",
|
|
"typescript-eslint": "8.33.1",
|
|
"vite": "6.4.3",
|
|
"vitest": "3.2.7"
|
|
}
|
|
}
|