-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
140 lines (140 loc) · 4.33 KB
/
package.json
File metadata and controls
140 lines (140 loc) · 4.33 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "management-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3111",
"build": "next build",
"start": "next start",
"clean": "rimraf .next out coverage",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"check-types": "tsc --noEmit --pretty",
"commit": "cz",
"prepare": "husky",
"format": "prettier --write .",
"test": "vitest run"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@langchain/core": "^0.3.38",
"@langchain/ollama": "^0.1.5",
"@neondatabase/serverless": "^0.10.4",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.2",
"@radix-ui/react-context-menu": "^2.2.6",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.5",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.5",
"@radix-ui/react-tooltip": "^1.1.7",
"@react-email/components": "0.0.33",
"@react-oauth/google": "^0.12.1",
"@reduxjs/toolkit": "^2.2.7",
"@t3-oss/env-core": "^0.12.0",
"@t3-oss/env-nextjs": "^0.12.0",
"@types/bcryptjs": "^2.4.6",
"ai": "^4.1.21",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"dotenv": "^16.4.7",
"drizzle-orm": "^0.39.2",
"embla-carousel-react": "^8.2.1",
"geist": "^1.3.1",
"immer": "^10.1.1",
"input-otp": "^1.4.2",
"jose": "^5.9.6",
"jsonwebtoken": "^9.0.2",
"langchain": "^0.3.15",
"lucide-react": "^0.474.0",
"markdown": "^0.5.0",
"next": "14.2.9",
"next-themes": "^0.4.4",
"node-llama-cpp": "^2.7.5",
"nodemailer": "^6.10.0",
"postgres": "^3.4.5",
"react": "^18",
"react-day-picker": "^8.10.1",
"react-dom": "^18",
"react-hook-form": "^7.53.0",
"react-icons": "^5.4.0",
"react-markdown": "^9.0.3",
"react-redux": "^9.1.2",
"react-syntax-highlighter": "^15.6.1",
"recharts": "^2.12.7",
"redux-persist": "^6.0.0",
"sonner": "^1.7.4",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.0.5",
"validator": "^13.12.0",
"vaul": "^1.1.2",
"zod": "^3.24.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.3",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/cz-commitlint": "^19.5.0",
"@commitlint/types": "^19.5.0",
"@eslint-react/eslint-plugin": "^1.14.0",
"@faker-js/faker": "^9.4.0",
"@next/eslint-plugin-next": "^14.2.9",
"@testing-library/jest-dom": "^6.5.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.16.5",
"@types/nodemailer": "^6.4.17",
"@types/react": "^18.3.5",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/validator": "^13.12.2",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.23.0",
"@vitejs/plugin-react": "^4.3.1",
"commitizen": "^4.3.0",
"dotenv-cli": "^7.4.2",
"drizzle-kit": "^0.30.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.11",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-tailwindcss": "^3.17.4",
"husky": "^9.1.5",
"lint-staged": "^15.2.10",
"node-loader": "^2.1.0",
"postcss": "^8",
"prettier": "^3.3.3",
"prettier-eslint": "^16.3.0",
"rimraf": "^6.0.1",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"typescript-eslint": "^8.5.0",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5",
"vitest-fail-on-console": "^0.7.1"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
}
}