-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.94 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.94 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "website",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "PORT=3000 next dev & npx next-video sync -w",
"build": "next build",
"start": "next start",
"lint": "next lint --fix"
},
"dependencies": {
"@hello-pangea/dnd": "^16.6.0",
"@hookform/resolvers": "3.9.0",
"@radix-ui/react-icons": "^1.3.0",
"@redplanethq/ui": "0.2.45",
"@remixicon/react": "^4.2.0",
"react-day-picker": "9.8.1",
"@tiptap/core": "^2.11.9",
"@tiptap/react": "^2.11.9",
"@tiptap/starter-kit": "^2.11.9",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"copy-to-clipboard": "^3.3.3",
"date-fns": "^3.6.0",
"geist": "^1.3.0",
"http-proxy": "^1.18.1",
"lucide-react": "^0.316.0",
"next": "14.2.25",
"next-themes": "^0.2.1",
"next-video": "2.2.0",
"qs": "^6.12.0",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "7.49.3",
"tailwind-scrollbar": "^3.1.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss-animate": "^1.0.7",
"ts-key-enum": "^2.0.12",
"use-debounce": "^10.0.0",
"uuid": "^10.0.0",
"zod": "3.23.8"
},
"devDependencies": {
"@types/node": "^20.11.5",
"@types/qs": "^6.9.12",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/superagent": "^8.1.4",
"@types/uuid": "^10.0.0",
"@vercel/style-guide": "^5.2.0",
"eslint-config-turbo": "^2.0.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-notice": "^0.9.10",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-only-warn": "^1.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"postcss": "^8",
"prettier": "^3.2.4",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.3"
}
}