-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.61 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
{
"name": "traccar-route-replay",
"version": "1.2.13",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "npm run lint:js",
"lintfix": "npm run lint:js -- --fix",
"test": "jest"
},
"dependencies": {
"@deck.gl/core": "8.9.34",
"@deck.gl/mapbox": "8.9.34",
"@deck.gl/mesh-layers": "8.9.34",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/i18n": "7.3.1",
"@turf/bbox": "^6.5.0",
"@turf/bearing": "^6.5.0",
"@turf/circle": "^6.5.0",
"@turf/distance": "^6.5.0",
"@turf/flip": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/midpoint": "^6.5.0",
"@turf/nearest-point": "^6.5.0",
"@turf/square-grid": "^6.5.0",
"core-js": "3.36.0",
"mapbox-gl": "^2.15.0",
"mapboxgl-timeline": "^1.0.2",
"nouislider": "^15.7.1",
"nuxt": "^2.17.2",
"vue": "^2.7.16",
"vue-google-charts": "^1.1.0",
"vue-loading-overlay": "^3.4.3",
"vue-server-renderer": "^2.7.16",
"vue-template-compiler": "^2.7.16",
"wellknown": "^0.5.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@nuxtjs/eslint-config": "^11.0.0",
"@nuxtjs/eslint-module": "^3.1.0",
"@vue/test-utils": "^1.3.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^29.1.2",
"eslint": "^8.24.0",
"eslint-plugin-jest": "^27.0.4",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-vue": "^9.5.1",
"jest": "^29.1.2",
"jest-environment-jsdom": "^29.1.2",
"vue-jest": "^3.0.4"
}
}