-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (108 loc) · 3.17 KB
/
package.json
File metadata and controls
108 lines (108 loc) · 3.17 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "bsa",
"version": "1.11.0",
"description": "An application for advanced Bible study using opensource materials from git.door43.org.",
"keywords": [
"bible",
"bsa",
"obt",
"study app",
"open bible text"
],
"author": "TextTree (https://texttree.org)",
"private": true,
"dependencies": {
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@material-ui/styles": "^4.11.5",
"@texttree/projector-mode-rcl": "^0.5.3",
"@texttree/scripture-resources-rcl": "^5.4.1",
"@texttree/tn-quote": "^0.1.2",
"@texttree/tt-reference-rcl": "^1.2.1",
"@texttree/user-notes-rcl": "^0.5.5",
"axios": "^0.27.2",
"axios-cache-adapter": "^2.7.3",
"bible-reference-rcl": "^1.1.0",
"core-js": "^3.25.0",
"i18next": "^21.9.1",
"i18next-browser-languagedetector": "^6.1.5",
"i18next-http-backend": "^1.4.1",
"intro.js": "^5.0.0",
"intro.js-react": "^0.6.0",
"match-sorter": "^6.3.1",
"notistack": "^1.0.10",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.5",
"react-ga4": "^1.4.1",
"react-hotkeys-hook": "^3.4.7",
"react-i18next": "^11.18.5",
"react-markdown": "^8.0.3",
"react-router-dom": "^5.3.0",
"react-swipeable": "^6.2.1",
"resource-workspace-rcl": "^2.1.0",
"scripture-resources-rcl": "5.2.0",
"semver": "^7.3.7",
"tc-ui-toolkit": "^6.2.4",
"translation-helps-rcl": "3.1.7",
"use-deep-compare-effect": "^1.8.1",
"web-vitals": "^2.1.4",
"word-aligner": "^1.0.0",
"workbox-background-sync": "^6.5.4",
"workbox-broadcast-update": "^6.5.4",
"workbox-cacheable-response": "^6.5.4",
"workbox-core": "^6.5.4",
"workbox-expiration": "^6.5.4",
"workbox-google-analytics": "^6.5.4",
"workbox-navigation-preload": "^6.5.4",
"workbox-precaching": "^6.5.4",
"workbox-range-requests": "^6.5.4",
"workbox-routing": "^6.5.4",
"workbox-strategies": "^6.5.4",
"workbox-streams": "^6.5.4"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "craco --max_old_space_size=8192 start",
"serve": "serve -s build",
"build": "craco --max_old_space_size=8192 build",
"test": "craco test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@craco/craco": "^6.4.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.3",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.0",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1",
"react-scripts": "^4.0.3",
"serve": "^13.0.2",
"source-map-explorer": "^2.5.2"
}
}