-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.23 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.23 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
{
"name": "community-check-app",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "yarn docs && next dev",
"build": "yarn docs && next build",
"start": "next start",
"docs": "next-swagger-doc-cli next-swagger-doc.json",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^2.1.2",
"@supabase/ssr": "^0.4.0",
"@supabase/supabase-js": "^2.44.4",
"@texttree/obs-format-convert-rcl": "^0.5.0",
"accept-language": "^3.0.18",
"axios": "^1.7.2",
"i18next": "^23.12.1",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-resources-to-backend": "^1.2.1",
"jszip": "^3.10.1",
"next": "14.2.5",
"next-swagger-doc": "^0.4.0",
"react": "18.3.1",
"react-cookie": "^7.1.4",
"react-dom": "18.3.1",
"react-hot-toast": "^2.4.1",
"react-i18next": "^14.1.2",
"swagger-ui-react": "^5.17.14",
"swr": "^2.2.5",
"usfm-js": "^3.4.2"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"autoprefixer": "^10.4.19",
"eslint": "8.49.0",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.4"
}
}