-
Notifications
You must be signed in to change notification settings - Fork 66
/
package.json
70 lines (70 loc) · 1.86 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
{
"name": "nativesapp",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"tslint": "tslint"
},
"description": "Project based on NativeScript Template Similar to WhatsApp",
"author": {
"name": "Jose Berardo Cunha",
"email": "josebeardo@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/Especializa/nativesapp.git"
},
"bugs": {
"url": "https://github.com/Especializa/nativesapp/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/Especializa/nativesapp",
"android": {
"v8Flags": "--expose_gc"
},
"readmeFilename": "README.md",
"nativescript": {
"id": "br.com.especializa.nativesapp",
"tns-android": {
"version": "3.2.0"
},
"tns-ios": {
"version": "3.2.0"
}
},
"dependencies": {
"@angular/animations": "~4.3.6",
"@angular/common": "~4.3.6",
"@angular/compiler": "~4.3.6",
"@angular/core": "~4.3.6",
"@angular/forms": "~4.3.6",
"@angular/http": "~4.3.6",
"@angular/platform-browser": "~4.3.6",
"@angular/router": "~4.3.6",
"date-fns": "^1.28.5",
"nativescript-angular": "~4.2.0",
"nativescript-floatingactionbutton": "^4.1.0",
"nativescript-material-icons": "^1.0.3",
"nativescript-ng-shadow": "^1.1.2",
"nativescript-ngx-fonticon": "^2.2.3",
"nativescript-ripple": "^2.0.0",
"nativescript-theme-core": "~1.0.4",
"reflect-metadata": "~0.1.10",
"rxjs": "~5.4.3",
"sass-loader": "^6.0.6",
"tns-core-modules": "^3.1.1",
"zone.js": "~0.8.17"
},
"devDependencies": {
"babel-traverse": "6.25.0",
"babel-types": "6.25.0",
"babylon": "6.17.4",
"codelyzer": "^3.2.0",
"lazy": "1.0.11",
"nativescript-css-loader": "~0.26.0",
"nativescript-dev-sass": "^1.3.0",
"nativescript-dev-typescript": "~0.5.0",
"tslint": "^5.7.0",
"typescript": "~2.4.1"
}
}