-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 979 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
37
38
39
{
"name": "react-native-pocket",
"version": "0.1.0",
"description": "React Native Pocket & UI Toolkit",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/azertys/pocket-react.git"
},
"keywords": [
"react-native",
"reactjs",
"reactnative",
"bootstrap"
],
"author": "EpicPxls",
"license": "MIT",
"bugs": {
"url": "https://github.com/azertys/pocket-react/issues"
},
"rnpm": {
"assets": [
"./src/fonts/"
]
},
"homepage": "https://github.com/azertys/pocket-react#readme",
"dependencies": {
"immutable": "^3.8.2",
"node": "^8.3.0",
"prop-types": "^15.6.0",
"react": "16.0.0-alpha.12",
"react-native": "^0.48.4",
"react-native-calendars": "^1.7.1",
"react-native-pathjs-charts": "https://github.com/capitalone/react-native-pathjs-charts",
"react-native-svg": "^5.4.2",
"react-native-vector-icons": "^4.4.0"
},
"devDependencies": {}
}