forked from kuasha420/react-native-paper-toast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.21 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-paper-toast",
"version": "1.1.1",
"description": "A toast implementation for React Native Paper",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"react-native": "src/index.tsx",
"files": [
"/dist",
"/src",
"bsconfig.json",
"package.json",
"LICENSE"
],
"repository": "https://github.com/kuasha420/react-native-paper-toast",
"keywords": [
"react-native-paper",
"react-native",
"toast"
],
"author": "Arafat Zahan",
"license": "MIT",
"peerDependencies": {
"react": ">=16.8",
"react-native": ">=0.59.0",
"react-native-paper": ">=4",
"react-native-safe-area-context": ">=3",
"react-native-vector-icons": ">=6"
},
"scripts": {
"prepare": "rm -rf ./dist/* && tsc"
},
"devDependencies": {
"@react-native-community/eslint-config": "^2.0.0",
"@types/react": "^16.9.50",
"@types/react-native": "^0.63.23",
"@types/react-native-vector-icons": "^6.4.5",
"eslint": "^7.10.0",
"prettier": "^2.1.2",
"react": "^16.13.1",
"react-native": "^0.63.3",
"react-native-paper": "^4.2.0",
"react-native-safe-area-context": "^3.1.8",
"react-native-vector-icons": "7.1.0",
"typescript": "^4.0.3"
}
}