-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.87 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "react-native-awesome-modal",
"version": "0.1.2",
"description": "A flexible and reusable modal.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"android",
"ios",
"lib",
"!.DS_Store",
"!.gradle",
"!.idea",
"!build",
"!gradle",
"!*.iml",
"!gradlew",
"!gradlew.bat",
"!local.properties",
"!project.xcworkspace",
"!xcshareddata",
"!xcuserdata"
],
"scripts": {
"test": "echo \"Error: no test specified\"",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"pre-commit": "lint-staged",
"postinstall": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aspect-apps/react-native-awesome-modal.git"
},
"keywords": [
"react",
"native"
],
"author": "Denise",
"license": "MIT",
"bugs": {
"url": "https://github.com/aspect-apps/react-native-awesome-modal/issues"
},
"homepage": "https://github.com/aspect-apps/react-native-awesome-modal#readme",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/runtime": "^7.12.5",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@react-native-community/eslint-config": "^2.0.0",
"@types/lodash": "^4.14.168",
"@types/react": "^17.0.0",
"@types/react-native": "^0.60.31",
"all-contributors-cli": "^6.20.0",
"eslint": "^7.19.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"metro-react-native-babel-preset": "^0.65.0",
"pinst": "^2.1.6",
"prettier": "^2.3.0",
"react": "^16.8.6",
"react-native": "^0.60.0",
"react-native-safe-area": "^0.5.1",
"semantic-release": "^17.4.3",
"typescript": "^4.3.2"
},
"peerDependencies": {
"react": "^16.13.1",
"react-native": "*"
},
"np": {
"yarn": false
}
}