-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
81 lines (81 loc) · 2.85 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
{
"name": "translation-helps-rcl",
"version": "3.6.3-beta.2",
"main": "dist/index.js",
"homepage": "https://translation-helps-rcl.netlify.app/",
"repository": "https://github.com/unfoldingWord/translation-helps-rcl.git",
"author": "mannycolon <colonmanuel7@gmail.com>",
"license": "MIT",
"scripts": {
"start": "styleguidist server",
"build": "styleguidist build",
"test": "jest",
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"prepublishOnly": "rm -rf ./dist && babel ./src --out-dir ./dist -s inline",
"postpublish": "git tag v$npm_package_version && git push origin v$npm_package_version"
},
"files": [
"dist/*"
],
"peerDependencies": {
"@material-ui/core": "^4.x",
"@material-ui/lab": "^4.x",
"@mui/icons-material": "^5.x",
"@mui/lab": "^5.x",
"@mui/material": "^5.x",
"@mui/styles": "^5.x",
"gitea-react-toolkit": "^1.10.0",
"markdown-translatable": "^1.x",
"prop-types": "^15.x",
"react": "^17.x || ^18.x ",
"react-dom": "^17.x || ^18.x",
"react-icons": "^4.x",
"scripture-resources-rcl": "^5.x"
},
"devDependencies": {
"@babel/cli": "^7.18.6",
"@babel/core": "^7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.89",
"@mui/material": "^5.8.7",
"@mui/styles": "^5.8.7",
"babel-jest": "^27.3.1",
"babel-loader": "^8.2.2",
"gitea-react-toolkit": "^2.1.2",
"jest": "^27.3.1",
"markdown-translatable": "^2.1.1",
"prettier": "^2.1.2",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-icons": "^4.x",
"react-styleguidist": "^11.1.1",
"scripture-resources-rcl": "^5.2.2",
"tc-ui-toolkit": "^5.3.3",
"webpack": "4.44.0",
"word-aligner": "^1.0.0"
},
"dependencies": {
"@gwdevs/extensible-rcl": "^1.0.1",
"@mui/styled-engine": "npm:@mui/styled-engine-sc@latest",
"axios": "^0.27.2",
"bible-reference-range": "^1.1.0",
"dcs-branch-merger": "1.4.1",
"deep-equal": "^2.0.5",
"react-draggable": "^4.4.3",
"styled-components": "^5.2.1",
"tsv": "^0.2.0",
"use-deep-compare-effect": "^1.6.1"
},
"resolutions": {
"@mui/styled-engine": "npm:@mui/styled-engine-sc@latest"
}
}