-
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
/
package.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": "dev-toolbox",
"version": "1.0.0",
"description": "集成常用开发者工具的 Web 应用",
"type": "module",
"scripts": {
"dev": "NODE_OPTIONS='--require ./scripts/crypto-polyfill.cjs' vite",
"build": "NODE_OPTIONS='--require ./scripts/crypto-polyfill.cjs --max-old-space-size=4096' vue-tsc && NODE_OPTIONS='--require ./scripts/crypto-polyfill.cjs --max-old-space-size=4096' vite build",
"preview": "vite preview"
},
"keywords": [
"developer",
"tools",
"vue",
"diff",
"base64",
"json",
"url"
],
"author": "Jiao Lee",
"license": "MIT",
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/dagre": "^0.7.54",
"@types/diff-match-patch": "^1.0.36",
"@types/js-yaml": "^4.0.9",
"@types/marked": "^5.0.2",
"@types/qrcode": "^1.5.6",
"@types/ua-parser-js": "^0.7.39",
"@types/xml-js": "^0.9.0",
"@vitejs/plugin-vue": "^5.2.4",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6",
"terser": "^5.43.1",
"typescript": "^5.9.2",
"vite": "^5.2.9",
"vite-plugin-pwa": "^1.2.0",
"vue-tsc": "^2.0.26"
},
"dependencies": {
"@excalidraw/excalidraw": "^0.18.0",
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"@techstark/opencv-js": "^4.12.0-release.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vue-flow/background": "^1.3.2",
"@vue-flow/controls": "^1.1.3",
"@vue-flow/core": "^1.48.2",
"@vueuse/core": "^13.6.0",
"browser-image-compression": "^2.0.2",
"cropperjs": "^1.6.2",
"crypto-js": "^4.2.0",
"dagre": "^0.8.5",
"dayjs": "^1.11.13",
"diff-match-patch": "^1.0.5",
"driver.js": "^1.4.0",
"js-yaml": "^4.1.0",
"json5": "^2.2.3",
"lucide-vue-next": "^0.408.0",
"marked": "^17.0.1",
"mermaid": "^11.12.2",
"monaco-editor": "^0.52.2",
"pinia": "^3.0.3",
"qrcode": "^1.5.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sql-formatter": "^15.6.6",
"ua-parser-js": "^2.0.6",
"vue": "^3.4.31",
"vue-i18n": "^9.14.5",
"vue-router": "^4.4.0",
"xml-js": "^1.6.11"
}
}