-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
79 lines (79 loc) · 2.48 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
{
"name": "wemast_v2",
"version": "0.0.0",
"scripts": {
"build": "vite build",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"dev": "vite",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"i18n:report": "vue-cli-service i18n:report --src \"./src/**/*.?(js|vue)\" --locales \"./src/locales/**/*.json\"",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"preview": "vite preview --port 4173"
},
"main": "background.js",
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@intlify/unplugin-vue-i18n": "^0.10.0",
"@mapbox/shp-write": "^0.4.3",
"@mui/material": "^5.15.0",
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/center": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/meta": "^6.5.0",
"axios": "^1.6.8",
"bootstrap-vue": "^2.21.2",
"chart.js": "^2.9.4",
"dom-to-image": "^2.6.0",
"file-saver": "^2.0.5",
"html2canvas": "^1.4.1",
"jquery": "^3.7.0",
"jszip": "^3.10.1",
"leaflet": "^1.8.0",
"leaflet-draw": "^1.0.4",
"leaflet-easyprint": "^2.1.9",
"leaflet-geosearch": "^3.7.0",
"leaflet-side-by-side": "^2.2.0",
"leaflet-sidebar-v2": "^3.2.3",
"leaflet.browser.print": "^2.0.2",
"leaflet.export": "^1.0.0",
"leaflet.wms": "^0.2.0",
"mapbox-gl": "^2.13.0",
"osmbuildings": "^0.2.0-b",
"pinia": "^2.0.21",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primevue": "^3.51.0",
"shp-write": "^0.3.2",
"shpjs": "^4.0.4",
"vue": "^3.2.38",
"vue-chart-3": "^3.1.8",
"vue-chartjs": "^3.5.1",
"vue-i18n": "^9.1.0",
"vue-notification": "^1.3.20",
"vue-router": "^4.1.5",
"vue-toastification": "^2.0.0-rc.5",
"vuetify": "^2.7.1",
"wkt": "^0.1.1"
},
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^7.0.0",
"@intlify/vue-i18n-loader": "^3.0.0",
"@rushstack/eslint-patch": "^1.1.4",
"@vicons/fa": "^0.12.0",
"@vicons/ionicons5": "^0.12.0",
"@vitejs/plugin-vue": "^3.0.3",
"@vue/eslint-config-prettier": "^7.0.0",
"electron": "^30.0.6",
"electron-devtools-installer": "^3.1.0",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"naive-ui": "^2.34.3",
"prettier": "^2.7.1",
"vite": "^3.0.9",
"vue-cli-plugin-electron-builder": "~2.1.1",
"vue-cli-plugin-i18n": "~2.3.1"
}
}