-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
66 lines (66 loc) · 1.81 KB
/
package.json
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": "devtoys",
"version": "1.0.0",
"description": "A Swiss Army knife for developers.",
"main": "index.js",
"repository": "https://github.com/HeHang0/DevToys.git",
"author": "HeHang",
"license": "MIT",
"private": false,
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.15.1",
"@simonwep/pickr": "^1.8.2",
"add": "^2.0.6",
"cron-parser": "^4.8.1",
"crypto-js": "^4.1.1",
"element-plus": "^2.3.5",
"exifr": "^7.1.3",
"he": "^1.2.0",
"heic2any": "^0.0.4",
"highlight.js": "^11.8.0",
"js-yaml": "^4.1.0",
"less": "^4.1.3",
"marked": "^5.0.3",
"moment": "^2.29.4",
"monaco-editor": "^0.38.0",
"monaco-editor-webpack-plugin": "^7.0.1",
"node-sql-parser": "^4.7.0",
"pinia": "^2.0.32",
"qrcode": "^1.5.1",
"qrcode-parser": "^2.1.1",
"splitpanes": "^3.1.5",
"sql-formatter": "^12.2.1",
"vue": "^3.3.4",
"vue-monaco-cdn": "^2.0.3",
"vue-router": "^4.2.1",
"xml-formatter": "^3.3.2"
},
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/he": "^1.2.0",
"@types/js-yaml": "^4.0.5",
"@types/marked": "^4.0.8",
"@types/node": "^18.14.2",
"@types/qrcode": "^1.5.0",
"@types/splitpanes": "^2.2.1",
"@types/wicg-file-system-access": "^2020.9.6",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/tsconfig": "^0.1.3",
"npm-run-all": "^4.1.5",
"rollup-plugin-visualizer": "^5.9.0",
"typescript": "~4.8.4",
"vite": "^4.1.4",
"vite-plugin-cdn2": "^0.3.3",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-pwa": "^0.16.1",
"vue-tsc": "^1.2.0"
}
}