-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
61 lines (61 loc) · 1.41 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
{
"name": "accordion-collapse-react-native",
"version": "1.1.1",
"main": "./build/index.js",
"keywords": [
"react",
"react-native",
"Accordion",
"Collapse",
"show",
"hide",
"click to show/hide",
"android",
"ios"
],
"files": [
"build/"
],
"bugs": {
"url": "https://github.com/marouanekadiri/Accordion-Collapse-react-native/issues",
"email": "[email protected]"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/marouanekadiri/Accordion-Collapse-react-native"
},
"author": {
"name": "Marouane Kadiri",
"email": "[email protected]"
},
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"lint": "eslint .",
"build": "babel src/ --out-dir build --ignore '**/*.test.js'",
"test": "jest"
},
"peerDependencies": {
"react": ">=16.9.0",
"react-native": ">=0.61.5"
},
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/runtime": "^7.14.0",
"@react-native-community/eslint-config": "0.0.5",
"eslint": "^6.8.0",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.57.0",
"react": "^16.9.0",
"react-dom": "^16.12.0",
"react-native": "^0.64.1",
"react-test-renderer": "16.9.0"
},
"jest": {
"preset": "react-native"
},
"dependencies": {
"lodash.get": "4.4.2"
}
}