mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-06-15 18:27:52 +08:00
31 lines
708 B
JSON
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.44",
|
|
"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
|
|
}
|