Files
react-native-web/packages/benchmarks/package.json
Nicolas Gallagher 9333e7e887 0.5.0
2018-02-19 15:48:05 -08:00

38 lines
1.1 KiB
JSON

{
"private": true,
"name": "benchmarks",
"version": "0.5.0",
"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.2.0",
"emotion": "^9.0.1",
"fela": "6.1.3",
"glamor": "2.20.40",
"radium": "^0.22.0",
"react": "^16.2.0",
"react-component-benchmark": "^0.0.4",
"react-dom": "^16.2.0",
"react-fela": "6.2.4",
"react-jss": "^8.3.3",
"react-native-web": "0.5.0",
"reactxp": "^0.51.8",
"style-loader": "0.20.1",
"styled-components": "^3.1.6",
"styled-jsx": "^2.2.4",
"styletron-client": "3.0.4",
"styletron-react": "3.0.4"
},
"devDependencies": {
"babel-plugin-react-native-web": "0.5.0",
"css-loader": "^0.28.9",
"style-loader": "^0.20.2",
"webpack": "^3.10.0",
"webpack-bundle-analyzer": "^2.9.2"
}
}