-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.11 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
{
"name": "react-native-panda-ui",
"version": "0.2.2",
"description": "A set of easily styled components to get you started fast",
"main": "src/index.js",
"files": [
"src"
],
"scripts": {
"test": "test"
},
"keywords": [
"ui",
"react-native",
"react native",
"kawaii",
"business",
"theme",
"theming"
],
"author": "Jennifer Kirchner",
"license": "MIT",
"dependencies": {
"chroma": "^0.0.1",
"prop-types": "15.7.2",
"react-error-boundary": "^3.1.3",
"react-native-anchor-point": "^1.0.6",
"@react-native-picker/picker": "2.1.0",
"react-native-svg": "^12.3.0",
"react-native-elements": "3.4.2",
"react-native-vector-icons": "8.1.0"
},
"peerDependencies": {
"react": "^17.0.2",
"react-native": "^0.64.2"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.30.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-native": "^3.11.0",
"prop-types": "15.7.2",
"react": "^17.0.2",
"react-native": "^0.64.2"
}
}