diff options
Diffstat (limited to 'jb-ui/package.json')
| -rw-r--r-- | jb-ui/package.json | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/jb-ui/package.json b/jb-ui/package.json new file mode 100644 index 0000000..66e3732 --- /dev/null +++ b/jb-ui/package.json @@ -0,0 +1,65 @@ +{ + "name": "amt-jb-ui", + "private": true, + "type": "module", + "version": "0.1.0", + "packageManager": "pnpm@10.27.0", + "scripts": { + "dev": "vite", + "build": "tsc -b && vite build", + "lint": "eslint .", + "preview": "vite preview", + "test": "jest" + }, + "dependencies": { + "@questlabs/react-sdk": "^2.2.92", + "@radix-ui/react-checkbox": "^1.3.3", + "@radix-ui/react-label": "^2.1.8", + "@radix-ui/react-separator": "^1.1.8", + "@radix-ui/react-slot": "^1.2.4", + "@reduxjs/toolkit": "^2.11.2", + "@tanstack/react-table": "^8.21.3", + "@testing-library/dom": "^10.4.1", + "@testing-library/jest-dom": "^6.9.1", + "@testing-library/react": "^16.3.1", + "@testing-library/user-event": "^13.5.0", + "@types/canvas-confetti": "^1.9.0", + "@vitejs/plugin-react": "^5.1.2", + "axios": "^1.13.2", + "bad-words": "^4.0.0", + "canvas-confetti": "^1.9.4", + "class-variance-authority": "^0.7.1", + "clsx": "^2.1.1", + "lucide-react": "^0.562.0", + "moment": "^2.30.1", + "motion": "^12.31.0", + "path": "^0.12.7", + "radix-ui": "^1.4.3", + "react": "^19.2.3", + "react-dom": "^19.2.3", + "react-markdown": "^10.1.0", + "react-redux": "^9.2.0", + "react-router-dom": "^7.12.0", + "react-scripts": "5.0.1", + "react-use-websocket": "^4.13.0", + "tailwind-merge": "^3.4.0", + "tailwindcss": "^4.1.18", + "ts-jest": "^29.4.6", + "ts-node": "^10.9.2", + "vite": "^7.3.1", + "web-vitals": "^2.1.4" + }, + "devDependencies": { + "@tailwindcss/postcss": "^4.1.18", + "@tailwindcss/vite": "^4.1.18", + "@types/jest": "^30.0.0", + "@types/node": "^25.0.3", + "@types/react": "^19.2.7", + "@types/react-dom": "^19.2.3", + "jest": "^29.7.0", + "jest-environment-jsdom": "^29.7.0", + "jsdom": "^27.4.0", + "tw-animate-css": "^1.4.0", + "typescript": "~5.9.3" + } +} |
