Files
react-native-web/packages/benchmarks/package.json
T
Nicolas Gallagher 314d78c0cc Update packages and benchmarks
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
2022-03-02 10:50:05 -08:00

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"
}
}