-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.28 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
{
"name": "beecast",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"build-storybook": "storybook build",
"dev": "next dev",
"format": "prettier --write . --ignore-unknown",
"lint": "eslint .",
"prepare": "is-ci || husky install",
"start": "next start",
"storybook": "storybook dev -p 6006 --no-open",
"supabase:login": "supabase login",
"supabase:types": "supabase gen types typescript --project-id zcetythxtznisfgaakyk > types/supabase/database.ts",
"typecheck": "tsc --noEmit"
},
"prettier": "@vercel/style-guide/prettier",
"dependencies": {
"@deepgram/sdk": "^3.0.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/themes": "^2.0.3",
"@sentry/nextjs": "^7.98.0",
"@supabase/ssr": "^0.0.10",
"@supabase/supabase-js": "^2.39.3",
"@t3-oss/env-nextjs": "^0.8.0",
"@vercel/analytics": "^1.1.2",
"ai": "^2.2.31",
"css-device-frames": "^1.0.5",
"date-fns": "^3.3.1",
"es6-error": "^4.1.1",
"format-duration": "^3.0.2",
"html-react-parser": "^5.1.1",
"jotai": "^2.6.3",
"next": "14.1.0",
"next-themes": "1.0.0-beta.0",
"ofetch": "^1.3.3",
"openai": "^4.26.0",
"openai-chat-tokens": "^0.2.8",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.0.1",
"react-share": "^5.0.3",
"stripe": "^14.14.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@storybook/addon-essentials": "^7.6.10",
"@storybook/addon-interactions": "^7.6.10",
"@storybook/addon-links": "^7.6.10",
"@storybook/addon-themes": "^7.6.10",
"@storybook/blocks": "^7.6.10",
"@storybook/nextjs": "^7.6.10",
"@storybook/react": "^7.6.10",
"@storybook/test": "^7.6.10",
"@types/node": "^20.11.10",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.18",
"@vercel/style-guide": "^5.1.0",
"eslint": "^8.56.0",
"eslint-config-next": "14.1.0",
"eslint-plugin-perfectionist": "^2.5.0",
"eslint-plugin-storybook": "^0.6.15",
"husky": "^9.0.6",
"is-ci": "^3.0.1",
"lint-staged": "^15.2.0",
"prettier": "^3.2.4",
"storybook": "^7.6.10",
"supabase": "^1.136.3",
"typescript": "^5"
},
"packageManager": "[email protected]"
}