-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 4 KB
/
package.json
File metadata and controls
126 lines (126 loc) · 4 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
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "hammercode-web",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"format": "prettier --write .",
"check-format": "prettier --check .",
"prepare": "husky",
"test": "vitest",
"test:coverage": "vitest run --coverage",
"test:e2e": "playwright test --config=tests/setup/playwright.config.ts",
"test:e2e:ui": "playwright test --config=tests/setup/playwright.config.ts --ui",
"test:e2e:headed": "playwright test --config=tests/setup/playwright.config.ts --headed",
"test:e2e:debug": "playwright test --config=tests/setup/playwright.config.ts --debug"
},
"husky": {
"hooks": {
"pre-commit": "pnpm format && git add -A . --allow-empty"
}
},
"dependencies": {
"@hookform/resolvers": "^5.0.1",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.7",
"@radix-ui/react-visually-hidden": "^1.2.3",
"@tanstack/react-query": "^5.85.5",
"@tanstack/react-table": "^8.21.3",
"@tiptap/extension-code-block-lowlight": "^3.4.1",
"@tiptap/extension-horizontal-rule": "^3.4.1",
"@tiptap/extension-image": "^3.2.0",
"@tiptap/extension-link": "^3.2.0",
"@tiptap/extension-placeholder": "^3.2.0",
"@tiptap/extension-typography": "^3.2.0",
"@tiptap/extension-underline": "^3.2.0",
"@tiptap/pm": "^3.2.0",
"@tiptap/react": "^3.2.0",
"@tiptap/starter-kit": "^3.2.0",
"@vitest/coverage-v8": "^2.1.3",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cookie": "^1.0.2",
"date-fns": "^4.1.0",
"dompurify": "^3.2.6",
"embla-carousel-autoplay": "^8.2.0",
"embla-carousel-react": "^8.2.0",
"highlight.js": "^11.11.1",
"js-cookie": "^3.0.5",
"jwt-decode": "^4.0.0",
"lowlight": "^3.3.0",
"lucide-react": "^0.536.0",
"marked": "^16.2.1",
"motion": "^12.7.4",
"next": "16.0.10",
"next-intl": "^4.1.0",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.4.6",
"prettier-plugin-tailwindcss": "^0.6.11",
"react": "19.2.3",
"react-day-picker": "^9.9.0",
"react-dom": "19.2.3",
"react-hook-form": "^7.62.0",
"rehype-pretty-code": "^0.14.1",
"remark-gfm": "^4.0.1",
"shiki": "^3.7.0",
"sonner": "^2.0.6",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"turndown": "^7.2.1",
"zod": "^3.24.4"
},
"devDependencies": {
"@playwright/test": "^1.55.0",
"@tailwindcss/postcss": "^4.1.4",
"@tailwindcss/typography": "^0.5.16",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"@types/turndown": "^5.0.5",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9",
"eslint-config-next": "16.0.10",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.35.0",
"globals": "^16.5.0",
"husky": "^9.1.4",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.8",
"postcss": "^8",
"prettier": "3.3.3",
"tailwindcss": "^4.1.4",
"ts-node": "^10.9.2",
"tw-animate-css": "^1.3.0",
"typescript": "^5",
"vitest": "^2.1.3"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"resolutions": {
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
}
}