-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
97 lines (97 loc) · 3.02 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "sitewhere-admin-ui",
"version": "3.0.3",
"description": "SiteWhere Administration",
"author": "Derek Adams <[email protected]>",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"gh-publish": "vue-cli-service electron:build -lwm -p always",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps"
},
"main": "background.js",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"@trodi/electron-splashscreen": "^1.0.0",
"axios": "^0.21.1",
"core-js": "^3.6.4",
"electron-is-dev": "^1.2.0",
"electron-log": "^4.1.2",
"electron-updater": "^4.3.1",
"leaflet": "^1.6.0",
"leaflet-draw": "^1.0.4",
"lodash": "^4.17.15",
"material-icons": "^0.2.3",
"moment": "^2.25.1",
"mqtt": "^2.18.8",
"sitewhere-admin-ui-plugins": "3.0.8",
"sockjs-client": "^1.4.0",
"source-map-support": "^0.5.19",
"universal-analytics": "^0.4.20",
"uuid": "^3.4.0",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-clipboards": "^1.3.0",
"vue-color": "^2.7.1",
"vue-flatpickr-component": "^2.4.1",
"vue-highlightjs": "^1.3.3",
"vue-moment": "^3.2.0",
"vue-property-decorator": "^8.4.1",
"vue-router": "^3.1.6",
"vue2-ace-editor": "0.0.11",
"vue2-leaflet": "0.0.58",
"vuelidate": "^0.7.5",
"vuetify": "^2.2.11",
"vuex": "^3.1.3",
"vuex-persistedstate": "^2.7.1",
"webstomp-client": "^1.2.6"
},
"devDependencies": {
"@types/electron-is-dev": "^0.3.0",
"@types/leaflet": "^1.5.12",
"@types/leaflet-draw": "^0.4.14",
"@types/node": "^13.13.4",
"@types/universal-analytics": "^0.4.4",
"@types/uuid": "^3.4.9",
"@types/vuelidate": "^0.7.13",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-plugin-eslint": "~4.3.0",
"@vue/cli-plugin-router": "~4.3.0",
"@vue/cli-plugin-typescript": "~4.3.0",
"@vue/cli-plugin-vuex": "~4.3.0",
"@vue/cli-service": "~4.3.0",
"@vue/eslint-config-typescript": "^5.0.2",
"electron": "^6.0.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"sass": "^1.19.0",
"sass-loader": "^8.0.0",
"typescript": "~3.8.3",
"vue-cli-plugin-electron-builder": "~1.4.6",
"vue-cli-plugin-vuetify": "~2.0.5",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.3.0"
},
"bugs": {
"url": "https://github.com/sitewhere/sitewhere-admin-ui/issues"
},
"homepage": "https://github.com/sitewhere/sitewhere-admin-ui#readme",
"keywords": [
"sitewhere",
"user",
"interface",
"electron"
],
"license": "CPAL-1.0",
"productName": "SiteWhere Admin",
"repository": {
"type": "git",
"url": "git+https://github.com/sitewhere/sitewhere-admin-ui.git"
}
}