forked from GeekyAnts/NativeBase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "native-base",
"description": "Essential cross-platform UI components for React Native",
"keywords": [
"android",
"ios",
"react",
"native",
"react-native",
"native-modules",
"react-component",
"navbar",
"packager",
"rnpm"
],
"scripts": {
"compile": "rm -rf dist/* && babel . --out-dir dist --ignore node_modules,dist --source-maps ",
"transpile": "npm run compile && cp src/basic/Icon/NBIcons.json dist/src/basic/Icon",
"prepublish": "npm run transpile",
"postinstall": "node addEjectScript.js",
"flow": "flow"
},
"jest": {
"preset": "react-native",
"transformIgnorePatterns": [
"node_modules/(?!react-native|@shoutem|react-clone-referenced-element|native-base-shoutem-theme)"
]
},
"version": "2.11.0",
"license": "Apache-2.0",
"private": false,
"dependencies": {
"blueimp-md5": "^2.5.0",
"clamp": "^1.0.1",
"color": "~1.0.3",
"fs-extra": "^2.0.0",
"jest-react-native": "^18.0.0",
"lodash": "4.17.10",
"native-base-shoutem-theme": "0.2.2",
"print-message": "^2.1.0",
"prop-types": "^15.5.10",
"react-native-drawer": "2.5.1",
"react-native-easy-grid": "0.2.0",
"react-native-keyboard-aware-scroll-view": "0.8.0",
"react-native-vector-icons": "6.1.0",
"react-tween-state": "^0.1.5",
"tween-functions": "^1.0.1",
"react-timer-mixin": "^0.13.4"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-eslint": "^7.2.3",
"babel-jest": "23.2.0",
"babel-preset-react-native": "4.0.0",
"eslint": "^3.5.0",
"eslint-config-airbnb": "^11.1.0",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-react": "^6.2.0",
"eslint-plugin-react-native": "^2.0.0",
"flow-bin": "0.47.0",
"jest": "23.3.0",
"react": "16.4.1",
"react-native": "0.56.0",
"react-native-vector-icons": "6.1.0",
"react-test-renderer": "16.4.1"
},
"gitHead": "5bbeacc403ba97622703699132c55d8359344004",
"homepage": "https://github.com/GeekyAnts/NativeBase#readme",
"main": "dist/src/index.js",
"typings": "./index.d.ts",
"optionalDependencies": {},
"peerDependencies": {
"react": ">=16.4.1",
"react-native": ">=0.56.0"
},
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/GeekyAnts/NativeBase.git"
},
"rnpm": {
"assets": [
"Fonts"
]
}
}