mirror of
https://github.com/iconoir-icons/iconoir
synced 2026-03-14 14:05:44 +01:00
30 lines
776 B
JSON
30 lines
776 B
JSON
{
|
|
"name": "example-react-native",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"expo": "^53.0.20",
|
|
"expo-status-bar": "^2.0.0",
|
|
"iconoir-react-native": "workspace:*",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-native": "^0.79.5",
|
|
"react-native-svg": "^15.11.2",
|
|
"react-native-web": "^0.20.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@react-native/metro-config": "^0.79.5",
|
|
"@rnx-kit/metro-config": "^2.0.1",
|
|
"@rnx-kit/metro-resolver-symlinks": "^0.2.1",
|
|
"@types/react": "^19.0.14",
|
|
"typescript": "~5.8.3"
|
|
}
|
|
}
|