|
1 | 1 | { |
2 | 2 | "name": "aspnetcore-angular2-universal-starter", |
3 | | - "version": "1.0.0-beta.1", |
| 3 | + "version": "1.0.0-beta.2", |
4 | 4 | "author": { |
5 | 5 | "name": "Mark Pieszak", |
6 | 6 | |
|
10 | 10 | "type": "git", |
11 | 11 | "url": "git+https://github.com/MarkPieszak/aspnetcore-angular2-universal.git" |
12 | 12 | }, |
13 | | - "config": { |
14 | | - "engine-strict": true |
15 | | - }, |
16 | | - "engineStrict": true, |
17 | | - "engines": { |
18 | | - "node": ">= 5 <= 7", |
19 | | - "npm": ">= 3" |
| 13 | + "scripts": { |
| 14 | + "ci": "npm test && npm run e2e", |
| 15 | + "clean": "npm cache clean && npm run rimraf -- node_modules doc typings coverage wwwroot/dist", |
| 16 | + "clean:dist": "npm run rimraf -- wwwroot/dist", |
| 17 | + "docs": "npm run typedoc -- --options typedoc.json --exclude '**/*.spec.ts' ./Client/", |
| 18 | + "e2e": "npm run protractor", |
| 19 | + "e2e:live": "npm run e2e -- --elementExplorer", |
| 20 | + "lint": "npm run tslint \"Client/**/*.ts\"", |
| 21 | + "postinstall": "webpack --config webpack.config.vendor.js", |
| 22 | + "posttest": "npm run coverage", |
| 23 | + "postversion": "git push && git push --tags", |
| 24 | + "pretest": "npm run lint", |
| 25 | + "preversion": "npm test", |
| 26 | + "protractor": "protractor", |
| 27 | + "pree2e": "npm run webdriver:update -- --standalone", |
| 28 | + "rimraf": "rimraf", |
| 29 | + "test": "karma start", |
| 30 | + "tslint": "tslint", |
| 31 | + "typedoc": "typedoc", |
| 32 | + "version": "npm run build", |
| 33 | + "webdriver:start": "npm run webdriver-manager start", |
| 34 | + "webdriver:update": "npm run webdriver-manager update", |
| 35 | + "webdriver-manager": "webdriver-manager", |
| 36 | + "webpack": "webpack", |
| 37 | + "start:dashboard": "npm run webpack-dashboard -- webpack-dev-server --inline --hot --progress --port 8080", |
| 38 | + "webpack-dashboard": "webpack-dashboard" |
20 | 39 | }, |
21 | 40 | "dependencies": { |
22 | 41 | "@angular/common": "2.2.1", |
|
48 | 67 | }, |
49 | 68 | "devDependencies": { |
50 | 69 | "@types/chai": "^3.4.34", |
51 | | - "@types/hammerjs": "2.0.33", |
52 | | - "@types/jasmine": "2.5.35", |
| 70 | + "@types/hammerjs": "2.0.34", |
| 71 | + "@types/jasmine": "2.5.40", |
53 | 72 | "@types/node": "^6.0.46", |
54 | 73 | "@types/protractor": "1.5.20", |
55 | 74 | "@types/selenium-webdriver": "2.44.29", |
|
97 | 116 | "typescript": "2.0.10", |
98 | 117 | "url-loader": "^0.5.7", |
99 | 118 | "webpack": "2.1.0-beta.25", |
100 | | - "webpack-dashboard": "0.2.0", |
101 | | - "webpack-dev-middleware": "^1.8.4", |
| 119 | + "webpack-dashboard": "0.2.1", |
| 120 | + "webpack-dev-middleware": "^1.9.0", |
102 | 121 | "webpack-dev-server": "^2.1.0-beta.9", |
103 | 122 | "webpack-externals-plugin": "^1.0.0", |
104 | | - "webpack-hot-middleware": "^2.13.2", |
| 123 | + "webpack-hot-middleware": "^2.15.0", |
105 | 124 | "webpack-merge": "^0.15.0", |
106 | 125 | "webpack-node-externals": "^1.5.4" |
107 | 126 | }, |
|
116 | 135 | "ts2", |
117 | 136 | "webpack", |
118 | 137 | "webpack2" |
119 | | - ], |
120 | | - "scripts": { |
121 | | - "ci": "npm test && npm run e2e", |
122 | | - "clean": "npm cache clean && npm run rimraf -- node_modules doc typings coverage wwwroot/dist", |
123 | | - "clean:dist": "npm run rimraf -- wwwroot/dist", |
124 | | - "docs": "npm run typedoc -- --options typedoc.json --exclude '**/*.spec.ts' ./Client/", |
125 | | - "e2e": "npm run protractor", |
126 | | - "e2e:live": "npm run e2e -- --elementExplorer", |
127 | | - "lint": "npm run tslint \"Client/**/*.ts\"", |
128 | | - "postinstall": "webpack --config webpack.config.vendor.js", |
129 | | - "posttest": "npm run coverage", |
130 | | - "postversion": "git push && git push --tags", |
131 | | - "pretest": "npm run lint", |
132 | | - "preversion": "npm test", |
133 | | - "protractor": "protractor", |
134 | | - "pree2e": "npm run webdriver:update -- --standalone", |
135 | | - "rimraf": "rimraf", |
136 | | - "test": "karma start", |
137 | | - "tslint": "tslint", |
138 | | - "typedoc": "typedoc", |
139 | | - "version": "npm run build", |
140 | | - "webdriver:start": "npm run webdriver-manager start", |
141 | | - "webdriver:update": "npm run webdriver-manager update", |
142 | | - "webdriver-manager": "webdriver-manager", |
143 | | - "webpack": "webpack", |
144 | | - "start:dashboard": "npm run webpack-dashboard -- webpack-dev-server --inline --hot --progress --port 8080", |
145 | | - "webpack-dashboard": "webpack-dashboard" |
146 | | - } |
| 138 | + ] |
147 | 139 | } |
0 commit comments