-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.09 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.09 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
{
"private": true,
"license": "Apache-2.0",
"type": "module",
"packageManager": "pnpm@10.29.2",
"engines": {
"node": ">=22",
"pnpm": ">=10",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm"
},
"dependencies": {
"@codemirror/commands": "^6.10.3",
"@codemirror/lang-html": "^6.4.11",
"@codemirror/lang-javascript": "^6.2.5",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/language": "^6.12.3",
"@codemirror/state": "^6.6.0",
"@codemirror/theme-one-dark": "^6.1.3",
"@codemirror/view": "^6.40.0",
"@primeuix/themes": "^2.0.2",
"@primevue/forms": "^4.5.4",
"@types/leaflet": "^1.9.21",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"autoprefixer": "^10.4.21",
"axios": "^1.15.0",
"codemirror": "^6.0.2",
"leaflet": "^1.9.4",
"leaflet-geosearch": "^4.4.0",
"lodash-es": "^4.18.0",
"pinia": "^3.0.3",
"postcss": "^8.5.6",
"primeicons": "^7.0.0",
"primevue": "^4.5.4",
"qs": "^6.14.2",
"tailwindcss": "^3",
"tailwindcss-primeui": "latest",
"vue": "^3.5.17",
"vue-i18n": "^11.1.11",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@rollup/plugin-commonjs": "^28.0.6",
"@typescript-eslint/eslint-plugin": "^8.53.0",
"@typescript-eslint/parser": "^8.53.0",
"@vitejs/plugin-vue": "^6.0.0",
"@vitest/eslint-plugin": "^1.2.7",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.0.0",
"eslint-plugin-vue": "^10.2.0",
"globals": "^16.2.0",
"jsdom": "^26.1.0",
"path-browserify": "^1.0.1",
"prettier": "^3.0.0",
"typescript": "^5.8.3",
"unplugin-vue-components": "^28.0.0",
"vite": "^7.0.0",
"vite-plugin-vue-devtools": "^8",
"vitest": "^3.2.4",
"vue-eslint-parser": "^10.1.4"
},
"pnpm": {
"overrides": {
"picomatch@<2.3.2": "^2.3.2",
"picomatch@>=4.0.0 <4.0.4": "^4.0.4",
"lodash@<4.18.0": "^4.18.0",
"follow-redirects@<1.16.0": "^1.16.0",
"minimatch@>=10.0.0 <10.2.3": "^10.2.3",
"@isaacs/brace-expansion": "^5.0.1"
}
}
}