-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2 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
{
"name": "teamficial-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@next/third-parties": "^16.1.5",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-query": "^5.90.5",
"@tiptap/core": "^3.7.2",
"@tiptap/extension-document": "^3.7.2",
"@tiptap/extension-heading": "^3.7.2",
"@tiptap/extension-link": "^3.7.2",
"@tiptap/extension-list": "^3.7.2",
"@tiptap/extension-paragraph": "^3.7.2",
"@tiptap/extension-placeholder": "^3.7.2",
"@tiptap/extension-text": "^3.7.2",
"@tiptap/extension-underline": "^3.7.2",
"@tiptap/pm": "^3.7.2",
"@tiptap/react": "^3.7.2",
"@tiptap/starter-kit": "^3.7.2",
"axios": "^1.12.2",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^12.23.24",
"isomorphic-dompurify": "^2.30.1",
"jsdom": "^27.0.1",
"next": "16.0.10",
"qs": "^6.14.0",
"react": "19.1.0",
"react-datepicker": "^8.7.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.66.0",
"react-intersection-observer": "^10.0.0",
"swiper": "^12.0.3",
"tailwind-merge": "^3.3.1",
"zod": "^4.1.12",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@svgr/cli": "^8.1.0",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/postcss": "^4",
"@types/axios": "^0.14.4",
"@types/node": "^20",
"@types/qs": "^6.14.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"baseline-browser-mapping": "^2.10.0",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"sass": "^1.93.2",
"tailwindcss": "^4",
"typescript": "^5"
},
"packageManager": "pnpm@10.25.0+sha512.5e82639027af37cf832061bcc6d639c219634488e0f2baebe785028a793de7b525ffcd3f7ff574f5e9860654e098fe852ba8ac5dd5cefe1767d23a020a92f501"
}