-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.16 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.16 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
{
"name": "utils.fun",
"version": "2.0.0",
"private": true,
"repository": {
"url": "https://github.com/Licoy/utils.fun"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "node scripts/prepare-standalone.mjs",
"start": "node .next/standalone/server.js",
"lint": "eslint",
"test": "vitest run"
},
"dependencies": {
"@iconify/react": "^6.0.2",
"@monaco-editor/react": "^4.7.0",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"browser-image-compression": "^2.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cron-parser": "^5.4.0",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.18",
"image-compare-viewer": "^1.6.2",
"jsbarcode": "^3.12.3",
"json-to-ts": "^2.1.0",
"jsqr": "^1.4.0",
"jszip": "^3.10.1",
"less": "^4.4.2",
"lucide-react": "^0.544.0",
"marked": "^16.3.0",
"monaco-editor": "^0.55.1",
"next": "^16.1.6",
"next-themes": "^0.4.6",
"opencc-js": "^1.0.5",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^5.5.207",
"pinyin-pro": "^3.28.0",
"pluralize": "^8.0.0",
"prettier": "^3.6.2",
"qrcode": "^1.5.4",
"radix-ui": "^1.4.3",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"shadcn": "^4.0.5",
"spark-md5": "^3.0.2",
"sql-formatter": "^15.6.10",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.13",
"@types/crypto-js": "^4.2.2",
"@types/node": "^24.5.2",
"@types/pluralize": "^0.0.33",
"@types/qrcode": "^1.5.5",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"eslint": "^9.35.0",
"eslint-config-next": "^16.1.6",
"jsdom": "^29.0.0",
"tailwindcss": "^4.1.13",
"typescript": "^5.9.2",
"vitest": "^4.1.0"
}
}