62 lines
1.8 KiB
JSON
62 lines
1.8 KiB
JSON
{
|
|
"name": "@probo/console",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --port 5173",
|
|
"relay-clean": "find src -type d -name \"__generated__\" -exec rm -rf {} +",
|
|
"relay-compile": "npx relay-compiler",
|
|
"relay": "npm run relay-clean && npm run relay-compile",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint . --concurrency 4",
|
|
"check": "tsc --noEmit -p tsconfig.app.json",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^5.0.1",
|
|
"@probo/coredata": "^1.0.0",
|
|
"@probo/helpers": "^1.0.0",
|
|
"@probo/hooks": "1.0.0",
|
|
"@probo/i18n": "1.0.0",
|
|
"@probo/react-lazy": "1.0.0",
|
|
"@probo/relay": "^1.0.0",
|
|
"@probo/routes": "^1.0.0",
|
|
"@probo/ui": "1.0.0",
|
|
"@probo/vendors": "0.0.1",
|
|
"@tanstack/react-query": "^5.76.1",
|
|
"clsx": "^2.1.1",
|
|
"minisearch": "^7.1.2",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-dropzone": "^14.3.8",
|
|
"react-error-boundary": "^6.0.0",
|
|
"react-hook-form": "^7.56.4",
|
|
"react-pdf": "^10.3.0",
|
|
"react-relay": "^19.0.0",
|
|
"react-router": "^7.12.0",
|
|
"relay-runtime": "^19.0.0",
|
|
"use-debounce": "^10.0.5",
|
|
"usehooks-ts": "^3.1.1",
|
|
"zod": "^3.25.17"
|
|
},
|
|
"devDependencies": {
|
|
"@probo/eslint-config": "1.0.0",
|
|
"@probo/eslint-plugin-relay-types": "^1.0.0",
|
|
"@tailwindcss/vite": "^4.1.7",
|
|
"@types/node": "^22.15.21",
|
|
"@types/react": "^19.1.2",
|
|
"@types/react-dom": "^19.1.2",
|
|
"@types/react-relay": "^18.2.1",
|
|
"@types/relay-runtime": "^19.0.1",
|
|
"@vitejs/plugin-react": "^5.1.4",
|
|
"babel-plugin-relay": "^19.0.0",
|
|
"eslint": "^9.39.2",
|
|
"graphql": "^16.11.0",
|
|
"relay-compiler": "^19.0.0",
|
|
"tailwindcss": "^4.1.7",
|
|
"typescript": "~5.8.3",
|
|
"vite": "^7.3.1"
|
|
}
|
|
}
|