-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.23 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
{
"nativescript": {
"id": "org.nativescript.spnativescript",
"tns-android": {
"version": "6.5.3"
},
"tns-ios": {
"version": "6.5.2"
}
},
"scripts": {
"lint": "eslint . --ext .ts",
"android-prod": "tns build android --env.environment='prod'",
"ios-prod": "tns build ios --env.environment='prod'"
},
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
"dependencies": {
"@angular/animations": "8.0.0",
"@angular/common": "8.0.0",
"@angular/compiler": "8.0.0",
"@angular/core": "8.0.0",
"@angular/forms": "8.0.0",
"@angular/platform-browser": "8.0.0",
"@angular/platform-browser-dynamic": "8.0.0",
"@angular/router": "8.0.0",
"@types/node": "^14.0.27",
"growl": "^1.10.5",
"module-alias": "^2.2.2",
"nativescript": "^6.5.0",
"nativescript-angular": "8.0.2",
"nativescript-ngx-fonticon": "^7.0.0",
"nativescript-theme-core": "^1.0.6",
"nativescript-ui-listview": "^8.2.0",
"nativescript-unit-test-runner": "^0.7.0",
"net": "^1.0.2",
"reflect-metadata": "~0.1.12",
"rxjs": "~6.5.4",
"tns-core-modules": "^6.5.1",
"zone.js": "0.9.1"
},
"devDependencies": {
"@angular/compiler-cli": "8.0.0",
"@nativescript/schematics": "~0.5.0",
"@ngtools/webpack": "8.0.0",
"@types/karma-chai": "0.1.2",
"@types/mocha": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0",
"chai": "4.2.0",
"codelyzer": "^5.2.2",
"eslint": "^7.4.0",
"karma": "5.1.0",
"karma-chai": "0.1.0",
"karma-mocha": "1.3.0",
"karma-nativescript-launcher": "0.4.0",
"karma-verbose-reporter": "0.0.6",
"karma-webpack": "3.0.5",
"mocha": "8.0.1",
"nativescript-dev-webpack": "~1.5.1",
"node-sass": "^4.14.1",
"typescript": "3.4.5"
},
"gitHead": "9b6565a4513375a33a59c44262dfc1d818a8205e",
"readme": "NativeScript Application"
}