|
1 | 1 | { |
2 | 2 | "name": "@texttree/tt-reference-rcl", |
3 | | - "version": "1.0.0", |
| 3 | + "author": "TextTree.org", |
| 4 | + "version": "1.0.1", |
| 5 | + "description": "This library of components was made as part of the development of the Bible Study App and helps to display books and chapters from the books of the Bible.", |
| 6 | + "keywords": [ |
| 7 | + "bible", |
| 8 | + "reference" |
| 9 | + ], |
| 10 | + "license": "MIT", |
4 | 11 | "private": false, |
5 | 12 | "main": "dist/index.js", |
6 | | - "license": "MIT", |
7 | 13 | "url": "https://github.com/texttree/tt-reference-rcl", |
| 14 | + "homepage": "https://github.com/texttree/tt-reference-rcl#readme", |
| 15 | + "repository": { |
| 16 | + "type": "git", |
| 17 | + "url": "git+https://github.com/texttree/tt-reference-rcl.git" |
| 18 | + }, |
| 19 | + "bugs": { |
| 20 | + "url": "https://github.com/texttree/tt-reference-rcl/issues" |
| 21 | + }, |
| 22 | + "lint-staged": { |
| 23 | + "src/**/*.js": [ |
| 24 | + "eslint --fix" |
| 25 | + ], |
| 26 | + "*.+(json|md)": [ |
| 27 | + "prettier --write" |
| 28 | + ] |
| 29 | + }, |
8 | 30 | "scripts": { |
| 31 | + "prepare": "husky install", |
9 | 32 | "start": "styleguidist server", |
10 | 33 | "build": "styleguidist build", |
11 | | - "prepublishOnly": "rm -fr ./dist & babel ./src --out-dir ./dist -s inline" |
| 34 | + "lint": "eslint --fix .", |
| 35 | + "prettier": "prettier --write .", |
| 36 | + "prepublishOnly": "rm -fr ./dist & babel ./src --out-dir ./dist -s inline", |
| 37 | + "precommit": "lint-staged" |
12 | 38 | }, |
13 | 39 | "peerDependencies": { |
14 | 40 | "@material-ui/core": "^4.x", |
|
18 | 44 | }, |
19 | 45 | "devDependencies": { |
20 | 46 | "@babel/cli": "^7.13.14", |
21 | | - "@babel/core": "^7.13.15", |
| 47 | + "@babel/core": "^7.14.3", |
| 48 | + "@babel/eslint-parser": "^7.14.4", |
22 | 49 | "@babel/preset-env": "^7.13.15", |
23 | 50 | "@babel/preset-react": "^7.13.13", |
24 | 51 | "@material-ui/core": "^4.11.3", |
25 | 52 | "babel-loader": "^8.2.2", |
| 53 | + "eslint": "^7.28.0", |
| 54 | + "eslint-config-prettier": "^8.3.0", |
| 55 | + "eslint-plugin-jsx-a11y": "^6.4.1", |
| 56 | + "eslint-plugin-prettier": "^3.4.0", |
| 57 | + "eslint-plugin-react": "^7.24.0", |
| 58 | + "eslint-plugin-react-hooks": "^4.2.0", |
| 59 | + "husky": "^6.0.0", |
| 60 | + "lint-staged": "^11.0.0", |
| 61 | + "prettier": "^2.3.1", |
26 | 62 | "prop-types": "^15.7.2", |
27 | 63 | "react": "^17.0.2", |
28 | 64 | "react-dom": "^17.0.2", |
29 | | - "react-styleguidist": "^11.1.6", |
30 | | - "webpack": "^5.32.0" |
31 | | - }, |
32 | | - "description": "This library of components was made as part of the development of the Bible Study App and helps to display books and chapters from the books of the Bible.", |
33 | | - "repository": { |
34 | | - "type": "git", |
35 | | - "url": "git+https://github.com/texttree/tt-reference-rcl.git" |
36 | | - }, |
37 | | - "author": "texttree", |
38 | | - "bugs": { |
39 | | - "url": "https://github.com/texttree/tt-reference-rcl/issues" |
40 | | - }, |
41 | | - "homepage": "https://github.com/texttree/tt-reference-rcl#readme", |
42 | | - "keywords": [ |
43 | | - "bible", |
44 | | - "reference" |
45 | | - ] |
| 65 | + "react-styleguidist": "^11.1.7", |
| 66 | + "webpack": "^5.38.1" |
| 67 | + } |
46 | 68 | } |
0 commit comments