forked from glink25/Cent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 2.79 KB
/
Copy pathpackage.json
File metadata and controls
98 lines (98 loc) · 2.79 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "oncent-next",
"private": true,
"version": "1.1",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "pnpm run lint && vite build",
"analyze": "ANALYZE=true vite build",
"lint": "tsc -b && biome check --diagnostic-level error",
"preview": "vite preview --host --port 5173",
"check": "biome check --write"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hookform/resolvers": "^5.2.2",
"@iconify-json/line-md": "^1.2.11",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@tanstack/react-virtual": "^3.13.12",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"comlink": "^4.4.2",
"date-fns": "^4.1.0",
"dayjs": "^1.11.18",
"echarts": "^6.0.0",
"idb": "^8.0.3",
"immer": "^10.1.1",
"js-base64": "^3.7.8",
"lodash-es": "^4.17.21",
"lucide-react": "^0.544.0",
"motion": "^12.23.24",
"next-themes": "^0.4.6",
"octokit": "^5.0.3",
"radix-ui": "^1.4.3",
"react": "^19.1.1",
"react-day-picker": "^9.11.0",
"react-dom": "^19.1.1",
"react-hook-form": "^7.63.0",
"react-intl": "^7.1.11",
"react-router": "^7.8.2",
"react-use": "^17.6.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.1.0",
"webdav": "^5.8.0",
"wordcloud": "^1.2.3",
"zod": "^4.1.11",
"zustand": "^5.0.8",
"zustand-computed": "^2.1.0"
},
"devDependencies": {
"@biomejs/biome": "latest",
"@eslint/js": "^9.33.0",
"@iconify-json/mdi": "^1.2.3",
"@iconify/tailwind4": "^1.0.6",
"@tailwindcss/vite": "^4.1.12",
"@types/lodash-es": "^4.17.12",
"@types/node": "^24.3.1",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@types/wordcloud": "^1.2.2",
"@vitejs/plugin-react-swc": "^4.0.0",
"eslint": "^9.33.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"sass-embedded": "^1.93.3",
"tailwindcss": "^4.1.12",
"tw-animate-css": "^1.3.8",
"typescript": "~5.8.3",
"typescript-eslint": "^8.39.1",
"unplugin-info": "^1.2.4",
"vite": "^7.1.2",
"vite-bundle-analyzer": "^1.2.3",
"vite-plugin-info": "^0.4.1",
"vite-plugin-pwa": "^1.0.3",
"vite-plugin-svgr": "^4.5.0",
"workbox-cacheable-response": "^7.4.0",
"workbox-core": "^7.3.0",
"workbox-precaching": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-strategies": "^7.3.0"
}
}