-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
124 lines (124 loc) · 4.11 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "fieldkit-mobile",
"version": "2.6.6",
"description": "FieldKit Mobile App",
"license": "BSD-3-Clause License (See LICENSE)",
"repository": "https://github.com/fieldkit/mobile",
"dependencies": {
"@nativescript-community/insomnia": "^2.0.2",
"@nativescript-community/ui-mapbox": "^6.2.15",
"@nativescript-community/ui-material-bottom-navigation": "^7.0.10",
"@nativescript/camera": "^5.0.10",
"@nativescript/core": "^8.3.4",
"@nativescript/firebase": "^11.1.3",
"@nativescript/geolocation": "^8.0.2",
"@nativescript/imagepicker": "^1.0.5",
"@nstudio/nativescript-camera-plus": "^4.1.0",
"@nstudio/nativescript-checkbox": "^2.0.4",
"@nstudio/nativescript-tracking-transparency": "^1.0.0",
"@triniwiz/nativescript-socketio": "^5.0.1",
"@triniwiz/nativescript-toasty": "^4.1.3",
"@types/unist": "^2.0.6",
"ajv": "^8.11.0",
"axios": "^0.21.4",
"bluebird": "3.5.5",
"buffer": "^6.0.3",
"convert-keys": "^1.3.4",
"deepmerge": "^4.0.0",
"exponential-backoff": "^3.1.0",
"exponential-regression": "^1.0.2",
"fk-app-protocol": "github:fieldkit/app-protocol",
"fk-data-protocol": "github:fieldkit/data-protocol",
"lodash": "^4.17.21",
"mathjs": "^10.5.3",
"ml-levenberg-marquardt": "^4.1.0",
"moment": "^2.29.2",
"nativescript-audio": "^6.2.6",
"nativescript-clipboard": "^2.1.1",
"nativescript-conservify": "file:third-party/nativescript-conservify",
"nativescript-iqkeyboardmanager": "^1.5.1",
"nativescript-permissions": "^1.3.11",
"nativescript-soft-keyboard": "^2.2.0",
"nativescript-sqlite": "^2.8.6",
"nativescript-theme-core": "^1.0.6",
"nativescript-toasty": "^2.0.1",
"nativescript-vue": "^2.9.2",
"protobufjs": "^6.11.2",
"remark": "^13.0.0",
"remark-gfm": "^1.0.0",
"remark-grid-tables": "^2.1.2",
"remark-parse": "^9.0.0",
"str-render": "0.0.2",
"typescript-json-validator": "^2.4.2",
"unified": "^9.2.2",
"unist-util-stringify-position": "^2.0.3",
"unist-util-visit": "^2.0.3",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^9.1.2",
"vuelidate": "^0.7.6",
"vuex": "^3.6.2",
"zone.js": "^0.11.4",
"zwitch": "^2.0.2"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.4",
"@nativescript/android": "^8.3.1",
"@nativescript/ios": "^8.3.3",
"@nativescript/types": "~8.3.0",
"@nativescript/webpack": "^5.0.1",
"@sinonjs/fake-timers": "^9.1.2",
"@types/bluebird": "^3.5.36",
"@types/chai": "~4.1.7",
"@types/jasmine": "^3.10.4",
"@types/jest": "^26.0.24",
"@types/lodash": "^4.14.180",
"@types/node": "^10.17.60",
"@types/sqlite3": "^3.1.7",
"@types/yup": "^0.29.13",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.4",
"chai": "^4.3.4",
"cli-table": "^0.3.8",
"dart-sass": "^1.25.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-nativescript": "0.0.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-vue": "^7.19.1",
"jest": "^26.6.3",
"jest-runner-tsc": "^1.6.0",
"jimp": "^0.16.1",
"madge": "^5.0.1",
"mocha": "^9.2.2",
"mochawesome": "^6.3.1",
"nativescript": "^8.3.3",
"nativescript-vue-template-compiler": "^2.9.3",
"prettier": "^2.6.1",
"sharp": "^0.32.1",
"speed-measure-webpack-plugin": "^1.5.0",
"sqlite3": "^5.0.2",
"ts-jest": "^26.5.6",
"typescript": "~4.5.5",
"vue": "^2.6.14",
"vue-jest": "^3.0.7",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
"webpack-dev-server": "^3.11.3",
"yup": "^0.32.11"
},
"scripts": {
"test": "jest",
"e2e": "node ./node_modules/nativescript-dev-appium/check-dev-deps.js && tsc -p e2e && mocha --opts ./e2e/config/mocha.opts ",
"e2e-watch": "tsc -p e2e --watch",
"esl": "npx eslint --ext=ts app"
},
"main": "app/app",
"nativescript": {
"id": "org.fieldkit.fieldkit"
}
}