mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-18 04:42:45 +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
23 lines
455 B
JSON
23 lines
455 B
JSON
{
|
|
"private": true,
|
|
"name": "examples",
|
|
"version": "0.17.7",
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "^12.1.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-native-web": "0.17.7"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.13",
|
|
"@babel/preset-flow": "^7.12.13",
|
|
"babel-plugin-react-native-web": "0.17.7"
|
|
},
|
|
"license": "MIT"
|
|
}
|