forked from flespi-software/TrackIt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 2.12 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 2.12 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
{
"name": "track-it",
"version": "1.2.6",
"description": "A simple application based on flespi.io and built with Quasar and Leaflet.js. Allows tracking different devices on the map, viewing telemetry messages for these devices.",
"productName": "TrackIt!",
"cordovaId": "org.cordova.quasar.app",
"capacitorId": "",
"author": "Sergey Buntsevich <scarry92@yandex.ru>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue src",
"dev": "quasar dev -m spa",
"dev_local": "env NODE_LOCAL=local quasar dev -m spa",
"build": "quasar build -m spa",
"deploy": "rm -rf dist && npm run build && rm -rf deploy && mkdir deploy && cp -R dist/spa/* misc LICENSE package.json deploy && cp README.md deploy/README.md && node_modules/git-directory-deploy/bin/git-directory-deploy.sh -ddeploy -bgh-pages -rhttps://git.gurtam.net/flespi/frontend/TrackIt.git && rm -rf deploy && git push github gh-pages"
},
"dependencies": {
"@quasar/extras": "^1.5.2",
"flespi-io-js": "github:flespi-software/flespi-io-js#c6e8c7b4c3bbda061e5c08d7e6ced1af2889c16e",
"leaflet": "^1.6.0",
"leaflet.marker.slideto": "^0.2.0",
"leaflet.polyline.snakeanim": "^0.2.0",
"leaflet.polylinemeasure": "github:ppete2/Leaflet.PolylineMeasure#b85a4b9",
"lodash": "^4.17.19",
"moment": "^2.24.0",
"qtelemetry": "git+https://github.com/flespi-software/QTelemetry.git",
"quasar": "^1.9.4",
"qvirtualscroll": "github:flespi-software/QVirtualScroll#60511a63f4805915b949ba44f89956e973e42630",
"vue-i18n": "^8.15.4",
"vue-virtual-scroll-list": "^1.4.6"
},
"devDependencies": {
"@quasar/app": "^1.5.8",
"@vue/eslint-config-standard": "^5.1.2",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.1",
"git-directory-deploy": "^1.5.1"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
]
}