-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.39 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
48
49
50
{
"name": "orcues",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,md}\""
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@radix-ui/react-avatar": "^1.0.2",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@supabase/auth-helpers-nextjs": "^0.6.1",
"@supabase/supabase-js": "^2.13.1",
"@tremor/react": "^2.2.0",
"@types/node": "18.14.1",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@vercel/og": "^0.5.4",
"class-variance-authority": "^0.5.1",
"classnames": "^2.3.2",
"clsx": "^1.2.1",
"encoding": "^0.1.13",
"eslint": "8.34.0",
"eslint-config-next": "13.2.1",
"framer-motion": "^10.1.0",
"lottie-react": "^2.4.0",
"lucide-react": "^0.129.0",
"next": "13.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"sonner": "^0.3.2",
"tailwind-merge": "^1.11.0",
"typescript": "4.9.5"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^3.7.1",
"autoprefixer": "^10.4.13",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-tailwindcss": "^3.11.0",
"postcss": "^8.4.21",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.2.7"
}
}