react-json-view
Advanced tools
Comparing version 1.15.2 to 1.16.0
{ | ||
"name": "react-json-view", | ||
"description": "Interactive react component for displaying javascript arrays and JSON objects.", | ||
"version": "1.15.2", | ||
"description": | ||
"Interactive react component for displaying javascript arrays and JSON objects.", | ||
"version": "1.16.0", | ||
"main": "dist/main.js", | ||
"files": [ | ||
"dist/" | ||
], | ||
"files": ["dist/"], | ||
"dependencies": { | ||
@@ -34,2 +33,3 @@ "flux": "^3.1.3", | ||
"mocha": "^4.0.1", | ||
"moment": "^2.20.1", | ||
"node": "8.4.0", | ||
@@ -55,9 +55,12 @@ "node-sass": "^4.5.3", | ||
"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", | ||
"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", | ||
@@ -64,0 +67,0 @@ "test:unit": "nyc mocha test/**/*-test.js", |
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
167596
34