forked from fieldkit/mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 3.4 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
{
"nativescript": {
"id": "org.fieldkit.fieldkit",
"tns-android": {
"version": "6.5.1"
},
"tns-ios": {
"version": "6.5.1"
}
},
"description": "FieldKit",
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
"dependencies": {
"@nstudio/nativescript-checkbox": "^1.0.0",
"@sinonjs/fake-timers": "^6.0.1",
"@types/lodash": "^4.14.155",
"@vue/devtools": "^5.1.1",
"ajv": "^6.12.2",
"axios": "^0.19.0",
"bluebird": "3.5.5",
"deepmerge": "^4.0.0",
"fk-app-protocol": "git+https://github.com/fieldkit/app-protocol.git",
"fk-atlas-protocol": "git+https://github.com/fieldkit/atlas-protocol.git",
"fk-data-protocol": "git+https://github.com/fieldkit/data-protocol.git",
"lodash": "^4.17.19",
"moment": "^2.27.0",
"nativescript-audio": "^5.1.1",
"nativescript-barcodescanner": "^3.2.2",
"nativescript-camera": "^4.5.0",
"nativescript-clipboard": "^1.2.0",
"nativescript-conservify": "file:third-party/nativescript-conservify",
"nativescript-drop-down": "^5.0.5",
"nativescript-geolocation": "^5.1.0",
"nativescript-imagepicker": "^7.1.0",
"nativescript-iqkeyboardmanager": "^1.5.1",
"nativescript-mapbox": "^5.0.1",
"nativescript-permissions": "^1.3.9",
"nativescript-plugin-firebase": "^10.5.2",
"nativescript-socketio": "^3.3.1",
"nativescript-sqlite": "^2.6.3",
"nativescript-theme-core": "^1.0.6",
"nativescript-toasty": "^2.0.1",
"nativescript-ui-chart": "^7.1.1",
"nativescript-ui-gauge": "^6.0.0",
"nativescript-vue": "^2.7.1",
"nativescript-vue-devtools": "^1.4.0",
"protobufjs": "^6.9.0",
"tns-core-modules": "~6.5.0",
"tns-i18n": "0.0.10",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^9.0.0",
"vuex": "^3.5.1"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@types/chai": "~4.1.7",
"@types/jasmine": "^3.5.11",
"@types/jest": "^26.0.3",
"@types/mocha": "~5.2.5",
"@types/node": "~10.12.18",
"babel-jest": "^26.0.1",
"babel-loader": "^8.1.0",
"chai": "^4.2.0",
"electron-devtools-installer": "^3.0.0",
"jest": "^26.1.0",
"jest-runner-tsc": "^1.6.0",
"mocha": "^8.0.1",
"mocha-junit-reporter": "^2.0.0",
"mocha-multi": "^1.1.3",
"mochawesome": "^6.1.1",
"nativescript": "^6.7.8",
"nativescript-dev-appium": "^5.3.0",
"nativescript-dev-webpack": "^1.5.1",
"nativescript-vue-template-compiler": "^2.7.1",
"node-sass": "^4.14.1",
"prettier": "^2.0.5",
"sqlite3": "^4.2.0",
"svgexport": "^0.4.0",
"ts-jest": "^26.1.1",
"typescript": "^3.9.5",
"vue": "^2.6.11",
"vue-loader": "^15.9.2"
},
"gitHead": "aaf1b81dc02ec5757ffff8131651798f179712fc",
"readme": "NativeScript Application",
"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"
}
}