-
Notifications
You must be signed in to change notification settings - Fork 71
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 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
{
"name": "react-native-awesome-alerts",
"version": "2.0.0",
"description": "Awesome alert for React Native iOS, android and web",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "node node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "react-native",
"testPathIgnorePatterns": [
"/props.js",
"<rootDir>/node_modules"
],
"timers": "fake"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rishabhbhatia/react-native-awesome-alerts.git"
},
"keywords": [
"react-native",
"alerts",
"dialog",
"iOS",
"android"
],
"author": "rishabhbhatia",
"license": "ISC",
"bugs": {
"url": "https://github.com/rishabhbhatia/react-native-awesome-alerts/issues"
},
"homepage": "https://github.com/rishabhbhatia/react-native-awesome-alerts#readme",
"dependencies": {
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.14.5",
"babel-cli": "^6.26.0",
"babel-jest": "^27.0.2",
"jest": "^27.0.4",
"metro-react-native-babel-preset": "~0.66.0",
"react": "^16.14.0",
"react-native": "~0.64.1",
"react-test-renderer": "^16.14.0"
}
}