|
15 | 15 | "buildnode": "webpack --config webpack/webpack.node.js", |
16 | 16 | "buildweb": "webpack -p --config webpack/webpack.web.js", |
17 | 17 | "buildreactnative": "webpack --config webpack/webpack.react-native.js", |
| 18 | + "buildall": "npm run buildnode;npm run buildweb;npm run buildreactnative", |
18 | 19 | "generate-docs": "node_modules/.bin/jsdoc --configure docs-config.json --verbose" |
19 | 20 | }, |
20 | 21 | "repository": { |
|
51 | 52 | "tmp": "tmp/contentstack-3.0.0.tgz_1477830884275_0.9869455888401717" |
52 | 53 | }, |
53 | 54 | "devDependencies": { |
54 | | - "babel-core": "^6.24.0", |
55 | | - "babel-loader": "^6.4.1", |
56 | | - "babel-plugin-transform-runtime": "^6.23.0", |
57 | | - "babel-preset-env": "^1.3.2", |
58 | | - "babel-preset-es2015": "^6.16.0", |
59 | | - "babel-preset-es2016": "^6.22.0", |
60 | | - "babel-preset-stage-1": "^6.22.0", |
61 | | - "compression-webpack-plugin": "^0.3.1", |
62 | | - "es3ify-loader": "^0.2.0", |
63 | | - "jshint": "~2.6.3", |
| 55 | + "babel-core": "6.24.0", |
| 56 | + "babel-loader": "6.4.1", |
| 57 | + "babel-plugin-transform-runtime": "6.23.0", |
| 58 | + "babel-preset-env": "1.3.2", |
| 59 | + "babel-preset-es2015": "6.16.0", |
| 60 | + "babel-preset-es2016": "6.22.0", |
| 61 | + "babel-preset-stage-1": "6.22.0", |
| 62 | + "compression-webpack-plugin": "0.3.1", |
| 63 | + "es3ify-loader": "0.2.0", |
| 64 | + "jshint": "2.6.3", |
64 | 65 | "string-replace-webpack-plugin": "0.0.3", |
65 | | - "tap-json": "^0.1.1", |
66 | | - "tape": "^4.4.0", |
67 | | - "jsdoc": "^3.4.0", |
68 | | - "uglify-js": "^2.6.2", |
69 | | - "webpack": "^2.2.1", |
70 | | - "webpack-md5-hash": "^0.0.5", |
71 | | - "webpack-merge": "^0.17.0" |
| 66 | + "tap-json": "0.1.1", |
| 67 | + "tape": "4.4.0", |
| 68 | + "jsdoc": "3.4.0", |
| 69 | + "uglify-js": "2.6.2", |
| 70 | + "webpack": "2.2.1", |
| 71 | + "webpack-md5-hash": "0.0.5", |
| 72 | + "webpack-merge": "0.17.0", |
| 73 | + "babel-runtime": "6.23.0" |
72 | 74 | }, |
73 | 75 | "dependencies": { |
74 | | - "babel-runtime": "^6.23.0", |
75 | | - "es6-promise": "^4.1.1", |
76 | | - "fs": "0.0.1-security", |
77 | | - "isomorphic-fetch": "^2.2.1", |
78 | | - "localStorage": "1.0.3", |
79 | | - "path": "^0.12.7" |
| 76 | + "isomorphic-fetch": "2.2.1", |
| 77 | + "localStorage": "1.0.3" |
80 | 78 | } |
81 | 79 | } |
0 commit comments