-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.6 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.6 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
{
"name": "agora",
"private": true,
"version": "0.2.0",
"type": "module",
"engines": {
"node": ">=20.19.0"
},
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"docs": "typedoc"
},
"dependencies": {
"@intlify/unplugin-vue-i18n": "^3.0.1",
"@material-design-icons/font": "^0.14.13",
"@primevue/themes": "^4.0.6",
"@turf/bbox": "^7.1.0",
"@turf/bbox-polygon": "^7.1.0",
"@turf/boolean-within": "^7.1.0",
"@turf/center": "^7.1.0",
"@turf/flatten": "^7.1.0",
"@turf/intersect": "^7.2.0",
"@types/geojson": "^7946.0.14",
"maplibre-gl": "^5.24.0",
"pinia": "^2.1.7",
"primeicons": "^6.0.1",
"primevue": "^4.5.5",
"terra-draw": "^1.26.0",
"terra-draw-maplibre-gl-adapter": "^1.3.0",
"vue": "^3.4.35",
"vue-i18n": "^10.0.8",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@stylistic/eslint-plugin-js": "^1.5.4",
"@types/node": "^20.11.26",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-vue": "^6.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-standard-with-typescript": "^42.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.4.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.19.2",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.18",
"typedoc": "^0.27.7",
"typedoc-plugin-vue": "^1.5.0",
"typescript": "^5.3.3",
"vite": "^6.4.2",
"vue-tsc": "^2.0.29"
}
}