forked from gw1tools/gw1builds
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.18 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 2.18 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
69
{
"name": "gw1builds",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .ts,.tsx,.js,.jsx",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,css,md}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,json,css,md}\"",
"db:link-dev": "supabase link --project-ref aqjfurwosiiicfxqmbjd",
"db:link-prod": "supabase link --project-ref iaqbfleijvzdffahhqtc"
},
"dependencies": {
"@buildwars/gw-templates": "^1.0.1",
"@eslint/eslintrc": "^3.3.3",
"@floating-ui/react": "^0.27.16",
"@supabase/ssr": "^0.8.0",
"@supabase/supabase-js": "^2.89.0",
"@tailwindcss/postcss": "^4.1.18",
"@tiptap/extension-bubble-menu": "^3.15.2",
"@tiptap/extension-link": "^3.15.0",
"@tiptap/extension-mention": "^3.14.0",
"@tiptap/extension-placeholder": "^3.14.0",
"@tiptap/extension-typography": "^3.15.0",
"@tiptap/html": "^3.14.0",
"@tiptap/pm": "^3.14.0",
"@tiptap/react": "^3.15.2",
"@tiptap/starter-kit": "^3.14.0",
"@vercel/analytics": "^1.6.1",
"clsx": "^2.1.1",
"framer-motion": "^12.23.26",
"fuse.js": "^7.1.0",
"geist": "^1.3.1",
"html-to-image": "^1.11.13",
"leo-profanity": "^1.8.0",
"lucide-react": "^0.562.0",
"lz-string": "^1.5.0",
"nanoid": "^5.1.6",
"next": "^16.1.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.70.0",
"sonner": "^2.0.7",
"tailwind-merge": "^2.5.5",
"tippy.js": "^6.3.7",
"zod": "^4.3.5"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@next/eslint-plugin-next": "^16.1.1",
"@types/leo-profanity": "^1.5.5",
"@types/lz-string": "^1.3.34",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@typescript-eslint/eslint-plugin": "^8.51.0",
"@typescript-eslint/parser": "^8.51.0",
"eslint": "^9.0.0",
"eslint-config-next": "^16.1.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.2"
}
}