-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.5 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
{
"name": "nyx_ui2",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"ajv": "^6.12.0",
"apexcharts": "^3.24.0",
"axios": "^1.13.5",
"chart.js": "^4.4.8",
"element-ui": "^2.13.0",
"jquery": "^3.4.1",
"js-yaml": "^3.13.1",
"json2yaml": "^1.1.0",
"leaflet": "^1.6.0",
"leaflet-fa-markers": "^0.1.0",
"lodash": "^4.17.15",
"moment": "^2.29.2",
"npm-install-peers": "^1.2.1",
"rison": "^0.1.1",
"tiptap": "^1.26.6",
"tiptap-extensions": "^1.28.6",
"vue-awesome": "^3.5.4",
"vue-browser-detect-plugin": "^0.1.8",
"vue-browser-geolocation": "^1.8.0",
"vue-i18n": "^8.15.4",
"vue-infinite-loading": "^2.4.4",
"vue-numeral-filter": "^1.1.1",
"vue-router": "^3.1.6",
"vue2-ace-editor": "0.0.13",
"vue2-leaflet": "^2.5.2",
"vue2-leaflet-markercluster": "^3.1.0",
"vuedraggable": "^2.23.2",
"vuex": "^3.1.2",
"websocket": "^1.0.31",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-eslint": "^3.12.1",
"@vue/cli-service": "^3.12.1",
"babel-eslint": "^10.1.0",
"element-theme-chalk": "^2.13.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.3",
"sass-loader": "^7.3.1",
"style-loader": "^0.23.1",
"vue-template-compiler": "^2.6.11"
}
}