forked from GeekyAnts/NativeBase
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
92 lines (92 loc) · 2.71 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
88
89
90
91
92
{
"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"
],
"scripts": {
"compile": "rm -rf dist/* && babel . --out-dir dist --ignore node_modules,dist --source-maps ",
"lint": "eslint \"src/**/*.{js, json}\"",
"transpile": "npm run compile && cp src/basic/Icon/NBIcons.json dist/src/basic/Icon",
"prepublish": "npm run transpile",
"postinstall": "node addEjectScript.js && opencollective-postinstall",
"flow": "flow"
},
"jest": {
"preset": "react-native",
"transformIgnorePatterns": [
"node_modules/(?!react-native|@shoutem|react-clone-referenced-element|native-base-shoutem-theme)"
]
},
"version": "2.13.14",
"license": "Apache-2.0",
"private": false,
"dependencies": {
"react-native-safe-area-context": "^3.2.0",
"react-native-gesture-handler": "1.10.3",
"blueimp-md5": "^2.5.0",
"clamp": "^1.0.1",
"color": "~3.1.2",
"create-react-class": "^15.6.3",
"eslint-config-prettier": "^6.0.0",
"fs-extra": "^2.0.0",
"jest-react-native": "^18.0.0",
"lodash": "^4.17.14",
"native-base-shoutem-theme": "0.3.1",
"opencollective-postinstall": "^2.0.2",
"print-message": "^2.1.0",
"prop-types": "^15.5.10",
"react-native-drawer": "2.5.1",
"react-native-easy-grid": "0.2.2",
"react-native-vector-icons": "^7.0.0",
"react-tween-state": "^0.1.5",
"tween-functions": "^1.0.1"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-eslint": "^7.2.3",
"babel-jest": "^24.8.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": "^7.16.0",
"eslint-plugin-react-native": "^2.0.0",
"eslint-watch": "^5.1.2",
"flow-bin": "0.47.0",
"husky": "^3.0.9",
"jest": "^24.8.0",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"react": "16.4.1",
"react-native": "^0.60.4",
"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"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/NativeBase"
}
}