Signed-off-by: Bryan Frimin <bryan@getprobo.com> Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
60 lines
1.7 KiB
JSON
60 lines
1.7 KiB
JSON
{
|
|
"name": "console2",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"relay": "find src -type d -name \"__generated__\" -exec rm -rf {} + && npx relay-compiler ./relay.config.json",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"check": "tsc --noEmit -p tsconfig.app.json",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^5.0.1",
|
|
"@probo/helpers": "1.0.0",
|
|
"@probo/hooks": "1.0.0",
|
|
"@probo/i18n": "1.0.0",
|
|
"@probo/ui": "1.0.0",
|
|
"@probo/vendors": "0.0.1",
|
|
"@radix-ui/react-dialog": "^1.1.14",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-select": "^2.2.5",
|
|
"@tanstack/react-query": "^5.76.1",
|
|
"clsx": "^2.1.1",
|
|
"minisearch": "^7.1.2",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-error-boundary": "^6.0.0",
|
|
"react-hook-form": "^7.56.4",
|
|
"react-relay": "^19.0.0",
|
|
"react-router": "^7.6.0",
|
|
"relay-runtime": "^19.0.0",
|
|
"usehooks-ts": "^3.1.1",
|
|
"zod": "^3.25.17"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.25.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": "^4.4.1",
|
|
"babel-plugin-relay": "^19.0.0",
|
|
"eslint": "^9.25.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"globals": "^16.0.0",
|
|
"graphql": "^16.11.0",
|
|
"prettier": "^3.5.3",
|
|
"relay-compiler": "^19.0.0",
|
|
"tailwindcss": "^4.1.7",
|
|
"typescript": "~5.8.3",
|
|
"typescript-eslint": "^8.30.1",
|
|
"vite": "^6.3.5"
|
|
}
|
|
}
|