-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.19 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.19 KB
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
{
"name": "react-native-notification-stack-card",
"version": "1.0.0",
"description": "A React Native stack list for notification card",
"main": "src/StackCardList.tsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Iqbal Ansyori <ansyori.iqbal@gmail.com>",
"license": "MIT",
"dependencies": {
"@types/react": "^16.9.48",
"@types/react-native": "^0.63.10",
"react": "16.13.1",
"react-native": "0.63.2"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@react-native-community/eslint-config": "^0.0.5",
"@types/node": "^14.0.23",
"babel-jest": "^24.9.0",
"eslint": "^6.5.1",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.58.0",
"react-test-renderer": "16.11.0"
},
"keywords": [
"react-native",
"flat-list",
"list",
"ios",
"android",
"animation",
"stack card",
"notification"
],
"jest": {
"preset": "react-native"
},
"repository": {
"type": "git",
"url": "https://github.com/iqbalansyor/react-native-notification-stack-card"
},
"homepage": "https://github.com/iqbalansyor/react-native-notification-stack-card"
}