-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.96 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.96 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
{
"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": "^9.9.0",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/vite": "^4.1.12",
"@tanstack/react-router": "^1.131.36",
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.12",
"@uiw/react-json-view": "^2.0.0-alpha.30",
"clsx": "^2.1.1",
"html2canvas-pro": "^1.5.11",
"i18next": "^25.3.6",
"i18next-browser-languagedetector": "^8.2.0",
"install": "^0.13.0",
"json-logic-js": "^2.0.5",
"jspdf": "^3.0.1",
"jspdf-autotable": "^5.0.2",
"jstoxml": "^7.0.1",
"lucide-react": "^0.540.0",
"npm": "^11.6.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-i18next": "^15.6.1",
"react-select": "^5.10.2",
"react-switch": "^7.1.0",
"tailwind-variants": "^1.0.0",
"tailwindcss": "^4.1.12",
"uuid": "^11.1.0",
"xlsx-js-style": "^1.2.0",
"zustand": "^5.0.7"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@tanstack/router-plugin": "^1.131.36",
"@testing-library/jest-dom": "^6.7.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/json-logic-js": "^2.0.8",
"@types/jstoxml": "^5.0.0",
"@types/node": "^24.3.0",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^5.0.1",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/ui": "^3.2.4",
"jsdom": "^26.1.0",
"typescript": "~5.9.2",
"vite": "^7.1.3",
"vite-plugin-pages": "^0.33.1"
}
}