You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
ReactOrganizer/package.json

39 lines
1.1 KiB

{
"name": "Organizer",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-core": "6.18.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"expect.js": "~0.3.1",
"jest-expo": "~19.0.0",
"mocha": "~2.3.4",
"react-native-scripts": "1.1.0",
"react-test-renderer": "16.0.0-alpha.12",
"sinon": "1.17.3"
},
"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/vector-icons": "^5.0.0",
"@exponent/vector-icons": "^4.0.0",
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"expo": "^19.0.0",
"native-base": "^2.3.1",
"react": "16.0.0-alpha.12",
"react-native": "^0.46.1",
"react-navigation": "^1.0.0-beta.11",
"superagent": "3.5.2"
}
}