1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
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"
}
}
|