-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.44 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
{
"name": "greek-apparatus-app",
"version": "0.1.0",
"description": "Greek Apparatus App for uW hackathon",
"scripts": {
"dev": "next dev",
"debug": "cross-env NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/styles": "^4.11.2",
"autoprefixer": "^10.1.0",
"bible-reference-rcl": "^0.1.10-alpha",
"cross-env": "^7.0.3",
"datatable-translatable": "0.10.3-rc.3",
"deep-equal": "^2.0.5",
"gitea-react-toolkit": "1.3.14-rc.1",
"next": "^10.0.3",
"postcss": "^8.2.1",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"scripture-resources-rcl": "2.1.0-rc.5",
"string-punctuation-tokenizer": "^2.1.2",
"tailwindcss": "^2.0.1",
"usfm-js": "^2.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unfoldingword-box3/greek-apparatus-app.git"
},
"author": "unfoldingWord",
"license": "MIT",
"bugs": {
"url": "https://github.com/unfoldingword-box3/greek-apparatus-app/issues"
},
"homepage": "https://github.com/unfoldingword-box3/greek-apparatus-app#readme",
"devDependencies": {
"eslint": "^7.15.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-react": "^7.21.5",
"prettier": "^2.2.1"
}
}