-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 826 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 826 Bytes
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
{
"name": "react-native-tools",
"version": "1.0.0",
"description": "react native 开发常用工具集合",
"main": "index.js",
"scripts": {
"build": "rm -rf lib; tsc;",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WheelerLee/react-native-tools.git"
},
"peerDependencies": {
"react": "^16.0",
"react-native": ">=0.57 <0.60"
},
"devDependencies": {
"react": "16.8.3",
"react-native": "0.59.8",
"typescript": "^3.5.3"
},
"author": "WheelerLee",
"license": "MIT",
"bugs": {
"url": "https://github.com/WheelerLee/react-native-tools/issues"
},
"homepage": "https://github.com/WheelerLee/react-native-tools#readme",
"dependencies": {
"@types/react": "^16.8.25",
"@types/react-native": "^0.60.3"
}
}