-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
114 lines (114 loc) · 3.59 KB
/
package.json
File metadata and controls
114 lines (114 loc) · 3.59 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "bettaresume",
"version": "0.1.0",
"private": true,
"type": "module",
"workspaces": [
"packages/*",
"api"
],
"scripts": {
"prepare": "node scripts/setup-gitleaks.cjs && husky",
"build": "run-s build:types build:next postbuild",
"build:next": "next build",
"build:types": "npm run build -w @bettaresume/types",
"check": "biome check .",
"check:unsafe": "biome check --write --unsafe .",
"check:write": "biome check --write .",
"clean": "shx rm -rf .next api/.wrangler packages/types/dist",
"db:migrate": "npm run db:migrate -w api",
"db:reset": "npm run db:reset -w api",
"db:reset-seed": "npm run db:reset-seed -w api",
"db:seed": "npm run db:seed -w api",
"db:studio": "npm run db:studio -w api",
"dev": "run-s build:types db:reset-seed dev:all",
"dev:all": "run-p dev:frontend dev:api",
"dev:api": "npm run dev -w api",
"dev:frontend": "next dev --webpack",
"postbuild": "node scripts/postbuild.js",
"preview": "next build && next start",
"start": "next start",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@bettaresume/types": "*",
"@clerk/nextjs": "^6.39.2",
"@clerk/react": "^6.1.3",
"@clerk/themes": "^2.4.57",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@myriaddreamin/typst-ts-renderer": "^0.7.0-rc2",
"@myriaddreamin/typst-ts-web-compiler": "^0.7.0-rc2",
"@myriaddreamin/typst.ts": "^0.7.0-rc2",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@tanstack/react-query": "^5.90.21",
"@tiptap/extension-color": "^3.20.1",
"@tiptap/extension-font-family": "^3.14.0",
"@tiptap/extension-highlight": "^3.21.0",
"@tiptap/extension-link": "^3.14.0",
"@tiptap/extension-placeholder": "^3.14.0",
"@tiptap/extension-text-align": "^3.22.3",
"@tiptap/extension-text-style": "^3.21.0",
"@tiptap/extension-underline": "^3.20.4",
"@tiptap/pm": "^3.14.0",
"@tiptap/react": "^3.20.1",
"@tiptap/starter-kit": "^3.14.0",
"@trpc/client": "^11.14.1",
"@trpc/react-query": "^11.14.1",
"@trpc/server": "^11.14.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"html-to-text": "^9.0.5",
"lucide-react": "^0.562.0",
"next": "^16.2.3",
"next-themes": "^0.4.6",
"react": "^19.2.3",
"react-dom": "^19.2.4",
"react-hot-toast": "^2.6.0",
"react-resizable-panels": "^4.2.1",
"sonner": "^2.0.7",
"superjson": "^2.2.6",
"tailwind-merge": "^3.4.0",
"zod": "^4.3.6",
"zustand": "^5.0.9"
},
"devDependencies": {
"@biomejs/biome": "^2.3.11",
"@tailwindcss/postcss": "^4.2.1",
"@types/node": "^25.5.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"husky": "^9.1.7",
"npm-run-all2": "^8.0.4",
"postcss": "^8.5.8",
"raw-loader": "^4.0.2",
"shx": "^0.4.0",
"tailwindcss": "^4.2.1",
"typescript": "^6.0.2"
},
"packageManager": "npm@11.7.0",
"overrides": {
"undici": "7.24.3"
}
}