Files
ASHFeel/package.json
2018-11-20 22:48:57 +08:00

46 lines
1.3 KiB
JSON

{
"name": "ASHFeel",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"mobx": "^3.6.2",
"mobx-persist": "^0.4.1",
"mobx-react": "^4.4.3",
"moment": "^2.22.2",
"prop-types": "^15.6.2",
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-af-video-player": "^0.2.1",
"react-native-animatable": "^1.3.0",
"react-native-ash-progress-hud": "1.0.2",
"react-native-code-push": "^5.4.2",
"react-native-cookies": "^3.3.0",
"react-native-device-info": "^0.22.4",
"react-native-fix-text-view": "1.0.0",
"react-native-image-crop-picker": "^0.21.2",
"react-native-image-picker": "^0.27.1",
"react-native-iphone-x-helper": "^1.1.0",
"react-native-keyboard-aware-scroll-view": "^0.7.0",
"react-native-looped-carousel": "^0.1.13",
"react-native-navigation": "^1.1.480",
"react-native-orientation": "^3.1.3",
"react-native-simple-store": "^1.3.0",
"react-native-snap-carousel": "^3.7.4",
"react-native-storage": "^0.2.2",
"react-native-swiper": "^1.5.13"
},
"devDependencies": {
"babel-jest": "23.4.2",
"jest": "23.5.0",
"babel-preset-react-native": "4.0.0",
"react-test-renderer": "16.3.1"
},
"jest": {
"preset": "react-native"
}
}