-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
85 lines (85 loc) · 2.56 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "jacb-ai-website",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"postinstall": "prisma generate"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.19.0",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.18",
"@next-auth/prisma-adapter": "^1.0.7",
"@octokit/auth-app": "^6.1.0",
"@octokit/core": "^6.1.1",
"@prisma/client": "^5.10.2",
"@supabase/supabase-js": "^2.41.1",
"@t3-oss/env-nextjs": "^0.7.1",
"@typeform/embed-react": "^3.10.0",
"@vercel/analytics": "^1.1.3",
"ansi-to-html": "^0.7.2",
"date-fns": "^3.6.0",
"fs": "^0.0.1-security",
"js-tiktoken": "^1.0.10",
"jsonc-parser": "^3.2.1",
"loops": "^0.3.0",
"luxon": "^3.4.4",
"next": "^14.0.4",
"next-auth": "^4.24.6",
"openai": "^4.29.2",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.2.0",
"react-markdown": "^9.0.1",
"react-modal": "^3.16.1",
"react-syntax-highlighter": "^15.5.0",
"react-toastify": "^10.0.5",
"react-tooltip": "^5.26.3",
"remark-gfm": "^4.0.0",
"socket.io-client": "^4.7.5",
"zod": "^3.22.4"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.6.10",
"@storybook/addon-interactions": "^7.6.10",
"@storybook/addon-links": "^7.6.10",
"@storybook/addon-onboarding": "^1.0.10",
"@storybook/blocks": "^7.6.10",
"@storybook/nextjs": "^7.6.10",
"@storybook/react": "^7.6.10",
"@storybook/test": "^7.6.10",
"@types/eslint": "^8.44.7",
"@types/node": "^18.17.0",
"@types/react": "^18.2.37",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.2.15",
"@types/react-modal": "^3.16.3",
"@types/react-syntax-highlighter": "^15.5.11",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.54.0",
"eslint-config-next": "^14.0.4",
"eslint-plugin-storybook": "^0.6.15",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"prisma": "^5.11.0",
"storybook": "^7.6.10",
"tailwindcss": "^3.3.5",
"typescript": "^5.1.6"
},
"ct3aMetadata": {
"initVersion": "7.25.2"
},
"packageManager": "npm@9.5.1"
}