-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.81 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": "client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -H 0.0.0.0",
"dev-inspect": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watchAll",
"preinstall": "npx npm-force-resolutions"
},
"dependencies": {
"@clerk/nextjs": "^5.0.6",
"@clerk/themes": "^2.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"ai": "^2.2.12",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"eslint": "^8.53.0",
"mongodb": "^6.5.0",
"next": "^14.2.3",
"next-themes": "^0.3.0",
"openai-edge": "^1.2.2",
"react": "^18.3.1",
"react-burger-menu": "^3.0.9",
"react-dom": "^18.3.1",
"react-wrap-balancer": "^1.1.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"zustand": "^4.5.2"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.3",
"@testing-library/jest-dom": "^6.4.3",
"@testing-library/react": "^14.0.0",
"@types/react-burger-menu": "^2.8.7",
"autoprefixer": "^10.4.19",
"commitizen": "^4.3.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-testing-library": "^6.2.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"msw": "^2.2.14",
"postcss": "^8.4.38",
"postcss-nesting": "^12.1.2",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.3",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "5.4.5"
}
}