react-json-view
Advanced tools
Comparing version 1.18.2 to 1.18.3
{ | ||
"name": "react-json-view", | ||
"description": "Interactive react component for displaying javascript arrays and JSON objects.", | ||
"version": "1.18.2", | ||
"description": | ||
"Interactive react component for displaying javascript arrays and JSON objects.", | ||
"version": "1.18.3", | ||
"main": "dist/main.js", | ||
@@ -58,9 +59,13 @@ "dependencies": { | ||
"scripts": { | ||
"build": "webpack --config webpack/webpack.config.js -p --display-error-details --progress --optimize-minimize", | ||
"build": | ||
"webpack --config webpack/webpack.config.js -p --display-error-details --progress --optimize-minimize", | ||
"prebuild": "npm run test:unit", | ||
"build:demo": "webpack --config webpack/webpack.config-demo.js -p --display-error-details --progress --optimize-minimize", | ||
"dev": "webpack-dev-server --config webpack/webpack.config-dev.js --open", | ||
"build:demo": | ||
"webpack --config webpack/webpack.config-demo.js -p --display-error-details --progress --optimize-minimize", | ||
"dev": | ||
"webpack-dev-server --config webpack/webpack.config-dev.js --open", | ||
"modules:debug": "./docker/debug.sh", | ||
"modules:tree": "webpack --config webpack/webpack.config.js --json ", | ||
"modules:size-analyzer": "webpack --config webpack/webpack.config.js --json | webpack-bundle-size-analyzer", | ||
"modules:size-analyzer": | ||
"webpack --config webpack/webpack.config.js --json | webpack-bundle-size-analyzer", | ||
"test": "npm run test:unit && npm run test:coverage", | ||
@@ -67,0 +72,0 @@ "test:unit": "nyc mocha test/**/*-test.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
174786