mirror of
https://github.com/iconoir-icons/iconoir
synced 2026-03-14 22:15:43 +01:00
30 lines
777 B
JSON
30 lines
777 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": "^52.0.19",
|
|
"expo-status-bar": "^2.0.0",
|
|
"iconoir-react-native": "workspace:*",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-native": "^0.76.5",
|
|
"react-native-svg": "^15.10.1",
|
|
"react-native-web": "^0.19.13"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@react-native/metro-config": "^0.76.5",
|
|
"@rnx-kit/metro-config": "^2.0.1",
|
|
"@rnx-kit/metro-resolver-symlinks": "^0.2.1",
|
|
"@types/react": "^18.3.12",
|
|
"typescript": "~5.7.2"
|
|
}
|
|
}
|