generated from hiscoder-com/template-rcl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.54 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "@texttree/filter-translation-words-rcl",
"author": "TextTree.org",
"version": "0.5.1",
"description": "React component library for mark and filtering repeated words in Translation Words Links",
"keywords": [
"rcl",
"react",
"filter"
],
"license": "MIT",
"private": false,
"main": "dist/index.js",
"url": "https://github.com/texttree/filter-translation-words-rcl",
"homepage": "https://filter-translation-words-rcl.netlify.app#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/texttree/filter-translation-words-rcl.git"
},
"bugs": {
"url": "https://github.com/texttree/filter-translation-words-rcl/issues"
},
"publishConfig": {
"access": "public"
},
"lint-staged": {
"src/**/*.js": [
"eslint --fix"
],
"*.+(json|md)": [
"prettier --write"
]
},
"scripts": {
"prepare": "husky install",
"start": "styleguidist server",
"build": "styleguidist build",
"lint": "eslint --fix .",
"prettier": "prettier --write .",
"build:babel": "babel ./src --out-dir ./dist -s inline --ignore './src/components/**/*.jsx'",
"prepublishOnly": "rm -fr ./dist & yarn build:babel",
"precommit": "lint-staged"
},
"peerDependencies": {
"@material-ui/core": "^4.x",
"prop-types": "^15.x",
"react": "^17.x",
"react-dom": "^17.x"
},
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.4",
"@babel/eslint-parser": "^7.21.3",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"babel-loader": "^9.1.2",
"bible-reference-rcl": "^1.1.0",
"core-js": "^3.30.0",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"gitea-react-toolkit": "^2.1.2",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"path-browserify": "^1.0.1",
"prettier": "^2.6.2",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-json-view": "^1.21.3",
"react-styleguidist": "^11.2.0",
"scripture-resources-rcl": "^5.2.0",
"source-map-loader": "^3.0.1",
"tc-ui-toolkit": "^6.0.6",
"translation-helps-rcl": "^3.2.0",
"webpack": "^5.77.0",
"word-aligner": "^1.0.0"
},
"dependencies": {
"@texttree/translation-words-helpers": "^0.2.4"
}
}