-
Notifications
You must be signed in to change notification settings - Fork 433
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.21 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.21 KB
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
{
"name": "angular-seed-advanced",
"main": "app.js",
"version": "0.0.0",
"nativescript": {
"id": "com.yourdomain.nativescript",
"tns-ios": {
"version": "2.5.0"
},
"tns-android": {
"version": "2.5.0"
}
},
"scripts": {
"preinstall": "mkdirp app",
"clean": "rimraf platforms node_modules lib hooks app && mkdirp app",
"ns-bundle": "ns-bundle",
"start-android-bundle": "npm run ns-bundle --android --start-app",
"start-ios-bundle": "npm run ns-bundle --ios --start-app",
"build-android-bundle": "npm run ns-bundle --android --build-app",
"build-ios-bundle": "npm run ns-bundle --ios --build-app"
},
"dependencies": {
"@angular/animations": "~4.0.0",
"@angular/common": "~4.0.0",
"@angular/compiler": "~4.0.0",
"@angular/core": "~4.0.0",
"@angular/forms": "~4.0.0",
"@angular/http": "~4.0.0",
"@angular/platform-browser": "~4.0.0",
"@angular/platform-browser-dynamic": "~4.0.0",
"@angular/router": "~4.0.0",
"@ngrx/core": "^1.2.0",
"@ngrx/effects": "^2.0.0",
"@ngrx/store": "^2.2.1",
"@ngx-translate/core": "^6.0.1",
"@ngx-translate/http-loader": "0.0.3",
"angulartics2": "^1.6.4",
"lodash": "^4.17.4",
"nativescript-angular": "1.5.0",
"nativescript-dev-webpack": "^0.3.1",
"nativescript-theme-core": "^1.0.3",
"ngrx-store-freeze": "0.1.9",
"reflect-metadata": "^0.1.8",
"rxjs": "~5.2.0",
"tns-core-modules": "^2.5.2",
"url": "0.10.3",
"zone.js": "~0.8.2"
},
"devDependencies": {
"@angular/compiler-cli": "~4.0.0",
"@ngrx/store-devtools": "^3.2.4",
"@ngtools/webpack": "~1.3.0",
"@types/lodash": "4.14.59",
"@types/jasmine": "^2.5.47",
"babel-traverse": "6.20.0",
"babel-types": "6.20.0",
"babylon": "6.14.1",
"copy-webpack-plugin": "~4.0.1",
"extract-text-webpack-plugin": "~2.1.0",
"fs-extra": "^2.1.2",
"htmlparser2": "^3.9.2",
"lazy": "1.0.11",
"nativescript-css-loader": "~0.26.1",
"nativescript-dev-android-snapshot": "^0.*.*",
"nativescript-dev-webpack": "^0.3.6",
"raw-loader": "~0.5.1",
"resolve-url-loader": "~2.0.2",
"typescript": "~2.1.4",
"webpack": "2.3.2",
"webpack-sources": "~0.2.3"
}
}