69 lines
2.4 KiB
JSON
69 lines
2.4 KiB
JSON
{
|
|
"name": "diplom",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "react-router build",
|
|
"dev": "react-router dev",
|
|
"start": "react-router-serve ./build/server/index.js",
|
|
"typecheck": "react-router typegen && tsc"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^5.0.1",
|
|
"@radix-ui/react-aspect-ratio": "^1.1.7",
|
|
"@radix-ui/react-avatar": "^1.1.10",
|
|
"@radix-ui/react-context-menu": "^2.2.15",
|
|
"@radix-ui/react-dialog": "^1.1.14",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-scroll-area": "^1.2.9",
|
|
"@radix-ui/react-select": "^2.2.5",
|
|
"@radix-ui/react-separator": "^1.1.7",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@radix-ui/react-tabs": "^1.1.12",
|
|
"@radix-ui/react-tooltip": "^1.2.7",
|
|
"@react-router/node": "^7.6.0",
|
|
"@react-router/serve": "^7.6.0",
|
|
"@tanstack/react-query": "^5.76.1",
|
|
"@yornaath/batshit": "^0.10.1",
|
|
"axios": "^1.9.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"immer": "^10.1.1",
|
|
"isbot": "^5.1.28",
|
|
"lucide-react": "^0.511.0",
|
|
"react": "^19.1.0",
|
|
"react-compiler-runtime": "^19.1.0-rc.2",
|
|
"react-dom": "^19.1.0",
|
|
"react-hook-form": "^7.56.4",
|
|
"react-router": "^7.6.0",
|
|
"tailwind-merge": "^3.3.0",
|
|
"vite-plugin-babel": "^1.3.1",
|
|
"zod": "^3.25.17",
|
|
"zustand": "^5.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-typescript": "^7.27.1",
|
|
"@eslint/js": "^9.27.0",
|
|
"@react-router/dev": "^7.6.0",
|
|
"@tailwindcss/vite": "^4.1.7",
|
|
"@types/node": "^22.15.21",
|
|
"@types/react": "^19.1.5",
|
|
"@types/react-dom": "^19.1.5",
|
|
"babel-plugin-react-compiler": "^19.1.0-rc.2",
|
|
"eslint": "^9.27.0",
|
|
"eslint-plugin-prettier": "5.4.0",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-compiler": "^19.1.0-rc.2",
|
|
"eslint-plugin-react-hooks": "^6.0.0-rc.1",
|
|
"globals": "^16.1.0",
|
|
"prettier": "3.5.3",
|
|
"tailwindcss": "^4.1.7",
|
|
"tw-animate-css": "^1.3.0",
|
|
"typescript": "^5.8.3",
|
|
"typescript-eslint": "^8.32.1",
|
|
"vite": "^6.3.5",
|
|
"vite-tsconfig-paths": "^5.1.4"
|
|
}
|
|
}
|