-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 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
{
"name": "@humblebots/tip-jar-component",
"version": "1.1.6",
"license": "MIT",
"private": false,
"description": "",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/humblebots/tip-jar-component.git"
},
"author": "Michael MacCallum",
"bugs": {
"url": "https://github.com/humblebots/tip-jar-component/issues"
},
"homepage": "https://github.com/humblebots/tip-jar-component#readme",
"peerDependencies": {},
"dependencies": {
"@types/node": "^14.0.5"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/runtime": "^7.8.3",
"@react-native-community/eslint-config": "^0.0.6",
"@types/react": "^16.9.25",
"@types/react-native": "^0.61.23",
"eslint": "^6.8.0",
"lottie-ios": "^3.1.3",
"lottie-react-native": "^3.3.2",
"metro-react-native-babel-preset": "^0.58.0",
"react": "^16.13.1",
"react-native": "^0.61.5",
"react-native-iap": "^4.4.0",
"react-native-paper": "3.6.0",
"yarn": "^1.21.1"
}
}