-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
137 lines (137 loc) · 3.92 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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "iszy_tools",
"type": "module",
"version": "2.0.2",
"private": true,
"packageManager": "pnpm@9.15.0",
"license": "GPL-3.0",
"scripts": {
"build": "vue-tsc --noEmit && vite build",
"dev": "vite",
"dev:api": "vite --mode test",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"coverage": "vitest run --coverage",
"typecheck": "vue-tsc --noEmit",
"up": "taze minor -I",
"sizecheck": "npx vite-bundle-visualizer"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.705.0",
"@ckpack/vue-color": "^1.6.0",
"@codemirror/commands": "^6.7.1",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/language": "^6.10.6",
"@codemirror/lint": "^6.8.4",
"@codemirror/state": "^6.5.0",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.35.3",
"@geoman-io/leaflet-geoman-free": "^2.17.0",
"@highlightjs/vue-plugin": "^2.1.0",
"@supermap/iclient-leaflet": "^11.1.1",
"@tldraw/assets": "^3.6.0",
"@turf/turf": "^7.1.0",
"@vueuse/core": "^12.0.0",
"@vueuse/integrations": "^12.0.0",
"algoliasearch": "^4.24.0",
"ant-design-vue": "^4.2.6",
"axios": "^1.7.9",
"buffer": "^6.0.3",
"codemirror": "^6.0.1",
"colord": "^2.9.3",
"core-js": "^3.39.0",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"dom-to-image": "^2.6.0",
"element-plus": "^2.9.0",
"eslint-linter-browserify": "^9.16.0",
"esri-leaflet": "^3.0.13",
"file-saver": "^2.0.5",
"highlight.js": "^11.10.0",
"js-beautify": "^1.15.1",
"json-editor-vue": "^0.17.3",
"leaflet": "^1.9.4",
"localforage": "^1.10.0",
"lodash-es": "^4.17.21",
"markdown-it": "^14.1.0",
"nzh": "^1.0.14",
"pinia": "^2.3.0",
"qrcode": "^1.5.4",
"qrcode-decoder": "^0.3.4",
"relationship.js": "^1.2.7",
"three": "^0.171.0",
"tldraw": "^3.6.0",
"ua-parser-js": "^1.0.39",
"uuid": "^11.0.3",
"vanilla-jsoneditor": "^0.23.8",
"veaury": "^2.6.1",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"xml-formatter": "^3.6.3"
},
"devDependencies": {
"@algolia/client-search": "^4.24.0",
"@antfu/eslint-config": "^3.11.2",
"@iconify-json/fa-solid": "^1.2.0",
"@iconify-json/fa6-solid": "^1.2.2",
"@iconify-json/icon-park": "^1.2.1",
"@iconify-json/icon-park-outline": "^1.2.1",
"@iconify-json/icon-park-solid": "^1.2.1",
"@types/crypto-js": "^4.2.2",
"@types/esri-leaflet": "^3.0.3",
"@types/file-saver": "^2.0.7",
"@types/geojson": "^7946.0.15",
"@types/js-beautify": "^1.14.3",
"@types/leaflet": "^1.9.15",
"@types/lodash-es": "^4.17.12",
"@types/qrcode": "^1.5.5",
"@types/three": "^0.170.0",
"@types/uuid": "^10.0.0",
"@unocss/eslint-plugin": "^0.65.1",
"@vite-pwa/assets-generator": "^0.2.6",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vitest/coverage-v8": "^2.1.8",
"@vue/compiler-sfc": "^3.5.13",
"@vue/runtime-dom": "^3.5.13",
"@vue/test-utils": "^2.4.6",
"co": "^4.6.0",
"eslint": "^9.16.0",
"jsdom": "^25.0.1",
"less": "^4.2.1",
"lint-staged": "^15.2.10",
"postcss": "^8.4.49",
"sass": "^1.82.0",
"simple-git-hooks": "^2.11.1",
"sitemap": "^8.0.0",
"taze": "^0.18.0",
"typescript": "~5.6.3",
"unocss": "^0.65.1",
"unplugin-auto-import": "^0.18.6",
"unplugin-vue-components": "^0.27.5",
"vite": "^6.0.3",
"vite-plugin-html": "^3.2.2",
"vite-plugin-pwa": "^0.21.1",
"vitest": "^2.1.8",
"vue-tsc": "^2.1.10",
"workbox-build": "^7.3.0",
"workbox-window": "^7.3.0"
},
"pnpm": {
"overrides": {
"eslint": "^9.16.0"
}
},
"simple-git-hooks": {},
"babel": {
"presets": [
"@babel/preset-env"
]
}
}