-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 2.08 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
{
"name": "gateway-edit",
"version": "1.0.0",
"scripts": {
"dev": "bash -c \"source ./scripts/set-env.sh && next\"",
"build": "bash -c \"source ./scripts/set-env.sh && next build\"",
"start": "bash -c \"source ./scripts/set-env.sh && next start\"",
"export": "next export",
"postinstall": "husky install",
"increment-build": "bash scripts/increment-build.sh && git add -A",
"cypress": "cypress open",
"cypress:headless": "cypress run",
"test": "start-server-and-test dev http://localhost:3000 cypress",
"test:headless": "start-server-and-test dev http://localhost:3000 cypress:headless"
},
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@sendgrid/mail": "^7.4.2",
"autoprefixer": "^10.1.0",
"bible-reference-rcl": "1.1.0",
"core-js": "^3.8.3",
"deep-equal": "^2.0.5",
"gitea-react-toolkit": "1.11.0",
"localforage": "^1.9.0",
"markdown-translatable": "^2.0.0",
"next": "10.2.0",
"postcss": "^8.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"regenerator-runtime": "^0.13.7",
"resource-workspace-rcl": "1.0.0",
"scripture-resources-rcl": "5.2.0",
"single-scripture-rcl": "3.1.0",
"tailwindcss": "^2.0.4",
"tc-ui-toolkit": "5.3.3",
"translation-helps-rcl": "^3.2.0-beta.2",
"use-deep-compare-effect": "^1.3.1",
"word-aligner": "^1.0.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"cypress": "^8.6.0",
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jsdoc": "^31.4.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^5.2.0",
"prettier": "^2.2.1",
"prop-types": "^15.7.2",
"start-server-and-test": "^1.14.0"
}
}