-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
166 lines (166 loc) · 6.28 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
"name": "angular2-seed-advanced",
"version": "0.0.0",
"description": "Advanced seed for Angular 2 apps",
"repository": {
"url": "https://github.com/NathanWalker/angular2-seed-advanced"
},
"scripts": {
"build.desktop.mac": "rimraf desktop/mac/* && gulp desktop.mac",
"build.desktop.windows": "rimraf desktop/windows/* && gulp desktop.windows",
"build.desktop.linux": "rimraf desktop/linux/* && gulp desktop.linux",
"build.dev": "gulp build.dev --color",
"build.dev.watch": "gulp build.dev.watch --color",
"build.docs": "npm run gulp -- build.docs --color",
"build.e2e": "gulp build.e2e --color",
"build.prod": "gulp build.prod --color",
"build.test": "gulp build.test --color",
"build.test.watch": "gulp build.test.watch --color",
"generate.manifest": "gulp generate.manifest --color",
"e2e": "protractor",
"e2e.live": "protractor --elementExplorer",
"git.merge": "git fetch upstream && git merge upstream/master",
"git.merge.preview": "git fetch upstream && git merge --no-commit upstream/master",
"git.prepare": "git add . && git add -f tools/install.js && git commit -m'setup'",
"git.setup": "git init && git remote add upstream https://github.com/NathanWalker/angular2-seed-advanced.git",
"gulp": "gulp",
"karma": "karma",
"karma.start": "karma start",
"postinstall": "typings install && gulp check.versions && npm prune && gulp webdriver && node tools/install.js",
"reinstall": "npm cache clean && npm install",
"serve.coverage": "remap-istanbul -b src/ -i coverage/coverage-final.json -o coverage -t html && npm run gulp -- serve.coverage --color",
"serve.dev": "gulp serve.dev --color",
"serve.docs": "npm run gulp -- build.docs --color && npm run gulp -- serve.docs --color",
"serve.e2e": "gulp serve.e2e --color",
"serve.prod": "gulp serve.prod --color",
"start": "gulp serve.dev --color",
"start.desktop": "gulp desktop && NODE_ENV=development electron ./dist/dev",
"start.livesync.desktop": "gulp desktop && NODE_ENV=development gulp desktop.watch",
"start.livesync.desktop.windows": "gulp desktop && SET NODE_ENV=development && gulp desktop.watch",
"start.desktop.windows": "gulp desktop && SET NODE_ENV=development && electron ./dist/dev",
"start.ios": "cd nativescript && tns emulate ios",
"start.livesync.ios": "cd nativescript && tns livesync ios --emulator --watch",
"start.livesync.ios.device": "cd nativescript && tns livesync ios --watch",
"start.android": "cd nativescript && tns emulate android",
"start.livesync.android": "cd nativescript && tns livesync android --emulator --watch",
"start.livesync.android.device": "cd nativescript && tns livesync android --watch",
"tasks.list": "gulp --tasks-simple --color",
"test": "gulp test --color",
"e2e.ci": "gulp build.prod --color && gulp build.js.e2e --color && gulp e2e --color",
"tests.all": "npm test && npm run e2e.ci",
"webdriver-start": "node_modules/protractor/bin/webdriver-manager start",
"webdriver-update": "node_modules/protractor/bin/webdriver-manager update"
},
"author": "Minko Gechev <mgechev>",
"contributors": [
{
"name": "Nathan Walker <NathanWalker>"
}
],
"license": "MIT",
"devDependencies": {
"async": "^2.0.0",
"autoprefixer": "^6.3.7",
"browser-sync": "^2.13.0",
"codelyzer": "0.0.25",
"colorguard": "^1.2.0",
"compression": "^1.6.2",
"connect": "^3.4.1",
"connect-history-api-fallback": "^1.2.0",
"connect-livereload": "^0.5.4",
"cssnano": "^3.7.3",
"deep-extend": "^0.4.1",
"doiuse": "^2.4.1",
"electron-connect": "^0.4.2",
"electron-debug": "^1.0.0",
"electron-prebuilt": "^1.2.1",
"event-stream": "^3.3.3",
"express": "~4.14.0",
"express-history-api-fallback": "^2.0.0",
"extend": "^3.0.0",
"gulp": "^3.9.1",
"gulp-atom-electron": "^1.6.1",
"gulp-cached": "^1.1.0",
"gulp-clean-css": "^2.0.11",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.3.0",
"gulp-filter": "^4.0.0",
"gulp-inject": "^4.1.0",
"gulp-inline-ng2-template": "^2.0.5",
"gulp-load-plugins": "^1.2.4",
"gulp-plumber": "~1.1.0",
"gulp-postcss": "^6.1.1",
"gulp-progeny": "^0.3.1",
"gulp-protractor": "^2.4.0",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.3.2",
"gulp-sass-lint": "^1.2.0",
"gulp-shell": "~0.5.2",
"gulp-sourcemaps": "2.0.0-alpha",
"gulp-symdest": "^1.0.0",
"gulp-template": "^4.0.0",
"gulp-tslint": "^6.0.1",
"gulp-typedoc": "^2.0.0",
"gulp-typescript": "~2.13.6",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.8",
"is-ci": "^1.0.9",
"isstream": "^0.1.2",
"jasmine-core": "~2.4.1",
"jasmine-spec-reporter": "^2.5.0",
"karma": "~0.13.22",
"karma-chrome-launcher": "~1.0.1",
"karma-coverage": "^1.1.0",
"karma-jasmine": "~1.0.2",
"karma-mocha-reporter": "^2.0.4",
"merge-stream": "^1.0.0",
"open": "0.0.5",
"postcss-reporter": "^1.4.1",
"protractor": "^4.0.0",
"remap-istanbul": "^0.6.4",
"rimraf": "^2.5.3",
"run-sequence": "^1.2.2",
"semver": "^5.3.0",
"serve-static": "^1.11.1",
"slash": "~1.0.0",
"stream-series": "^0.1.1",
"stylelint": "^7.0.2",
"stylelint-config-standard": "^11.0.0",
"systemjs-builder": "0.15.14",
"tildify": "^1.2.0",
"tiny-lr": "^0.2.1",
"traceur": "^0.0.111",
"ts-node": "^0.9.3",
"tslint": "^3.13.0",
"tslint-stylish": "2.1.0-beta",
"typedoc": "^0.4.4",
"typescript": "~1.8.10",
"typings": "^1.3.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"walk": "^2.3.9",
"yargs": "^4.8.0"
},
"dependencies": {
"@angular/common": "2.0.0-rc.4",
"@angular/compiler": "2.0.0-rc.4",
"@angular/core": "2.0.0-rc.4",
"@angular/forms": "0.2.0",
"@angular/http": "2.0.0-rc.4",
"@angular/platform-browser": "2.0.0-rc.4",
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
"@angular/router": "3.0.0-beta.2",
"@ngrx/core": "^1.0.0",
"@ngrx/store": "^2.0.0",
"angulartics2": "^1.1.1",
"es6-module-loader": "^0.17.8",
"core-js": "^2.4.0",
"lodash": "^4.13.1",
"ng2-translate": "2.2.2",
"reflect-metadata": "0.1.3",
"rxjs": "5.0.0-beta.6",
"systemjs": "0.19.27",
"zone.js": "^0.6.12"
}
}