{ "private": true, "name": "benchmarks", "version": "0.3.4", "scripts": { "build": "mkdir -p dist && cp -f index.html dist/index.html && webpack --config ./webpack.config.js", "release": "yarn build && git checkout gh-pages && rm -rf ../../benchmarks && mv dist ../../benchmarks && git add -A && git commit -m \"Benchmarks deploy\" && git push origin gh-pages && git checkout -" }, "dependencies": { "aphrodite": "1.2.5", "classnames": "^2.2.5", "d3-scale-chromatic": "^1.1.1", "emotion": "8.0.12", "fela": "6.1.3", "glamor": "2.20.40", "radium": "0.21.2", "react": "^16.2.0", "react-component-benchmark": "^0.0.4", "react-dom": "^16.2.0", "react-fela": "6.2.4", "react-jss": "8.2.1", "react-native-web": "^0.3.4", "reactxp": "0.51.2", "style-loader": "0.20.1", "styled-components": "3.1.2", "styled-jsx": "2.2.2", "styletron-client": "3.0.4", "styletron-react": "3.0.4" }, "devDependencies": { "babel-plugin-react-native-web": "^0.3.3", "css-loader": "^0.28.9", "style-loader": "^0.19.1", "webpack": "^3.10.0", "webpack-bundle-analyzer": "^2.9.2" } }