-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.9 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.9 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "filbis",
"private": true,
"version": "1.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --check --ignore-path .gitignore .",
"format:fix": "prettier --write --ignore-path .gitignore ."
},
"dependencies": {
"@google-cloud/dialogflow-cx": "^4.2.0",
"@next/bundle-analyzer": "^13.5.5",
"@phosphor-icons/react": "^2.1.7",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-popover": "^1.0.7",
"@svgr/webpack": "^8.1.0",
"again": "^0.0.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"dotenv": "^16.3.1",
"fs-extra": "^11.2.0",
"lucide-react": "^0.286.0",
"next": "^14.2.4",
"next-auth": "^4.24.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-speakup": "^1.0.0",
"sharp": "^0.32.6",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"wretch": "^2.7.0",
"zustand": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.6",
"@types/dom-speech-recognition": "^0.0.4",
"@types/node": "^20.8.4",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"autoprefixer": "^10.4.16",
"bun-types": "latest",
"cssnano": "^6.0.1",
"encoding": "^0.1.13",
"eslint": "^8.51.0",
"eslint-config-next": "^14.0.2",
"eslint-config-prettier": "^9.0.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.3.3",
"typescript": "5.4.5"
},
"svgr": {
"component": true
},
"overrides": {
"@google-cloud/dialogflow-cx": {
"google-gax": {
"retry-request": "^7.0.1"
}
}
},
"description": "Filbis is a Health Chatbot made by DOST and DLSU under the TE3D ADRiC Research House. The name was derived from the term Fil-Bis that means Filipino-Bisaya.",
"main": "next.config.js",
"directories": {
"lib": "lib"
},
"author": "",
"license": "ISC"
}