-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.74 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
{
"name": "sarv-workbench",
"version": "2.1.5",
"description": "Application to work with SARV data.",
"homepage": "https://edit.geocollections.info/",
"type": "module",
"bugs": {
"url": "https://github.com/geocollections/sarv-workbench/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/geocollections/sarv-workbench.git"
},
"private": true,
"scripts": {
"dev": "vite --port=8080",
"build": "vite build",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
},
"dependencies": {
"@chenfengyuan/vue-qrcode": "^1.0.2",
"@fortawesome/fontawesome-free": "^6.4.2",
"@geoman-io/leaflet-geoman-free": "^2.11.3",
"@json2csv/plainjs": "^7.0.3",
"axios": "^1.7.7",
"ckeditor4-vue": "^2.4.0",
"dayjs": "^1.11.9",
"diff-match-patch": "^1.0.5",
"exifreader": "^4.13.0",
"leaflet": "^1.7.1",
"leaflet-fullscreen": "^1.0.2",
"leaflet-gesture-handling": "^1.2.2",
"leaflet-measure": "^3.1.0",
"lodash": "^4.17.21",
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.0",
"vue": "^2.7.14",
"vue-cookies": "^1.7.4",
"vue-i18n": "^8.26.7",
"vue-izitoast": "^1.2.1",
"vue-router": "^3.5.3",
"vuedraggable": "^2.24.3",
"vuetify": "^2.5.10",
"vuex": "^3.6.2",
"vuex-persist": "^3.1.3"
},
"devDependencies": {
"@vitejs/plugin-vue2": "^2.2.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.1.0",
"prettier": "^2.2.1",
"rollup-plugin-visualizer": "^5.9.2",
"sass": "~1.32.0",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.3",
"vuetify-loader": "^1.7.3"
}
}