mirror of
https://github.com/bartgryszko/react-native-circular-progress.git
synced 2026-01-18 16:13:10 +00:00
28 lines
775 B
JSON
28 lines
775 B
JSON
{
|
|
"name": "example",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"react-native-scripts": "1.7.0",
|
|
"jest-expo": "^25.0.0",
|
|
"react-test-renderer": "16.0.0-beta.5"
|
|
},
|
|
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
|
|
"scripts": {
|
|
"start": "react-native-scripts start",
|
|
"eject": "react-native-scripts eject",
|
|
"android": "react-native-scripts android",
|
|
"ios": "react-native-scripts ios",
|
|
"test": "node node_modules/jest/bin/jest.js --watch"
|
|
},
|
|
"jest": {
|
|
"preset": "jest-expo"
|
|
},
|
|
"dependencies": {
|
|
"expo": "^27.0.0",
|
|
"react": "16.3.1",
|
|
"react-native": "^0.55.0",
|
|
"react-native-circular-progress": "git+https://github.com/bgryszko/react-native-circular-progress.git"
|
|
}
|
|
}
|