mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-01-12 22:51:09 +08:00
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"private": true,
|
|
"name": "benchmarks",
|
|
"version": "0.8.10",
|
|
"scripts": {
|
|
"build": "mkdir -p dist && cp -f index.html dist/index.html && ./node_modules/.bin/webpack-cli --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.2.2",
|
|
"classnames": "^2.2.6",
|
|
"d3-scale-chromatic": "^1.3.0",
|
|
"emotion": "^9.2.4",
|
|
"fela": "^6.1.9",
|
|
"glamor": "2.20.40",
|
|
"radium": "^0.24.0",
|
|
"react": "^16.4.1",
|
|
"react-dom": "^16.4.1",
|
|
"react-fela": "^7.3.1",
|
|
"react-jss": "^8.6.1",
|
|
"react-native-web": "0.8.10",
|
|
"reactxp": "^1.3.0",
|
|
"styled-components": "^3.3.3",
|
|
"styled-jsx": "^2.2.7",
|
|
"styletron-engine-atomic": "^1.0.5",
|
|
"styletron-react": "^4.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-react-native-web": "0.8.10",
|
|
"css-loader": "^1.0.0",
|
|
"style-loader": "^0.21.0",
|
|
"url-loader": "^1.0.1",
|
|
"webpack": "^4.15.1",
|
|
"webpack-bundle-analyzer": "^2.13.1",
|
|
"webpack-cli": "^3.0.8"
|
|
}
|
|
}
|