50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "@fable/web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0",
|
|
"build": "vite build",
|
|
"preview": "vite preview --host 0.0.0.0",
|
|
"check": "eslint .",
|
|
"lint": "eslint .",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "5.2.2",
|
|
"@tanstack/react-query": "5.90.2",
|
|
"axios": "1.12.2",
|
|
"clsx": "2.1.1",
|
|
"framer-motion": "12.23.22",
|
|
"lucide-react": "0.544.0",
|
|
"react": "19.2.7",
|
|
"react-dom": "19.2.7",
|
|
"react-hook-form": "7.63.0",
|
|
"react-router-dom": "7.9.1",
|
|
"tailwind-merge": "3.3.1",
|
|
"zod": "4.1.11",
|
|
"zustand": "5.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "9.36.0",
|
|
"@tailwindcss/vite": "4.1.13",
|
|
"@testing-library/jest-dom": "6.8.0",
|
|
"@testing-library/react": "16.3.0",
|
|
"@testing-library/user-event": "14.6.1",
|
|
"@vitejs/plugin-react": "5.0.4",
|
|
"autoprefixer": "10.4.21",
|
|
"eslint": "9.36.0",
|
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
"eslint-plugin-react-refresh": "0.4.22",
|
|
"globals": "16.4.0",
|
|
"jsdom": "27.0.0",
|
|
"postcss": "8.5.6",
|
|
"prettier": "3.6.2",
|
|
"tailwindcss": "4.1.13",
|
|
"vite": "7.1.7",
|
|
"vitest": "3.2.4"
|
|
}
|
|
}
|