-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
65 lines (65 loc) · 1.74 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
{
"name": "translation-helps",
"homepage": "https://unfoldingword-box3.github.io/translation-helps/",
"version": "0.1.7",
"private": false,
"dependencies": {
"@capacitor/android": "^1.0.0-beta.19",
"@capacitor/cli": "^1.0.0-beta.19",
"@capacitor/core": "^1.0.0-beta.19",
"@capacitor/ios": "^1.0.0-beta.19",
"@material-ui/core": "^3.8.3",
"@material-ui/icons": "^3.0.2",
"axios": "^0.18.0",
"axios-cache-adapter": "^2.2.1",
"deep-freeze": "0.0.1",
"js-yaml-parser": "^1.0.0",
"jszip": "^3.2.0",
"local-storage": "^1.4.2",
"localforage": "^1.7.3",
"mui-datatables": "2.0.0-beta.56",
"query-string": "^6.2.0",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react-headroom": "^2.2.2",
"react-markdown": "^4.0.3",
"react-player": "^1.7.1",
"react-process-string": "^1.2.0",
"react-scripts": "^2.1.5",
"react-scrollable-anchor": "^0.6.1",
"react-select": "^2.3.0",
"react-swipeable-views": "^0.13.0",
"remark": "^10.0.1",
"remark-linkify-regex": "^1.0.0",
"remark-parse": "^6.0.3",
"remark-react": "^5.0.0",
"request-promise": "^4.2.2",
"use-deep-compare-effect": "^1.3.1",
"usfm-js": "^2.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "yarn build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app",
"plugins": [
"react-hooks"
]
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"eslint-config-react-app": "^5.0.1",
"eslint-plugin-react-hooks": "^1.0.1",
"gh-pages": "^2.0.1"
}
}