mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-03-27 01:34:17 +08:00
Reorganizes and rewrites the benchmarks. Each implementation is now self-contained and the benchmarks can be run using a GUI. The benchmarks themselves have been changed so that individual tests render over a shorter time frame and more samples are taken.
33 lines
819 B
JSON
33 lines
819 B
JSON
{
|
|
"private": true,
|
|
"name": "benchmarks",
|
|
"version": "0.3.1",
|
|
"scripts": {
|
|
"benchmark": "webpack --config ./webpack.config.js"
|
|
},
|
|
"dependencies": {
|
|
"aphrodite": "1.2.5",
|
|
"classnames": "^2.2.5",
|
|
"d3-scale-chromatic": "^1.1.1",
|
|
"emotion": "8.0.12",
|
|
"glamor": "2.20.40",
|
|
"radium": "0.21.0",
|
|
"react": "^16.2.0",
|
|
"react-component-benchmark": "^0.0.4",
|
|
"react-dom": "^16.2.0",
|
|
"react-jss": "8.2.1",
|
|
"react-native-web": "0.3.1",
|
|
"reactxp": "0.51.0-alpha.9",
|
|
"styled-components": "2.4.0",
|
|
"styletron-client": "3.0.2",
|
|
"styletron-react": "3.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-react-native-web": "^0.3.1",
|
|
"css-loader": "^0.28.9",
|
|
"style-loader": "^0.19.1",
|
|
"webpack": "^3.10.0",
|
|
"webpack-bundle-analyzer": "^2.9.2"
|
|
}
|
|
}
|