Files
nativewind/apps/benchmarks/package.json
github-actions[bot] cf917b783a Version Packages (next) (#105)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-04 00:38:20 +10:00

31 lines
708 B
JSON

{
"name": "benchmarks",
"version": "0.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"test": "reassure measure",
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"expo": "~45.0.0",
"jest": "28.1.1",
"native-base": "^3.4.7",
"nativewind": "2.0.0-next.45",
"react": "*",
"react-dom": "*",
"react-native": "0.69.1",
"react-native-safe-area-context": "^4.3.1",
"reassure": "^0.1.0",
"ts-jest": "^28.0.5"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"patch-package": "^6.4.7"
},
"private": true
}