-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.06 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 2.06 KB
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
66
67
{
"name": "table-component-react",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite --open",
"build": "tsc -b && vite build",
"preview": "vite preview",
"test": "vitest run --coverage",
"vitest": "vitest --coverage --ui --api.port=56789"
},
"dependencies": {
"@faker-js/faker": "^10.5.0",
"@radix-ui/react-checkbox": "^1.3.5",
"@radix-ui/react-dialog": "^1.1.17",
"@radix-ui/react-popover": "^1.1.17",
"@radix-ui/react-radio-group": "^1.4.1",
"@radix-ui/react-tooltip": "^1.2.10",
"@tailwindcss/vite": "^4.3.1",
"@tanstack/react-router": "^1.170.16",
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.14.3",
"@uiw/react-json-view": "^2.0.0-alpha.43",
"clsx": "^2.1.1",
"html2canvas-pro": "^2.0.4",
"i18next": "^26.3.1",
"i18next-browser-languagedetector": "^8.2.1",
"install": "^0.13.0",
"json-logic-js": "^2.0.5",
"jspdf": "^4.2.1",
"jspdf-autotable": "^5.0.8",
"jstoxml": "^7.1.0",
"lucide-react": "^1.21.0",
"npm": "^11.17.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-i18next": "^17.0.8",
"react-select": "^5.10.2",
"react-switch": "^7.1.0",
"tailwind-merge": "^3.6.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.3.1",
"uuid": "^14.0.1",
"xlsx-js-style": "^1.2.0",
"zustand": "^5.0.14"
},
"devDependencies": {
"@biomejs/biome": "^2.5.0",
"@tanstack/router-plugin": "^1.168.18",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/json-logic-js": "^2.0.8",
"@types/jstoxml": "^5.0.0",
"@types/node": "^26.0.0",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"@vitest/coverage-v8": "^4.1.9",
"@vitest/ui": "^4.1.9",
"jsdom": "^29.1.1",
"typescript": "~6.0.3",
"vite": "^8.0.16",
"vite-plugin-pages": "^0.33.3"
}
}