annotate package.json @ 60:7b9d616695d3 webpack

new setup using webpack (and Angular 4).
author casties
date Wed, 29 Mar 2017 20:58:57 +0200
parents 738e90238443
children 7787ca310644
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
39ec75917ef7 first checkin
casties
parents:
diff changeset
1 {
1
59b7c3afcc6b first interface and http request.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents: 0
diff changeset
2 "name": "ng2-ismi-query-app",
52
738e90238443 ng2-table version mostly works (without page-n-of-m, problems with columns).
casties
parents: 51
diff changeset
3 "version": "1.1.0",
0
39ec75917ef7 first checkin
casties
parents:
diff changeset
4 "scripts": {
60
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
5 "start": "webpack-dev-server --inline --progress --port 8080",
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
6 "test": "karma start",
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
7 "build": "rimraf dist && webpack --config config/webpack.prod.js --progress --profile --bail"
0
39ec75917ef7 first checkin
casties
parents:
diff changeset
8 },
47
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
9 "license": "MIT",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
10 "dependencies": {
60
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
11 "@angular/common": "~4.0.0",
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
12 "@angular/compiler": "~4.0.0",
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
13 "@angular/core": "~4.0.0",
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
14 "@angular/forms": "~4.0.0",
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
15 "@angular/http": "~4.0.0",
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
16 "@angular/platform-browser": "~4.0.0",
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
17 "@angular/platform-browser-dynamic": "~4.0.0",
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
18 "@angular/router": "~4.0.0",
51
1245781e2575 working on updating ng2-table.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents: 47
diff changeset
19 "core-js": "^2.4.1",
60
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
20 "rxjs": "5.0.1",
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
21 "zone.js": "^0.8.4",
51
1245781e2575 working on updating ng2-table.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents: 47
diff changeset
22 "ng2-bootstrap": "^1.4.2",
60
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
23 "ng2-table": "^1.3.2"
22
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
24 },
0
39ec75917ef7 first checkin
casties
parents:
diff changeset
25 "devDependencies": {
60
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
26 "@types/node": "^6.0.45",
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
27 "@types/jasmine": "2.5.36",
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
28 "angular2-template-loader": "^0.6.0",
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
29 "awesome-typescript-loader": "^3.0.4",
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
30 "css-loader": "^0.26.1",
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
31 "extract-text-webpack-plugin": "2.0.0-beta.5",
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
32 "file-loader": "^0.9.0",
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
33 "html-loader": "^0.4.3",
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
34 "html-webpack-plugin": "^2.16.1",
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
35 "jasmine-core": "^2.4.1",
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
36 "karma": "^1.2.0",
47
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
37 "karma-chrome-launcher": "^2.0.0",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
38 "karma-jasmine": "^1.0.2",
60
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
39 "karma-sourcemap-loader": "^0.3.7",
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
40 "karma-webpack": "^2.0.1",
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
41 "null-loader": "^0.1.1",
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
42 "raw-loader": "^0.5.1",
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
43 "rimraf": "^2.5.2",
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
44 "style-loader": "^0.13.1",
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
45 "typescript": "~2.1.6",
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
46 "webpack": "2.2.1",
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
47 "webpack-dev-server": "2.4.1",
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
48 "webpack-merge": "^3.0.0"
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
49 }
7b9d616695d3 new setup using webpack (and Angular 4).
casties
parents: 52
diff changeset
50 }