-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.47 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
{
"name": "react-native-common-tools",
"version": "1.0.43",
"description": "Contains some modules commonly used in react native",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StarksJohn/react-native-tools.git"
},
"author": "stark",
"bugs": {
"url": "https://github.com/StarksJohn/react-native-tools/issues"
},
"homepage": "https://github.com/StarksJohn/react-native-tools#readme",
"dependencies": {
"@react-native-async-storage/async-storage": "^1.15.5",
"@react-native-community/eslint-config": "^3.0.0",
"axios": "^0.21.1",
"babel-eslint": "^10.1.0",
"clean-deep": "^3.4.0",
"dva-core": "^2.0.4",
"eslint-plugin-react-hooks": "^4.2.0",
"lodash": "^4.17.21",
"prop-types": "^15.7.2",
"qs": "^6.10.1",
"react-native": "0.63.4",
"react-native-easy-app": "^1.7.27",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-spring-scrollview": "^4.0.0-dev-0",
"starkfrontendtools": "^0.0.8",
"typescript": "^4.3.5"
},
"devDependencies": {
"@types/lodash": "^4.14.172",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0"
}
}