|
3 | 3 | "description": "The only pure React Native Native iOS and Android loading spinner (progress bar indicator) overlay",
|
4 | 4 | "version": "3.0.0",
|
5 | 5 | "author": "Nick Baugh <[email protected]>",
|
6 |
| - "main": "lib/index.js", |
7 |
| - "types": "lib", |
8 | 6 | "bugs": {
|
9 | 7 | "url": "https://github.com/joinspontaneous/react-native-loading-spinner-overlay/issues"
|
10 | 8 | },
|
|
13 | 11 | "@commitlint/config-conventional"
|
14 | 12 | ]
|
15 | 13 | },
|
16 |
| - "scripts": { |
17 |
| - "build": "npm run test && tsc -p .", |
18 |
| - "lint": "xo && remark . -qfo", |
19 |
| - "test": "npm run lint" |
20 |
| - }, |
21 | 14 | "contributors": [
|
22 | 15 | "Nick Baugh <[email protected]> (http://niftylettuce.com)",
|
23 | 16 | "Rohit Bhatia <[email protected]> (http://blendtale.com)",
|
|
39 | 32 | "devDependencies": {
|
40 | 33 | "@commitlint/cli": "^7.2.1",
|
41 | 34 | "@commitlint/config-conventional": "^7.1.2",
|
| 35 | + "@types/jest": "^25.2.3", |
42 | 36 | "@types/react-native": "^0.63.50",
|
43 | 37 | "@typescript-eslint/parser": "^4.15.2",
|
44 | 38 | "babel-eslint": "^10.0.1",
|
45 | 39 | "eslint": "^4.19.1",
|
46 |
| - "@types/jest": "^25.2.3", |
47 | 40 | "eslint-config-xo-lass": "^1.0.3",
|
48 | 41 | "eslint-plugin-react": "^7.11.1",
|
49 | 42 | "eslint-plugin-react-native": "^3.4.0",
|
50 | 43 | "fixpack": "^2.3.1",
|
51 |
| - "husky": "^1.1.2", |
| 44 | + "husky": "^1.3.1", |
52 | 45 | "lint-staged": "^7.3.0",
|
53 | 46 | "prettier": "^1.14.3",
|
54 | 47 | "react": "16.6.0-alpha.8af6728",
|
|
58 | 51 | "typescript": "^4.2.2",
|
59 | 52 | "xo": "^0.23.0"
|
60 | 53 | },
|
61 |
| - "peerDependencies": { |
62 |
| - "react": "*", |
63 |
| - "react-native": "*" |
64 |
| - }, |
65 | 54 | "homepage": "https://github.com/joinspontaneous/react-native-loading-spinner-overlay",
|
66 | 55 | "husky": {
|
67 | 56 | "hooks": {
|
|
105 | 94 | ]
|
106 | 95 | }
|
107 | 96 | },
|
| 97 | + "main": "lib/index.js", |
| 98 | + "peerDependencies": { |
| 99 | + "react": "*", |
| 100 | + "react-native": "*" |
| 101 | + }, |
108 | 102 | "prettier": {
|
109 | 103 | "singleQuote": true,
|
110 | 104 | "bracketSpacing": true,
|
|
119 | 113 | "type": "git",
|
120 | 114 | "url": "git+ssh://[email protected]/joinspontaneous/react-native-loading-spinner-overlay.git"
|
121 | 115 | },
|
| 116 | + "scripts": { |
| 117 | + "build": "npm run test && tsc -p .", |
| 118 | + "lint": "xo && remark . -qfo", |
| 119 | + "test": "npm run lint" |
| 120 | + }, |
| 121 | + "types": "lib", |
122 | 122 | "xo": {
|
123 | 123 | "parser": "typescript-eslint",
|
124 | 124 | "prettier": true,
|
|
0 commit comments