Skip to content

Commit bded665

Browse files
committed
2.3.1
1 parent 5ec99f2 commit bded665

File tree

1 file changed

+86
-82
lines changed

1 file changed

+86
-82
lines changed

package.json

Lines changed: 86 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -1,84 +1,88 @@
11
{
2-
"name": "native-base",
3-
"description": "Essential cross-platform UI components for React Native",
4-
"keywords": [
5-
"android",
6-
"ios",
7-
"react",
8-
"native",
9-
"react-native",
10-
"native-modules",
11-
"react-component",
12-
"navbar",
13-
"packager",
14-
"rnpm"
15-
],
16-
"scripts": {
17-
"compile": "rm -rf dist/* && babel . --out-dir dist --ignore node_modules,dist --source-maps",
18-
"transpile": "npm run compile && cp src/basic/Icon/NBIcons.json dist/src/basic/Icon",
19-
"test": "jest",
20-
"prepublish": "npm run transpile",
21-
"postinstall": "node addEjectScript.js",
22-
"flow": "flow"
23-
},
24-
"jest": {
25-
"preset": "react-native",
26-
"rootDir": "src",
27-
"transformIgnorePatterns": ["node_modules/(?!react-native|@shoutem|react-clone-referenced-element)"]
28-
},
29-
"version": "2.3.0",
30-
"license": "Apache-2.0",
31-
"private": false,
32-
"dependencies": {
33-
"blueimp-md5": "^2.5.0",
34-
"clamp": "^1.0.1",
35-
"color": "~1.0.3",
36-
"fs-extra": "^2.0.0",
37-
"lodash": "~4.11.1",
38-
"native-base-shoutem-theme": "0.2.1",
39-
"print-message": "^2.1.0",
40-
"prop-types": "^15.5.10",
41-
"react-native-drawer": "https://github.com/GeekyAnts/react-native-drawer",
42-
"react-native-easy-grid": "0.1.15",
43-
"react-native-keyboard-aware-scroll-view": "https://github.com/GeekyAnts/react-native-keyboard-aware-scroll-view",
44-
"react-native-vector-icons": "~4.1.1",
45-
"react-tween-state": "^0.1.5",
46-
"tween-functions": "^1.0.1"
47-
},
48-
"devDependencies": {
49-
"babel-cli": "^6.18.0",
50-
"babel-eslint": "^6.1.2",
51-
"babel-jest": "^16.0.0",
52-
"babel-preset-react-native": "^1.9.0",
53-
"eslint": "^3.5.0",
54-
"eslint-config-airbnb": "^11.1.0",
55-
"eslint-plugin-import": "^1.14.0",
56-
"eslint-plugin-jsx-a11y": "^2.2.1",
57-
"eslint-plugin-react": "^6.2.0",
58-
"eslint-plugin-react-native": "^2.0.0",
59-
"flow-bin": "0.40.0",
60-
"jest": "17.0.0",
61-
"react": "^16.0.0-alpha.3",
62-
"react-native": "^0.46.0",
63-
"react-native-vector-icons": "~4.1.1",
64-
"react-test-renderer": "^15.3.2"
65-
},
66-
"gitHead": "5bbeacc403ba97622703699132c55d8359344004",
67-
"homepage": "https://github.com/GeekyAnts/NativeBase#readme",
68-
"main": "dist/src/index.js",
69-
"typings": "./index.d.ts",
70-
"optionalDependencies": {},
71-
"peerDependencies": {
72-
"react": ">=16.0.0-alpha.3",
73-
"react-native": ">=0.46.0",
74-
"react-native-vector-icons": "~4.1.1"
75-
},
76-
"readmeFilename": "README.md",
77-
"repository": {
78-
"type": "git",
79-
"url": "git+https://github.com/GeekyAnts/NativeBase.git"
80-
},
81-
"rnpm": {
82-
"assets": ["Fonts"]
83-
}
2+
"name": "native-base",
3+
"description": "Essential cross-platform UI components for React Native",
4+
"keywords": [
5+
"android",
6+
"ios",
7+
"react",
8+
"native",
9+
"react-native",
10+
"native-modules",
11+
"react-component",
12+
"navbar",
13+
"packager",
14+
"rnpm"
15+
],
16+
"scripts": {
17+
"compile": "rm -rf dist/* && babel . --out-dir dist --ignore node_modules,dist --source-maps",
18+
"transpile": "npm run compile && cp src/basic/Icon/NBIcons.json dist/src/basic/Icon",
19+
"test": "jest",
20+
"prepublish": "npm run transpile",
21+
"postinstall": "node addEjectScript.js",
22+
"flow": "flow"
23+
},
24+
"jest": {
25+
"preset": "react-native",
26+
"rootDir": "src",
27+
"transformIgnorePatterns": [
28+
"node_modules/(?!react-native|@shoutem|react-clone-referenced-element)"
29+
]
30+
},
31+
"version": "2.3.1",
32+
"license": "Apache-2.0",
33+
"private": false,
34+
"dependencies": {
35+
"blueimp-md5": "^2.5.0",
36+
"clamp": "^1.0.1",
37+
"color": "~1.0.3",
38+
"fs-extra": "^2.0.0",
39+
"lodash": "~4.11.1",
40+
"native-base-shoutem-theme": "0.2.1",
41+
"print-message": "^2.1.0",
42+
"prop-types": "^15.5.10",
43+
"react-native-drawer": "https://github.com/GeekyAnts/react-native-drawer",
44+
"react-native-easy-grid": "0.1.15",
45+
"react-native-keyboard-aware-scroll-view": "https://github.com/GeekyAnts/react-native-keyboard-aware-scroll-view",
46+
"react-native-vector-icons": "~4.1.1",
47+
"react-tween-state": "^0.1.5",
48+
"tween-functions": "^1.0.1"
49+
},
50+
"devDependencies": {
51+
"babel-cli": "^6.18.0",
52+
"babel-eslint": "^6.1.2",
53+
"babel-jest": "^16.0.0",
54+
"babel-preset-react-native": "^1.9.0",
55+
"eslint": "^3.5.0",
56+
"eslint-config-airbnb": "^11.1.0",
57+
"eslint-plugin-import": "^1.14.0",
58+
"eslint-plugin-jsx-a11y": "^2.2.1",
59+
"eslint-plugin-react": "^6.2.0",
60+
"eslint-plugin-react-native": "^2.0.0",
61+
"flow-bin": "0.40.0",
62+
"jest": "17.0.0",
63+
"react": "^16.0.0-alpha.3",
64+
"react-native": "^0.46.0",
65+
"react-native-vector-icons": "~4.1.1",
66+
"react-test-renderer": "^15.3.2"
67+
},
68+
"gitHead": "5bbeacc403ba97622703699132c55d8359344004",
69+
"homepage": "https://github.com/GeekyAnts/NativeBase#readme",
70+
"main": "dist/src/index.js",
71+
"typings": "./index.d.ts",
72+
"optionalDependencies": {},
73+
"peerDependencies": {
74+
"react": ">=16.0.0-alpha.3",
75+
"react-native": ">=0.46.0",
76+
"react-native-vector-icons": "~4.1.1"
77+
},
78+
"readmeFilename": "README.md",
79+
"repository": {
80+
"type": "git",
81+
"url": "git+https://github.com/GeekyAnts/NativeBase.git"
82+
},
83+
"rnpm": {
84+
"assets": [
85+
"Fonts"
86+
]
87+
}
8488
}

0 commit comments

Comments
 (0)