mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-04-23 12:07:26 +08:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"private": true,
|
|
"name": "benchmarks",
|
|
"version": "0.9.13",
|
|
"scripts": {
|
|
"build": "mkdir -p dist && cp -f index.html dist/index.html && ./node_modules/.bin/webpack-cli --config ./webpack.config.js",
|
|
"release": "NODE_ENV=production 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.3",
|
|
"classnames": "^2.2.6",
|
|
"d3-scale-chromatic": "^1.3.3",
|
|
"emotion": "^10.0.5",
|
|
"fela": "^10.0.2",
|
|
"react": "^16.7.0",
|
|
"react-dom": "^16.7.0",
|
|
"react-fela": "^10.0.2",
|
|
"react-jss": "^8.6.1",
|
|
"react-native-web": "0.9.13",
|
|
"reactxp": "^1.5.0",
|
|
"styled-components": "^4.1.3",
|
|
"styled-jsx": "^3.1.2",
|
|
"styletron-engine-atomic": "^1.0.13",
|
|
"styletron-react": "^4.4.4"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-react-native-web": "0.9.13",
|
|
"css-loader": "^2.0.2",
|
|
"style-loader": "^0.23.1",
|
|
"url-loader": "^1.1.2",
|
|
"webpack": "^4.28.1",
|
|
"webpack-bundle-analyzer": "^3.0.3",
|
|
"webpack-cli": "^3.1.2"
|
|
}
|
|
}
|