-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
36 lines (36 loc) · 970 Bytes
/
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
{
"name": "react-native-component-viewer",
"version": "0.7.2",
"description": "A searchable list of components or scenes in your app. Handy for tweaking layout or design without using the app",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/calvium/react-native-component-viewer.git"
},
"keywords": [
"react",
"native",
"component",
"viewer",
"tester",
"debug"
],
"author": "Ben Clayton <[email protected]> (https://www.calvium.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/calvium/react-native-component-viewer/issues"
},
"homepage": "https://github.com/calvium/react-native-component-viewer#readme",
"dependencies": {
"ramda": "^0.23.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"@react-native-async-storage/async-storage": "*"
},
"devDependencies": {
"eslint-config-calvium": "^0.3.0"
}
}