-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.71 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
{
"name": "auth0-smart-hr-assistant",
"version": "1.0.0",
"description": "An interactive HR Assistant Chatbot",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next build && next start",
"lint": "next lint",
"format": "prettier --write \"src\"",
"fga:init": "npx tsx ./scripts/fga-init.ts",
"fga:test": "fga model test --tests tests.fga.yaml",
"fga:transform": "fga model transform --file schema.fga"
},
"keywords": [
"cli",
"hr",
"assistant",
"chatbot"
],
"engines": {
"node": ">=18"
},
"author": "Deepu K Sasidharan <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"@openfga/sdk": "^0.8.0",
"ai": "^4.1.45",
"auth0-ai-js": "github:auth0-lab/auth0-ai-js#alpha-2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.4.7",
"llamaindex": "^0.9.2",
"lucide-react": "^0.475.0",
"marked": "^15.0.7",
"next": "^15.1.5",
"next-themes": "^0.4.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-markdown": "^10.0.0",
"react-toastify": "11.0.3",
"sonner": "^1.7.2",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"use-stick-to-bottom": "^1.0.44",
"vaul": "^1.1.2",
"zod": "^3.24.2",
"zod-to-json-schema": "^3.23.2"
},
"devDependencies": {
"@types/node": "^22.13.4",
"@types/react": "19.0.9",
"@types/react-dom": "19.0.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.20.1",
"eslint-config-next": "^15.1.7",
"postcss": "8.5.2",
"prettier": "^3.4.2",
"tailwindcss": "3.4.17",
"typescript": "5.7.3"
},
"packageManager": "[email protected]+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}