-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
140 lines (140 loc) · 4.7 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
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": "taboo.ai",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:turbo": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "eslint --ext .js,.jsx,.ts,.tsx --no-error-on-unmatched-pattern app/ lib/ components/ middleware/ && stylelint app/**/*.{css,scss} components/**/*.{css,scss}",
"style": "prettier --write * --no-error-on-unmatched-pattern",
"prepare": "husky install",
"test": "jest --passWithNoTests",
"test:e2e": "playwright test",
"test:e2e:trace": "playwright test --trace on",
"vercel:init": "vercel link && vercel pull",
"vercel:pull": "vercel pull",
"vercel:dev": "vercel dev --listen 3000",
"gen-types": "supabase gen types typescript --project-id avosfnqiscrmxpqmhswp --schema public > lib/supabase/__generated__/types.ts --debug"
},
"dependencies": {
"@google/generative-ai": "^0.1.2",
"@hookform/resolvers": "^3.3.1",
"@logsnag/next": "^1.0.3",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/bundle-analyzer": "^13.4.19",
"@next/mdx": "^14.1.4",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.6",
"@sendgrid/mail": "^8.1.4",
"@stripe/stripe-js": "^2.2.0",
"@supabase/auth-helpers-nextjs": "^0.8.7",
"@supabase/ssr": "^0.0.10",
"@supabase/supabase-js": "^2.39.1",
"@tanstack/react-query": "^5.14.0",
"@types/node": "18.11.18",
"@types/react": "^18.2.37",
"@types/react-dom": "18.0.10",
"@vercel/analytics": "^0.1.11",
"@vercel/speed-insights": "^1.0.2",
"animejs": "^3.2.2",
"ansis": "^2.0.1",
"class-variance-authority": "^0.7.0",
"clipboard-copy": "^4.0.1",
"clsx": "^2.0.0",
"dateformat": "^5.0.3",
"email-validator": "^2.0.4",
"embla-carousel-autoplay": "^8.0.0-rc21",
"embla-carousel-react": "^8.0.0-rc21",
"eslint-config-next": "^13.5.3",
"file-loader": "^6.2.0",
"framer-motion": "^10.12.16",
"html2canvas": "^1.4.1",
"lodash": "^4.17.21",
"lru-cache": "^7.12.0",
"lucide-react": "^0.363.0",
"moment": "^2.29.4",
"next": "^14.2.15",
"next-pwa": "^5.6.0",
"next-themes": "^0.2.1",
"openai": "^4.55.3",
"pluralize": "^8.0.0",
"react": "^18.2.0",
"react-canvas-confetti": "^1.4.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-hook-form": "^7.46.1",
"react-icons": "^4.10.1",
"semver": "^7.5.4",
"server-only": "^0.0.1",
"sonner": "^1.3.1",
"stripe": "^14.5.0",
"tailwind-merge": "^1.14.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss-animate": "^1.0.7",
"type-fest": "^4.9.0",
"typescript": "^5.2.2",
"use-timer": "^2.0.1",
"vercel": "^32.3.0",
"webpack": "^5.91.0",
"zod": "^3.22.2"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@next/eslint-plugin-next": "^13.1.2",
"@playwright/test": "^1.29.2",
"@tanstack/eslint-plugin-query": "^5.17.7",
"@types/animejs": "^3.1.12",
"@types/dateformat": "^5.0.0",
"@types/jest": "^29.2.5",
"@types/lodash": "^4.14.191",
"@types/mdx": "^2.0.12",
"@types/pluralize": "^0.0.33",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"autoprefixer": "^10.4.13",
"encoding": "^0.1.13",
"eslint": "^8.56.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-unused-imports": "^3.0.0",
"husky": "^8.0.3",
"jest": "^29.3.1",
"lint-staged": "^13.1.0",
"node-mocks-http": "^1.12.1",
"postcss": "^8.4.21",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"stylelint": "^14.16.1",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-standard": "^29.0.0",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.1"
},
"lint-staged": {
"app/**/*.{js,ts,jsx,tsx}": [
"eslint --cache --fix",
"prettier --write"
],
"!app/**/*.{js,ts,jsx,tsx}": "prettier --write"
}
}