mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-18 20:56:50 +00:00
314d78c0cc
Remove libraries from benchmarks as comparison to css-modules baseline is what matters. This makes benchmark builds faster and will reduce how often people open PRs asking for their library to be included. Close #2210
24 lines
639 B
JSON
24 lines
639 B
JSON
{
|
|
"private": true,
|
|
"name": "benchmarks",
|
|
"version": "0.17.7",
|
|
"scripts": {
|
|
"dev": "mkdir -p dist && cp -f index.html dist/index.html && ./node_modules/.bin/webpack-cli --config ./webpack.config.js",
|
|
"build": "NODE_ENV=production yarn dev"
|
|
},
|
|
"dependencies": {
|
|
"classnames": "^2.3.1",
|
|
"d3-scale-chromatic": "^2.0.0",
|
|
"react-native-web": "0.17.7"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-react-native-web": "0.17.7",
|
|
"css-loader": "^5.0.2",
|
|
"style-loader": "^2.0.0",
|
|
"url-loader": "^4.1.1",
|
|
"webpack": "^5.21.2",
|
|
"webpack-bundle-analyzer": "^4.4.0",
|
|
"webpack-cli": "^4.5.0"
|
|
}
|
|
}
|