-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
55 lines (55 loc) · 1.48 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
{
"name": "tractornavigator",
"private": true,
"version": "0.0.1",
"description": "tractornavigator",
"license": "MIT",
"files": [
"dist/"
],
"scripts": {
"build": "stencil build",
"start": "stencil build --dev --watch --serve"
},
"dependencies": {
"@capacitor/android": "^2.4.1",
"@capacitor/cli": "^2.4.1",
"@capacitor/core": "^2.4.1",
"@capacitor/ios": "^2.4.1",
"@ionic/core": "5.3.2",
"@mapbox/mapbox-gl-draw": "^1.2.0",
"@stencil/redux": "^0.2.0",
"@turf/area": "^6.0.1",
"@turf/bbox": "^6.0.1",
"@turf/bbox-polygon": "^6.0.1",
"@turf/bearing": "^6.0.1",
"@turf/boolean-contains": "^6.0.1",
"@turf/center": "^6.0.1",
"@turf/circle": "^6.0.1",
"@turf/destination": "^6.0.1",
"@turf/distance": "^6.0.1",
"@turf/helpers": "^6.1.4",
"@turf/line-intersect": "^6.0.2",
"@turf/line-offset": "^5.1.5",
"@turf/sector": "^5.1.5",
"@turf/square": "^5.1.5",
"@turf/transform-scale": "^5.1.5",
"cordova-plugin-insomnia": "^4.3.0",
"dayjs": "^1.8.35",
"mapbox-gl": "^1.12.0",
"mapbox-gl-draw-rectangle-mode": "^1.0.4",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@stencil/core": "2.0.3",
"@types/jest": "26.0.13",
"@types/puppeteer": "3.0.2",
"jest": "26.4.2",
"jest-cli": "26.4.2",
"puppeteer": "5.3.0",
"rollup-plugin-node-polyfills": "^0.2.1"
}
}