FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
angular2-webpack-starter/package.json at master · correasebastian/angular2-webpack-starter · GitHub
correasebastian
/
angular2-webpack-starter
Public
forked from
PatrickJS/angular-webpack-starter
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
angular2-webpack-starter
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
73 lines (73 loc) · 2.7 KB
Breadcrumbs
angular2-webpack-starter
/
package.json
Copy path
File metadata and controls
73 lines (73 loc) · 2.7 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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"
:
"
angular2-webpack-starter
"
,
"version"
:
"
0.0.0
"
,
"description"
:
"
An Angular 2 Webpack Starter kit featuring Angular 2 (Router, Http, Forms, Services, Tests, E2E), Karma, Protractor, Jasmine, TypeScript, and Webpack by AngularClass
"
,
"author"
:
"
Patrick Stapleton <patrick@angularclass.com>
"
,
"homepage"
:
"
https://github.com/angularclass/angular2-webpack-starter
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/angularclass/angular2-webpack-starter.git
"
},
"bugs"
: {
"url"
:
"
https://github.com/angularclass/angular2-webpack-starter/issues
"
},
"license"
:
"
MIT
"
,
"main"
:
"
"
,
"scripts"
: {
"clean"
:
"
rimraf node_modules doc typings && npm cache clean
"
,
"clean-install"
:
"
npm run clean && npm install
"
,
"clean-start"
:
"
npm run clean && npm start
"
,
"watch"
:
"
webpack --watch --progress --profile --colors --display-error-details --display-cached
"
,
"build"
:
"
webpack --progress --profile --colors --display-error-details --display-cached
"
,
"build:prod"
:
"
webpack --progress --profile --colors --display-error-details --display-cached --optimize-occurence-order --optimize-minimize --optimize-dedupe
"
,
"server"
:
"
webpack-dev-server --inline --progress --profile --colors --display-error-details --display-cached --port 3000
"
,
"webdriver-update"
:
"
webdriver-manager update
"
,
"webdriver-start"
:
"
webdriver-manager start
"
,
"lint"
:
"
tsconfig-lint
"
,
"e2e"
:
"
protractor
"
,
"test"
:
"
karma start
"
,
"ci"
:
"
npm run e2e && npm run test
"
,
"docs"
:
"
typedoc --options typedoc.json src/**/*.ts
"
,
"start"
:
"
npm run server
"
,
"postinstall"
:
"
typings install
"
},
"dependencies"
: {
"angular2"
:
"
2.0.0-beta.0
"
,
"es6-promise"
:
"
^3.0.2
"
,
"es6-shim"
:
"
^0.33.3
"
,
"reflect-metadata"
:
"
0.1.2
"
,
"rxjs"
:
"
5.0.0-beta.0
"
,
"zone.js"
:
"
0.5.10
"
},
"devDependencies"
: {
"css-loader"
:
"
^0.23.0
"
,
"exports-loader"
:
"
0.6.2
"
,
"expose-loader"
:
"
^0.7.1
"
,
"file-loader"
:
"
^0.8.4
"
,
"imports-loader"
:
"
^0.6.4
"
,
"json-loader"
:
"
^0.5.3
"
,
"karma"
:
"
^0.13.11
"
,
"karma-chrome-launcher"
:
"
^0.2.1
"
,
"karma-coverage"
:
"
^0.5.2
"
,
"karma-jasmine"
:
"
^0.3.6
"
,
"karma-phantomjs-launcher"
:
"
^0.2.1
"
,
"karma-sourcemap-loader"
:
"
^0.3.6
"
,
"karma-webpack"
:
"
1.7.0
"
,
"phantomjs"
:
"
^1.9.18
"
,
"phantomjs-polyfill"
:
"
0.0.1
"
,
"protractor"
:
"
^3.0.0
"
,
"raw-loader"
:
"
0.5.1
"
,
"rimraf"
:
"
^2.4.4
"
,
"style-loader"
:
"
^0.13.0
"
,
"ts-loader"
:
"
^0.7.2
"
,
"tsconfig-lint"
:
"
^0.2.0
"
,
"tslint"
:
"
^3.2.0
"
,
"tslint-loader"
:
"
^2.1.0
"
,
"typedoc"
:
"
^0.3.12
"
,
"typescript"
:
"
^1.7.3
"
,
"typings"
:
"
^0.3.1
"
,
"url-loader"
:
"
^0.5.6
"
,
"webpack"
:
"
^1.12.9
"
,
"webpack-dev-server"
:
"
^1.12.1
"
}
}
Back
|
FazBrowse Home
|
New Git URL