-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.35 KB
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
{
"name": "devtalk",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"gen:types": "npx supabase gen types typescript --project-id trjzkdewpnfxhdwqsdkw > ./app/types.ts"
},
"dependencies": {
"@nextui-org/card": "2.0.24",
"@nextui-org/react": "2.2.9",
"@nextui-org/system": "2.0.15",
"@nextui-org/theme": "2.1.17",
"@radix-ui/react-avatar": "1.0.4",
"@radix-ui/react-icons": "1.3.0",
"@supabase/auth-helpers-nextjs": "0.8.1",
"@supabase/supabase-js": "2.38.0",
"@tabler/icons-react": "2.42.0",
"date-fns": "2.30.0",
"framer-motion": "10.16.5",
"next": "13.5.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"autoprefixer": "^10",
"eslint": "^8.51.0",
"eslint-config-next": "13.5.4",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^39.1.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"postcss": "^8",
"prettier": "^3.0.3",
"tailwindcss": "^3",
"typescript": "^5.2.2"
}
}