-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·34 lines (34 loc) · 991 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "MeiTuan",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js --openssl-legacy-provider start",
"test": "jest",
"ios": "react-native run-ios",
"android": "react-native run-android",
"clean": "rm -rf node_modules && rm -rf android/build && npm install"
},
"dependencies": {
"@react-native/metro-config": "^0.74.0",
"cli": "^1.0.1",
"prop-types": "^15.6.0",
"react": "^16.3.1",
"react-native": "^0.55.4",
"react-native-page-control": "^1.1.1",
"react-native-refresh-list-view": "^1.0.6",
"react-native-scrollable-tab-view": "^0.8.0",
"react-navigation": "^1.0.0-beta.19"
},
"devDependencies": {
"babel-jest": "19.0.0",
"babel-preset-react-native": "4.0.0",
"flow-bin": "^0.45.0",
"jest": "22.4.3",
"react-test-renderer": "16.3.1"
},
"jest": {
"preset": "react-native"
},
"main": "Libraries/react-native/react-native.js"
}