|
| 1 | +{ |
| 2 | + "name": "react-native-fast-base", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "Easier and faster developing your React Native apps", |
| 5 | + "main": "src/index.ts", |
| 6 | + "keywords": [ |
| 7 | + "react-native", |
| 8 | + "reactjs", |
| 9 | + "reactnative", |
| 10 | + "fast-base", |
| 11 | + "bootstrap", |
| 12 | + "darkmode", |
| 13 | + "wrapper", |
| 14 | + "layouts" |
| 15 | + ], |
| 16 | + "scripts": { |
| 17 | + "test": "jest", |
| 18 | + "build": "tsc" |
| 19 | + }, |
| 20 | + "repository": { |
| 21 | + "type": "git", |
| 22 | + "url": "git+https://github.com/Mhp23/react-native-faster-base.git" |
| 23 | + }, |
| 24 | + "author": "", |
| 25 | + "license": "MIT", |
| 26 | + "dependencies": { |
| 27 | + "@types/react-native-vector-icons": "^6.4.6", |
| 28 | + "react-native-keyboard-aware-scroll-view": "^0.9.4", |
| 29 | + "react-native-responsive-dimensions": "^3.1.1", |
| 30 | + "react-native-vector-icons": "^8.1.0" |
| 31 | + }, |
| 32 | + "devDependencies": { |
| 33 | + "@react-native-community/eslint-config": "^2.0.0", |
| 34 | + "@types/jest": "^26.0.23", |
| 35 | + "@types/react-native": "^0.64.5", |
| 36 | + "@types/react-test-renderer": "^16.9.2", |
| 37 | + "babel-jest": "^26.6.3", |
| 38 | + "eslint": "^7.14.0", |
| 39 | + "husky": "^4.3.0", |
| 40 | + "jest": "^26.6.3", |
| 41 | + "lint-staged": "^11.0.0", |
| 42 | + "metro-react-native-babel-preset": "^0.64.0", |
| 43 | + "react": "17.0.1", |
| 44 | + "react-native": "0.64.1", |
| 45 | + "react-test-renderer": "17.0.1", |
| 46 | + "typescript": "^4.1.3" |
| 47 | + }, |
| 48 | + "jest": { |
| 49 | + "preset": "react-native", |
| 50 | + "moduleFileExtensions": [ |
| 51 | + "ts", |
| 52 | + "tsx", |
| 53 | + "js", |
| 54 | + "jsx", |
| 55 | + "json", |
| 56 | + "node" |
| 57 | + ], |
| 58 | + "transformIgnorePatterns": [ |
| 59 | + "<rootDir>/node_modules/@codler/react-native-keyboard-aware-scroll-view" |
| 60 | + ] |
| 61 | + }, |
| 62 | + "lint-staged": { |
| 63 | + "src/**/*.{ts,tsx,js,jsx}": [ |
| 64 | + "eslint --fix", |
| 65 | + "jest --bail --findRelatedTests" |
| 66 | + ], |
| 67 | + "**/*.md": [ |
| 68 | + "prettier --single-quote --trailing-comma=es5 --write" |
| 69 | + ] |
| 70 | + }, |
| 71 | + "husky": { |
| 72 | + "hooks": { |
| 73 | + "pre-commit": "lint-staged" |
| 74 | + } |
| 75 | + }, |
| 76 | + "bugs": { |
| 77 | + "url": "https://github.com/Mhp23/react-native-faster-base/issues" |
| 78 | + }, |
| 79 | + "homepage": "https://github.com/Mhp23/react-native-faster-base#readme" |
| 80 | +} |
0 commit comments