mirror of
https://github.com/bartgryszko/react-native-circular-progress.git
synced 2026-01-18 16:13:10 +00:00
21 lines
570 B
JSON
21 lines
570 B
JSON
{
|
|
"name": "empty-project-template",
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"eject": "expo eject"
|
|
},
|
|
"dependencies": {
|
|
"expo": "^31.0.2",
|
|
"react": "16.5.0",
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz",
|
|
"react-native-circular-progress": "git+https://github.com/bgryszko/react-native-circular-progress.git"
|
|
},
|
|
"devDependencies": {
|
|
"babel-preset-expo": "^5.0.0"
|
|
}
|
|
}
|