mirror of
https://github.com/bartgryszko/react-native-circular-progress.git
synced 2026-01-18 16:13:10 +00:00
27 lines
723 B
JSON
27 lines
723 B
JSON
{
|
|
"name": "example",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"react-native-scripts": "1.7.0",
|
|
"jest-expo": "^22.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": "^22.0.2",
|
|
"react": "16.0.0-beta.5",
|
|
"react-native": "^0.49.5",
|
|
"react-native-circular-progress": "file:../"
|
|
}
|
|
} |