mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-01-12 22:51:09 +08:00
Now rewrites import/export/require statements from 'react-native-web'. Install the plugin in the 'benchmarks' package.
34 lines
863 B
JSON
34 lines
863 B
JSON
{
|
|
"private": true,
|
|
"name": "benchmarks",
|
|
"version": "0.2.2",
|
|
"scripts": {
|
|
"benchmark": "webpack --config ./webpack.config.js && open index.html"
|
|
},
|
|
"dependencies": {
|
|
"aphrodite": "^1.2.5",
|
|
"babel-polyfill": "^6.26.0",
|
|
"classnames": "^2.2.5",
|
|
"d3-scale-chromatic": "^1.1.1",
|
|
"emotion": "^8.0.12",
|
|
"glamor": "^2.20.40",
|
|
"marky": "^1.2.0",
|
|
"radium": "^0.19.6",
|
|
"react": "^16.2.0",
|
|
"react-dom": "^16.2.0",
|
|
"react-jss": "^8.2.0",
|
|
"react-native-web": "^0.2.2",
|
|
"reactxp": "^0.46.6",
|
|
"styled-components": "^2.3.2",
|
|
"styletron-client": "^3.0.0-rc.5",
|
|
"styletron-utils": "^3.0.0-rc.3"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-react-native-web": "^0.2.2",
|
|
"css-loader": "^0.28.7",
|
|
"style-loader": "^0.19.1",
|
|
"webpack": "^3.10.0",
|
|
"webpack-bundle-analyzer": "^2.9.1"
|
|
}
|
|
}
|