mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-06-13 01:28:32 +08:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"private": true,
|
|
"name": "benchmarks",
|
|
"version": "0.11.7",
|
|
"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.4.0",
|
|
"classnames": "^2.2.6",
|
|
"d3-scale-chromatic": "^1.5.0",
|
|
"emotion": "^10.0.23",
|
|
"fela": "^10.8.2",
|
|
"react-fela": "^10.8.2",
|
|
"react-jss": "^10.0.0",
|
|
"react-native-web": "0.11.7",
|
|
"reactxp": "^2.0.0-rc.1",
|
|
"styled-components": "^4.4.1",
|
|
"styled-jsx": "^3.2.4",
|
|
"styletron-engine-atomic": "^1.4.4",
|
|
"styletron-react": "^5.2.6"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-react-native-web": "0.11.7",
|
|
"css-loader": "^3.2.0",
|
|
"style-loader": "^1.0.0",
|
|
"url-loader": "^2.2.0",
|
|
"webpack": "^4.41.2",
|
|
"webpack-bundle-analyzer": "^3.6.0",
|
|
"webpack-cli": "^3.3.10"
|
|
}
|
|
}
|