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