48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "mimic-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "eslint . --max-warnings=0",
|
|
"test": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource-variable/jetbrains-mono": "^5.2.8",
|
|
"@tanstack/react-query": "^5.59.0",
|
|
"axios": "^1.7.7",
|
|
"lucide-react": "^1.16.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.27.0"
|
|
},
|
|
"devDependencies": {
|
|
"@fontsource-variable/inter": "^5.1.0",
|
|
"@testing-library/dom": "^10.4.0",
|
|
"@testing-library/jest-dom": "^6.6.0",
|
|
"@testing-library/react": "^16.0.1",
|
|
"@testing-library/user-event": "^14.5.2",
|
|
"@types/node": "^22.7.5",
|
|
"@types/react": "^18.3.11",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.8.1",
|
|
"@typescript-eslint/parser": "^8.8.1",
|
|
"@vitejs/plugin-react": "^4.3.2",
|
|
"autoprefixer": "^10.4.20",
|
|
"axios-mock-adapter": "^2.1.0",
|
|
"eslint": "^8.57.1",
|
|
"eslint-plugin-react": "^7.37.1",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"jsdom": "^25.0.1",
|
|
"postcss": "^8.4.47",
|
|
"tailwindcss": "^3.4.13",
|
|
"typescript": "^5.6.2",
|
|
"vite": "^5.4.8",
|
|
"vitest": "^2.1.2"
|
|
}
|
|
}
|