mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-05-19 02:50:31 +08:00
* Update all packages. * Remove 'react-native-stylesheet'; since React 16 it is equivalent in performance to using the full 'react-native-web' View implementation. * Remove 'styled-components/primitives'; it's as slow as 'styled-components'. * Record latest benchmark results and hardware.
22 lines
477 B
JSON
22 lines
477 B
JSON
{
|
|
"name": "benchmarks",
|
|
"private": true,
|
|
"dependencies": {
|
|
"aphrodite": "^1.2.5",
|
|
"classnames": "^2.2.5",
|
|
"emotion": "^8.0.12",
|
|
"glamor": "^2.20.40",
|
|
"marky": "^1.2.0",
|
|
"radium": "^0.19.6",
|
|
"react-jss": "^8.2.0",
|
|
"reactxp": "^0.46.6",
|
|
"styled-components": "^2.3.2",
|
|
"styletron-client": "^3.0.0-rc.5",
|
|
"styletron-utils": "^3.0.0-rc.3"
|
|
},
|
|
"devDependencies": {
|
|
"css-loader": "^0.28.7",
|
|
"style-loader": "^0.19.1"
|
|
}
|
|
}
|