-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.3 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 loc) · 2.3 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
{
"name": "tools",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"build-only": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@breezystack/lamejs": "^1.2.7",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@fontsource-variable/inter": "^5.3.0",
"@monaco-editor/react": "^4.7.0",
"@tailwindcss/vite": "^4.3.3",
"@zxing/library": "^0.23.0",
"buffer": "^6.0.3",
"bwip-js": "^4.11.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"color": "^5.0.3",
"cropperjs": "^1.5.13",
"crypto-js": "^4.2.0",
"date-fns": "^4.4.0",
"gif.js": "^0.2.0",
"gifuct-js": "^2.1.2",
"html-docx-js-typescript": "^0.1.5",
"html-to-image": "^1.11.13",
"imagetracerjs": "^1.2.6",
"js-yaml": "^5.2.1",
"jsonpath-plus": "^10.4.0",
"jsqr": "^1.4.0",
"jszip": "^3.10.1",
"lucide-react": "^0.563.0",
"mammoth": "^1.12.0",
"marked": "^18.0.6",
"monaco-editor": "^0.55.1",
"next-themes": "^0.4.6",
"opencc-js": "^1.4.2",
"pdfjs-dist": "^6.1.200",
"php-serialize": "^5.1.3",
"prettier": "^3.9.5",
"qrcode": "^1.5.4",
"radix-ui": "^1.6.5",
"react": "^19.2.8",
"react-cropper": "^2.3.3",
"react-day-picker": "^10.0.1",
"react-dom": "^19.2.8",
"react-qrcode-logo": "^4.1.0",
"react-router-dom": "^7.18.2",
"shadcn": "^4.16.2",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"turndown": "^7.2.4",
"tw-animate-css": "^1.4.0",
"ulid": "^3.0.2",
"uuid": "^13.0.2",
"vaul": "^1.1.2",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/crypto-js": "^4.2.2",
"@types/js-yaml": "^4.0.9",
"@types/node": "^24.13.3",
"@types/qrcode": "^1.5.6",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/turndown": "^5.0.6",
"@vitejs/plugin-react": "^6.0.4",
"eslint": "^10.8.0",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.3",
"globals": "^17.7.0",
"less": "^4.8.1",
"typescript": "~6.0.2",
"typescript-eslint": "^8.65.0",
"vite": "^8.2.0"
}
}