Template
13 lines
314 B
JSON
13 lines
314 B
JSON
{
|
|
"dependencies": {
|
|
"nativewind": "latest",
|
|
"react-native-reanimated": "latest",
|
|
"react-native-safe-area-context": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"tailwindcss": "^3.4.17",
|
|
"prettier-plugin-tailwindcss": "^0.5.11",
|
|
"babel-preset-expo": "latest"
|
|
}
|
|
}
|