-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 971 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 971 Bytes
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
{
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
"scripts": {
"lint": "eslint \"app/**/*.js\""
},
"dependencies": {
"@nativescript/core": "~7.0.0",
"@nativescript/local-notifications": "^5.1.0",
"@nativescript/theme": "~2.2.1",
"buffer": "^6.0.3",
"loki-nativescript-adapter": "^1.0.3",
"lokijs": "^1.5.11",
"nativescript-audio": "^6.2.0",
"nativescript-bcryptjs": "^1.0.1",
"nativescript-https": "^2.2.2",
"nativescript-qr-generator": "^2.0.0",
"nativescript-theme-core": "^2.0.24",
"rxjs": "^6.6.3"
},
"devDependencies": {
"@nativescript/android": "7.0.1",
"@nativescript/ios": "7.0.6",
"@nativescript/webpack": "~3.0.0",
"eslint": "~5.8.0",
"node-sass": "^4.7.1"
},
"gitHead": "fa98f785df3fba482e5e2a0c76f4be1fa6dc7a14",
"readme": "NativeScript Application",
"main": "app.js"
}