-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.44 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.44 KB
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
89
90
91
92
{
"name": "@texttree/template-rcl",
"author": "TextTree.org",
"version": "0.1.0",
"description": "",
"keywords": [
"rcl",
"react"
],
"license": "MIT",
"private": false,
"main": "dist/index.js",
"url": "https://github.com/texttree/template-rcl",
"homepage": "https://github.com/texttree/template-rcl#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/texttree/template-rcl.git"
},
"bugs": {
"url": "https://github.com/texttree/template-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 .",
"prepublishOnly": "rm -fr ./dist & babel ./src --out-dir ./dist -s inline",
"precommit": "lint-staged"
},
"peerDependencies": {
"@material-ui/core": "^4.x",
"prop-types": "^15.x",
"react": "^17.x",
"react-dom": "^17.x"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/eslint-parser": "^7.15.4",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@material-ui/core": "^4.12.3",
"babel-loader": "^8.2.2",
"css-loader": "^6.6.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^7.0.2",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"lint-staged": "^11.1.2",
"prettier": "^2.4.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-styleguidist": "^11.1.7",
"style-loader": "^3.3.1",
"webpack": "^5.52.1"
},
"dependencies": {
"@knight-lab/timelinejs": "^3.8.20",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@merc/react-timeline": "^0.1.42",
"axios": "^0.26.0",
"gitea-react-toolkit": "^2.1.0-rc.7",
"js-yaml-parser": "^1.0.0",
"path": "^0.12.7",
"react-markdown": "^8.0.0",
"react-remark": "^2.1.0",
"scripture-resources-rcl": "4.1.9",
"showdown": "^2.0.0",
"styled-components": "^5.3.3",
"timelinejs-react": "^1.1.1",
"translation-helps-rcl": "^3.2.0"
}
}