-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.71 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.71 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
{
"name": "@codemeapixel/lexi",
"description": "Your personal English coach.",
"license": "AGPL-3.0-only",
"version": "1.0.0-beta.2",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky"
},
"dependencies": {
"@azure/identity": "^4.11.1",
"@ai-sdk/openai": "^1.3.23",
"@aws-sdk/client-s3": "^3.864.0",
"@microsoft/microsoft-graph-client": "^3.0.7",
"@prisma/client": "^6.12.0",
"@react-email/components": "^0.5.0",
"@react-email/tailwind": "^1.2.2",
"ai": "^4.3.19",
"framer-motion": "^12.23.12",
"lucide-react": "^0.536.0",
"next": "^15.4.4",
"next-auth": "^4.24.11",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-content-loader": "^7.1.1",
"react-hot-toast": "^2.4.0",
"react-icons": "^5.5.0",
"zod": "^3.22.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@next-auth/prisma-adapter": "^1.0.7",
"@types/node": "^24.0.15",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"bcryptjs": "^3.0.2",
"commitlint": "^19.8.1",
"prisma": "^6.12.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.31.0",
"eslint-config-next": "^15.4.4",
"husky": "^9.1.7",
"lint-staged": "^16.1.2",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"*.{json,md,mdx,css}": [
"prettier --write"
]
},
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}