-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.41 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.41 KB
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
51
52
53
{
"name": "@heytea/taro-router-rn",
"version": "2.0.7",
"description": "taro-router-rn",
"main": "./index.js",
"files": [
"dist",
"index.js",
"package.json"
],
"scripts": {
"build": "yarn && rm -rf dist && mkdir dist && gulp",
"dev": "npm run build:static && tsc --watch",
"prepack": "npm run build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NervJS/taro.git"
},
"keywords": [
"router"
],
"author": "O2Team",
"license": "MIT",
"dependencies": {
"@react-native-community/masked-view": "^0.1.7",
"@react-navigation/bottom-tabs": "^5.2.7",
"@react-navigation/native": "^5.1.6",
"@react-navigation/stack": "^5.2.13",
"query-string": "^6.1.0",
"react-native-gesture-handler": "^1.6.1",
"react-native-reanimated": "^1.7.1",
"react-native-safe-area-context": "^0.7.3",
"react-native-safe-area-view": "^1.0.0",
"react-native-screens": "^2.4.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@react-native-community/eslint-config": "^1.0.0",
"@types/react": "^16.9.32",
"@types/react-native": "^0.62.1",
"eslint": "^6.8.0",
"gulp": "^4.0.0",
"gulp-typescript": "^5.0.1",
"jest": "^23.6.0",
"metro-react-native-babel-preset": "^0.59.0",
"react": "^16.13.1",
"react-native": "^0.62.0",
"react-test-renderer": "^16.5.2",
"typescript": "3.0.3"
}
}