react-json-view
Advanced tools
Comparing version 1.7.1 to 1.7.2
{ | ||
"name": "react-json-view", | ||
"description": "Interactive react component for displaying javascript arrays and JSON objects.", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"main": "dist/main.js", | ||
@@ -17,14 +17,10 @@ "files": [ | ||
"babel-plugin-react-html-attrs": "^2.0.0", | ||
"babel-preset-es2015": "^6.24.0", | ||
"babel-preset-react": "^6.16.0", | ||
"babel-preset-stage-0": "^6.22.0", | ||
"babel-preset-stage-2": "^6.22.0", | ||
"babel-register": "^6.18.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-react": "^6.24.1", | ||
"babel-preset-stage-0": "^6.24.1", | ||
"babel-preset-stage-2": "^6.24.1", | ||
"babel-register": "^6.24.1", | ||
"chai": "^3.5.0", | ||
"clipboard": "^1.6.1", | ||
"css-loader": "^0.26.1", | ||
"cross-env": "^3.1.4", | ||
"enzyme": "^2.8.2", | ||
"file-loader": "^0.9.0", | ||
"flux": "^2.1.1", | ||
"html-webpack-plugin": "2.28.0", | ||
@@ -34,17 +30,10 @@ "ignore-styles": "^5.0.1", | ||
"mocha": "^3.2.0", | ||
"node-sass": "^3.8.0", | ||
"radium":"^0.18.2", | ||
"react": "^15.4.2", | ||
"react-addons-css-transition-group": "^15.4.2", | ||
"react-addons-test-utils": "^15.4.1", | ||
"react": "^15.5.4", | ||
"react-base16-styling": "^0.5.3", | ||
"react-dom": "^15.4.2", | ||
"react-dom": "^15.5.4", | ||
"react-hot-loader": "^3.0.0-beta.6", | ||
"react-icons": "^2.2.3", | ||
"react-style-proptype": "^2.0.1", | ||
"react-test-renderer": "^15.5.4", | ||
"react-tooltip": "^3.2.10", | ||
"resolve-url-loader": "1.6.1", | ||
"sass-loader": "^4.0.0", | ||
"style-loader": "^0.13.1", | ||
"url-loader": "^0.5.7", | ||
"webpack": "^2.2.1", | ||
@@ -57,3 +46,5 @@ "webpack-dev-server": "^2.3.0" | ||
"build": "webpack --display-error-details --progress", | ||
"test": "mocha -w --require ignore-styles /react/test/helpers/browser.js /react/test/*test.js /react/test/**/*test.js", | ||
"test": "./docker/test.sh", | ||
"test:watch": "mocha -w /react/test/helpers/browser.js /react/test/**/*test.js", | ||
"unit_test": "mocha /react/test/helpers/browser.js /react/test/**/*test.js", | ||
"dev:hot": "webpack-dev-server" | ||
@@ -60,0 +51,0 @@ }, |
![alt text](https://github.com/mac-s-g/react-json-view/blob/master/doc/rjv-icon-alt.png?raw=true) | ||
[![npm](https://img.shields.io/npm/v/react-json-view.svg)](https://www.npmjs.com/package/react-json-view) [![npm](https://img.shields.io/npm/l/react-json-view.svg)](https://github.com/mac-s-g/react-json-view/blob/master/LISCENSE) [![Build Status](https://travis-ci.org/mac-s-g/react-json-view.svg)](https://travis-ci.org/mac-s-g/react-json-view) | ||
# react-json-view | ||
@@ -109,2 +111,1 @@ Interactive react component for displaying javascript **arrays** and **JSON objects**. | ||
1. Add Tests! | ||
2. Add some pretty badges to the github index. |
Sorry, the diff of this file is too big to display
3178093
29
111