|
1 | 1 | {
|
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.2.1", |
30 |
| - "license": "Apache-2.0", |
31 |
| - "private": false, |
32 |
| - "dependencies": { |
33 |
| - "@shoutem/animation": "^0.8.9", |
34 |
| - "blueimp-md5": "^2.5.0", |
35 |
| - "clamp": "^1.0.1", |
36 |
| - "color": "~1.0.3", |
37 |
| - "fs-extra": "^2.0.0", |
38 |
| - "lodash": "~4.11.1", |
39 |
| - "native-base-shoutem-theme": "0.2.0", |
40 |
| - "print-message": "^2.1.0", |
41 |
| - "react-native-drawer": "^2.3.0", |
42 |
| - "react-native-easy-grid": "0.1.14", |
43 |
| - "react-native-keyboard-aware-scroll-view": "0.2.9", |
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-native": ">=0.46.0", |
73 |
| - "react": ">=16.0.0-alpha.3", |
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.0", |
| 32 | + "license": "Apache-2.0", |
| 33 | + "private": false, |
| 34 | + "dependencies": { |
| 35 | + "@shoutem/animation": "^0.8.9", |
| 36 | + "blueimp-md5": "^2.5.0", |
| 37 | + "clamp": "^1.0.1", |
| 38 | + "color": "~1.0.3", |
| 39 | + "fs-extra": "^2.0.0", |
| 40 | + "lodash": "~4.11.1", |
| 41 | + "native-base-shoutem-theme": "0.2.0", |
| 42 | + "print-message": "^2.1.0", |
| 43 | + "react-native-drawer": "^2.3.0", |
| 44 | + "react-native-easy-grid": "0.1.14", |
| 45 | + "react-native-keyboard-aware-scroll-view": "0.2.9", |
| 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-native": ">=0.46.0", |
| 75 | + "react": ">=16.0.0-alpha.3", |
| 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 | + } |
84 | 88 | }
|
0 commit comments