forked from NervJS/taro-native-shell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.41 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "taro-native-shell",
"version": "0.0.1",
"private": true,
"description": "Taro native shell",
"scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NervJS/taro-native-shell.git",
"postinstall": "cd ./node_modules/react-native/third-party/glog-0.3.4 && ../../scripts/ios-configure-glog.sh"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"dependencies": {
"expo-av": "^6.0.0",
"expo-brightness": "^6.0.0",
"expo-image-picker": "^6.0.0",
"expo-location": "^6.0.0",
"expo-sensors": "^6.0.0",
"react": "16.8.0",
"react-native": "0.59.9",
"react-native-canvas": "^0.1.32",
"react-native-image-crop-picker": "^0.23.1",
"react-native-image-picker": "^0.28.1",
"react-native-maps": "^0.25.0",
"react-native-unimodules": "^0.5.3",
"react-native-webview": "8.0.0"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/runtime": "^7.3.4",
"@commitlint/cli": "^7.5.2",
"@commitlint/config-conventional": "^7.5.0",
"babel-jest": "^24.5.0",
"conventional-changelog-cli": "^2.0.12",
"husky": "^1.3.1",
"jest": "^24.5.0",
"metro-react-native-babel-preset": "^0.53.1",
"react-test-renderer": "16.8.3"
},
"jest": {
"preset": "react-native"
}
}