react-konva
Advanced tools
Comparing version
{ | ||
"name": "react-konva", | ||
"description": "React binding to canvas element via Konva framework", | ||
"version": "1.5.5-beta", | ||
"version": "1.5.6-beta", | ||
"keywords": ["react", "canvas", "jsx", "konva"], | ||
@@ -34,9 +34,8 @@ "bugs": "https://github.com/lavrton/react-konva/issues", | ||
"konva": "^1.6.3", | ||
"mocha": "^3.4.2", | ||
"mocha": "^4.0.1", | ||
"mocha-headless-chrome": "^1.5.0", | ||
"react": "^16.0.0", | ||
"react-addons-test-utils": "^15.6.2", | ||
"react-dom": "^16.0.0", | ||
"react-test-renderer": "^16.0.0", | ||
"sinon": "^2.4.0", | ||
"react": "^16.1.0-beta", | ||
"react-dom": "^16.1.0-beta", | ||
"react-test-renderer": "^16.1.0-beta", | ||
"sinon": "^4.1.1", | ||
"webpack": "^3.4.1", | ||
@@ -47,10 +46,12 @@ "webpack-dev-server": "^2.6.1" | ||
"test:compile": | ||
"webpack --config webpack.test.config.js --progress --profile --colors", | ||
"webpack --config ./webpack/webpack.test.config.js --progress --profile --colors", | ||
"test:run": "mocha-headless-chrome -f test/index.html", | ||
"test:clean": "rm ./test/tests.bundle.js", | ||
"test:watch": | ||
"webpack-dev-server --config webpack.test.config.js --progress --profile --colors", | ||
"webpack-dev-server --config ./webpack/webpack.test.config.js --progress --profile --colors", | ||
"test": "npm run test:compile && npm run test:run && npm run test:clean", | ||
"build": | ||
"webpack --config webpack.dist.config.js --progress --profile --colors" | ||
"webpack --config ./webpack/webpack.dist.config.js --progress --profile --colors", | ||
"bundle": | ||
"webpack --config ./webpack/webpack.bundle.config.js --progress --profile --colors" | ||
}, | ||
@@ -57,0 +58,0 @@ "typings": "react-konva.d.ts", |
41853
0.26%19
-5%