|
19 | 19 | }
|
20 | 20 | ],
|
21 | 21 | "scripts": {
|
22 |
| - "build": "NODE_ENV=production webpack --config webpack.config.js --colors --progress", |
23 |
| - "start": "NODE_ENV=development webpack-dev-server --colors --progress", |
| 22 | + "build": "cross-env NODE_ENV=production webpack --config webpack.config.js --colors --progress", |
| 23 | + "start": "cross-env NODE_ENV=development webpack-dev-server --colors --progress", |
24 | 24 | "add-example": "npm run build && git commit -am 'Adding example' && git push && npm run deploy",
|
25 | 25 | "deploy": "grunt deploy"
|
26 | 26 | },
|
|
29 | 29 | "angular": "^1.3.10",
|
30 | 30 | "angular-aria": "^1.3.10",
|
31 | 31 | "angular-formly": "^6.1.0",
|
32 |
| - "angular-highlightjs": "^0.4.1", |
| 32 | + "highlight.js": "^8.4.0", |
| 33 | + "angular-highlightjs": "0.4.1", |
33 | 34 | "angular-ui-router": "^0.2.13",
|
34 | 35 | "angulartics": "^0.17.2",
|
35 | 36 | "api-check": "^7.0.0",
|
36 |
| - "bootstrap": "^3.3.2", |
37 |
| - "highlight.js": "^8.4.0" |
| 37 | + "bootstrap": "^3.3.2" |
38 | 38 | },
|
39 | 39 | "devDependencies": {
|
40 | 40 | "angular-animate": "^1.3.11",
|
41 | 41 | "autoprefixer-core": "^5.1.7",
|
42 | 42 | "babel-core": "^4.4.6",
|
43 | 43 | "babel-loader": "^4.0.0",
|
| 44 | + "cross-env": "^1.0.7", |
44 | 45 | "css-loader": "^0.9.1",
|
45 | 46 | "csswring": "^3.0.2",
|
46 | 47 | "deep-extend": "^0.3.2",
|
|
55 | 56 | "lodash": "^2.4.1",
|
56 | 57 | "markdown-loader": "^0.1.2",
|
57 | 58 | "ng-annotate": "^0.15.1",
|
58 |
| - "ng-annotate-loader": "0.0.2", |
| 59 | + "ng-annotate-loader": "^0.0.2", |
59 | 60 | "postcss": "^4.0.6",
|
60 | 61 | "postcss-loader": "^0.3.0",
|
61 | 62 | "postcss-nested": "^0.2.2",
|
|
0 commit comments