mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-04-24 04:25:27 +08:00
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"private": true,
|
|
"name": "benchmarks",
|
|
"version": "0.6.1",
|
|
"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": "^2.1.0",
|
|
"classnames": "^2.2.5",
|
|
"d3-scale-chromatic": "^1.2.0",
|
|
"emotion": "^9.1.1",
|
|
"fela": "^6.1.7",
|
|
"glamor": "2.20.40",
|
|
"radium": "^0.24.0",
|
|
"react": "^16.2.0",
|
|
"react-component-benchmark": "^0.0.4",
|
|
"react-dom": "^16.2.0",
|
|
"react-fela": "^7.2.0",
|
|
"react-jss": "^8.4.0",
|
|
"react-native-web": "0.6.1",
|
|
"reactxp": "^1.1.0",
|
|
"styled-components": "^3.2.5",
|
|
"styled-jsx": "^2.2.6",
|
|
"styletron-engine-atomic": "^1.0.4",
|
|
"styletron-react": "^4.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-react-native-web": "0.6.1",
|
|
"css-loader": "^0.28.11",
|
|
"style-loader": "^0.20.3",
|
|
"url-loader": "^1.0.1",
|
|
"webpack": "^3.10.0",
|
|
"webpack-bundle-analyzer": "^2.9.2"
|
|
}
|
|
}
|