|
1 | 1 | {
|
2 | 2 | "name": "react-json-view",
|
3 |
| - "description": "Interactive react component for displaying javascript arrays and JSON objects.", |
4 |
| - "version": "1.18.2", |
| 3 | + "description": |
| 4 | + "Interactive react component for displaying javascript arrays and JSON objects.", |
| 5 | + "version": "1.18.3", |
5 | 6 | "main": "dist/main.js",
|
6 | 7 | "dependencies": {
|
7 | 8 | "flux": "^3.1.3",
|
|
55 | 56 | "react-dom": "^16.0.0 || ^15.5.4"
|
56 | 57 | },
|
57 | 58 | "scripts": {
|
58 |
| - "build": "webpack --config webpack/webpack.config.js -p --display-error-details --progress --optimize-minimize", |
| 59 | + "build": |
| 60 | + "webpack --config webpack/webpack.config.js -p --display-error-details --progress --optimize-minimize", |
59 | 61 | "prebuild": "npm run test:unit",
|
60 |
| - "build:demo": "webpack --config webpack/webpack.config-demo.js -p --display-error-details --progress --optimize-minimize", |
61 |
| - "dev": "webpack-dev-server --config webpack/webpack.config-dev.js --open", |
| 62 | + "build:demo": |
| 63 | + "webpack --config webpack/webpack.config-demo.js -p --display-error-details --progress --optimize-minimize", |
| 64 | + "dev": |
| 65 | + "webpack-dev-server --config webpack/webpack.config-dev.js --open", |
62 | 66 | "modules:debug": "./docker/debug.sh",
|
63 | 67 | "modules:tree": "webpack --config webpack/webpack.config.js --json ",
|
64 |
| - "modules:size-analyzer": "webpack --config webpack/webpack.config.js --json | webpack-bundle-size-analyzer", |
| 68 | + "modules:size-analyzer": |
| 69 | + "webpack --config webpack/webpack.config.js --json | webpack-bundle-size-analyzer", |
65 | 70 | "test": "npm run test:unit && npm run test:coverage",
|
66 | 71 | "test:unit": "nyc mocha test/**/*-test.js",
|
67 | 72 | "test:coverage": "nyc report --reporter=text-lcov | coveralls",
|
|
0 commit comments