-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.51 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
{
"name": "media-ui-client",
"version": "0.2.1",
"homepage": ".",
"private": true,
"dependencies": {
"@babel/runtime": "^7.18.6",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@material-ui/codemod": "^4.5.1",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.8.6",
"@mui/styles": "^5.8.6",
"axios": "^0.27.2",
"bible-passage-reference-parser": "^2.0.1",
"bible-reference-rcl": "^1.1.0",
"classnames": "^2.3.1",
"create-react-class": "^15.7.0",
"fg-loadcss": "^3.1.0",
"i18next": "^21.8.11",
"locale2": "^2.3.1",
"localforage": "^1.10.0",
"mdi-material-ui": "^7.4.0",
"mkdirp": "^1.0.4",
"moment": "^2.29.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.17.3",
"react-lazyload": "^3.2.0",
"react-player": "^2.10.1",
"react-scripts": "^5.0.1",
"react-select": "^5.3.2",
"react-swipeable": "^7.0.0",
"shorthash": "^0.0.2",
"url": "^0.11.0",
"verge": "^1.10.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"eslint": "^8.18.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-react": "^7.30.1"
}
}