|
14 | 14 | "webpack-dev-server": "webpack-dev-server",
|
15 | 15 | "webdriver-manager": "webdriver-manager",
|
16 | 16 | "protractor": "protractor",
|
17 |
| - |
18 | 17 | "clean": "npm cache clean && npm run rimraf -- node_modules doc typings coverage dist",
|
19 |
| - "clean:dist": "npm run rimraf -- dist", |
20 |
| - "preclean:install": "npm run clean", |
21 |
| - "clean:install": "npm set progress=false && npm install", |
22 |
| - "preclean:start": "npm run clean", |
23 |
| - "clean:start": "npm start", |
24 |
| - |
| 18 | + "clean:dist": "npm run rimraf -- dist", |
| 19 | + "preclean:install": "npm run clean", |
| 20 | + "clean:install": "npm set progress=false && npm install", |
| 21 | + "preclean:start": "npm run clean", |
| 22 | + "clean:start": "npm start", |
25 | 23 | "watch": "npm run watch:dev",
|
26 |
| - "watch:dev": "npm run build:dev -- --watch", |
27 |
| - "watch:dev:hmr": "npm run watch:dev -- --hot", |
28 |
| - "watch:test": "npm run test -- --auto-watch --no-single-run", |
29 |
| - "watch:prod": "npm run build:prod -- --watch", |
30 |
| - |
| 24 | + "watch:dev": "npm run build:dev -- --watch", |
| 25 | + "watch:dev:hmr": "npm run watch:dev -- --hot", |
| 26 | + "watch:test": "npm run test -- --auto-watch --no-single-run", |
| 27 | + "watch:prod": "npm run build:prod -- --watch", |
31 | 28 | "build": "npm run build:dev",
|
32 |
| - "prebuild:dev": "npm run clean:dist", |
33 |
| - "build:dev": "webpack --config config/webpack.dev.js --progress --profile --colors --display-error-details --display-cached", |
34 |
| - "prebuild:prod": "npm run clean:dist", |
35 |
| - "build:prod": "webpack --config config/webpack.prod.js --progress --profile --colors --display-error-details --display-cached --bail", |
36 |
| - |
| 29 | + "prebuild:dev": "npm run clean:dist", |
| 30 | + "build:dev": "webpack --config config/webpack.dev.js --progress --profile --colors --display-error-details --display-cached", |
| 31 | + "prebuild:prod": "npm run clean:dist", |
| 32 | + "build:prod": "webpack --config config/webpack.prod.js --progress --profile --colors --display-error-details --display-cached --bail", |
37 | 33 | "server": "npm run server:dev",
|
38 |
| - "server:dev": "webpack-dev-server --config config/webpack.dev.js --inline --progress --profile --colors --watch --display-error-details --display-cached --content-base src/", |
39 |
| - "server:dev:hmr": "npm run server:dev -- --hot", |
40 |
| - "server:prod": "http-server dist --cors", |
41 |
| - |
| 34 | + "server:dev": "webpack-dev-server --config config/webpack.dev.js --inline --progress --profile --colors --watch --display-error-details --display-cached --content-base src/", |
| 35 | + "server:dev:hmr": "npm run server:dev -- --hot", |
| 36 | + "server:prod": "http-server dist --cors", |
42 | 37 | "webdriver:update": "npm run webdriver-manager update",
|
43 | 38 | "webdriver:start": "npm run webdriver-manager start",
|
44 |
| - |
45 | 39 | "lint": "npm run tslint 'src/**/*.ts'",
|
46 |
| - |
47 |
| - "pree2e": "npm run webdriver:update -- --standalone", |
| 40 | + "pree2e": "npm run webdriver:update -- --standalone", |
48 | 41 | "e2e": "npm run protractor",
|
49 |
| - "e2e:live": "npm run e2e -- --elementExplorer", |
50 |
| - |
| 42 | + "e2e:live": "npm run e2e -- --elementExplorer", |
51 | 43 | "test": "node --max-old-space-size=4096 node_modules/karma/bin/karma start",
|
52 |
| - |
53 | 44 | "ci": "npm run e2e && npm run test",
|
54 |
| - |
55 | 45 | "docs": "npm run typedoc -- --options typedoc.json --exclude '**/*.spec.ts' ./src/",
|
56 |
| - |
57 | 46 | "start": "npm run server:dev",
|
58 |
| - "start:hmr": "npm run server:dev:hmr", |
59 |
| - |
| 47 | + "start:hmr": "npm run server:dev:hmr", |
60 | 48 | "postinstall": "npm run typings -- install",
|
61 |
| - |
62 |
| - "preversion": "npm test", |
| 49 | + "preversion": "npm test", |
63 | 50 | "version": "npm run build",
|
64 |
| - "postversion": "git push && git push --tags" |
65 |
| - |
| 51 | + "postversion": "git push && git push --tags" |
66 | 52 | },
|
67 | 53 | "dependencies": {
|
68 | 54 | "@angular2-material/button": "^2.0.0-alpha.1",
|
|
81 | 67 | "devDependencies": {
|
82 | 68 | "angular2-hmr": "~0.5.5",
|
83 | 69 | "awesome-typescript-loader": "~0.16.2",
|
| 70 | + "codelyzer": "0.0.12", |
84 | 71 | "compression-webpack-plugin": "^0.3.0",
|
85 | 72 | "copy-webpack-plugin": "^1.1.1",
|
86 | 73 | "css-loader": "^0.23.1",
|
|
104 | 91 | "karma-phantomjs-launcher": "^1.0.0",
|
105 | 92 | "karma-sourcemap-loader": "^0.3.7",
|
106 | 93 | "karma-webpack": "1.7.0",
|
107 |
| - "codelyzer": "0.0.12", |
| 94 | + "node-sass": "^3.4.2", |
108 | 95 | "parse5": "^1.3.2",
|
109 | 96 | "phantomjs-polyfill": "0.0.2",
|
110 | 97 | "phantomjs-prebuilt": "^2.1.6",
|
111 | 98 | "protractor": "^3.1.1",
|
112 | 99 | "raw-loader": "0.5.1",
|
113 | 100 | "remap-istanbul": "^0.5.1",
|
114 | 101 | "rimraf": "^2.5.2",
|
| 102 | + "sass-loader": "^3.2.0", |
115 | 103 | "source-map-loader": "^0.1.5",
|
116 | 104 | "style-loader": "^0.13.0",
|
117 | 105 | "ts-helper": "0.0.1",
|
|
0 commit comments