mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-08 12:32:58 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"private": true,
|
|
"name": "benchmarks",
|
|
"version": "0.13.6",
|
|
"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.27",
|
|
"fela": "^11.0.2",
|
|
"react-fela": "^11.0.2",
|
|
"react-jss": "^10.0.4",
|
|
"react-native-web": "0.13.6",
|
|
"reactxp": "^2.0.0",
|
|
"styled-components": "^5.0.0",
|
|
"styled-jsx": "^3.2.4",
|
|
"styletron-engine-atomic": "^1.4.4",
|
|
"styletron-react": "^5.2.6"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-react-native-web": "0.13.6",
|
|
"css-loader": "^3.4.2",
|
|
"style-loader": "^1.1.3",
|
|
"url-loader": "^3.0.0",
|
|
"webpack": "^4.41.5",
|
|
"webpack-bundle-analyzer": "^3.6.0",
|
|
"webpack-cli": "^3.3.10"
|
|
}
|
|
}
|