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