-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.12 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
{
"name": "app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.13",
"@next/font": "13.1.5",
"@supabase/supabase-js": "^2.45.4",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-burger-menu": "^2.8.3",
"@types/react-dom": "18.0.10",
"@vercel/speed-insights": "^1.0.10",
"bufferutil": "^4.0.8",
"dotenv": "^16.4.5",
"eslint": "8.32.0",
"eslint-config-next": "^13.4.9",
"framer-motion": "^10.12.18",
"glob-to-regexp": "^0.4.1",
"next": "^13.4.9",
"react": "^18.2.0",
"react-burger-menu": "^3.0.9",
"react-dom": "^18.2.0",
"react-type-animation": "^3.1.0",
"tailwind-scrollbar": "^3.0.0",
"twin.macro": "^3.3.0",
"typescript": "4.9.4",
"usehooks-ts": "^2.9.1",
"utf-8-validate": "^6.0.4",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/webpack-env": "^1.18.5",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4"
}
}