-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
83 lines (83 loc) · 2.36 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
{
"name": "gotit",
"version": "2.1.0",
"license": "GPL-3",
"private": true,
"scripts": {
"dev-server": "encore dev-server --port 8080",
"dev-server-win": "encore dev-server --port 8080",
"dev-server-http": "encore dev-server --port 8080",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@intlify/vue-i18n-loader": "1.x",
"@symfony/webpack-encore": "^2.0",
"core-js": "3.x",
"eslint": "^7.30.0",
"eslint-plugin-vue": "^7.13.0",
"file-loader": "^6.2.0",
"imports-loader": "1.x",
"js-yaml": "^4.0.0",
"js-yaml-loader": "1.x",
"less": "^4.1",
"less-loader": "10.x",
"papaparse": "^5.3.0",
"prettier": "2.x",
"prettier-eslint": "13.*",
"regenerator-runtime": "0.x",
"sass": "^1.50.0",
"sass-loader": "12.x",
"vue-cli-plugin-i18n": "2.x",
"vue-loader": "^15.9.5",
"vue-template-compiler": "2.x",
"webpack-notifier": "1.x",
"webpack-shell-plugin-next": "^2.2.2",
"yaml-loader": "0.x",
"yargs": "^16.2.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/vue-fontawesome": "^2.0.6",
"@ttskch/select2-bootstrap4-theme": "1.x",
"bazinga-translator": "4.x",
"bootstrap": "^4",
"bootstrap-select": "1.x",
"bootstrap-vue": "^2.21.2",
"chroma-js": "2.x",
"esri-leaflet": "3.x",
"ez-plus": "1.x",
"highlight.js": "10.x",
"inputmask": "5",
"intl-messageformat": "^9.8.2",
"jquery": "3.x",
"jquery-bootgrid": "1.x",
"js-cookie": "2.x",
"leaflet": "1.7.x",
"leaflet-easybutton": "2.x",
"leaflet-fullscreen": "1.x",
"leaflet-gesture-handling": "1.x",
"leaflet-svg-shape-markers": "1.x",
"moment": "2.x",
"mustache": "4.x",
"select2": "4.x",
"sql-formatter": "2.x",
"vue": "2.x",
"vue-clipboard2": "^0.3.1",
"vue-highlightjs": "1",
"vue-i18n": "8.x",
"vue-js-toggle-button": "1.x",
"vue-json-csv": "1.2.x",
"vue-multiselect": "2.x",
"vue-plotly": "^1.1",
"vue-query-builder": "0.8.x",
"vue-slider-component": "3.2.x",
"vue2-leaflet": "2.x",
"vue2-leaflet-fullscreen": "1.x",
"vuex": "3.x"
}
}