-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
101 lines (101 loc) · 3.12 KB
/
package.json
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
{
"name": "pelpal",
"version": "0.1.0",
"private": true,
"description": "PenPal - 智能协作,书写未来",
"author": "BlackishGreen33 <s5460703@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/BlackishGreen33/PenPal.git"
},
"bugs": {
"url": "https://github.com/BlackishGreen33/PenPal/issues"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write .",
"prepare": "husky"
},
"dependencies": {
"@clerk/nextjs": "^6.4.0",
"@clerk/themes": "^2.1.48",
"@floating-ui/react-dom": "^2.1.2",
"@hello-pangea/dnd": "^17.0.0",
"@hono/zod-validator": "^0.4.1",
"@hookform/resolvers": "^3.9.1",
"@lexical/react": "^0.19.0",
"@lexical/rich-text": "^0.19.0",
"@lexical/selection": "^0.19.0",
"@lexical/utils": "^0.19.0",
"@liveblocks/client": "^2.11.0",
"@liveblocks/node": "^2.11.0",
"@liveblocks/react": "^2.11.0",
"@liveblocks/react-lexical": "^2.11.0",
"@liveblocks/react-ui": "^2.11.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@sentry/nextjs": "8.35.0",
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-table": "^8.20.5",
"babel-plugin-react-compiler": "19.0.0-beta-6fc168f-20241025",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"hono": "^4.6.9",
"jsm-editor": "^0.0.12",
"lexical": "^0.19.0",
"lucide-react": "^0.456.0",
"nanoid": "^5.0.8",
"next": "15.0.2",
"next-themes": "^0.4.3",
"node-appwrite": "^14.1.0",
"nuqs": "^2.2.2",
"react": "19.0.0-rc-603e6108-20241029",
"react-big-calendar": "^1.16.3",
"react-day-picker": "8.10.1",
"react-dom": "19.0.0-rc-603e6108-20241029",
"react-hook-form": "^7.53.2",
"react-icons": "^5.3.0",
"react-use": "^17.5.1",
"recharts": "^2.13.3",
"sass": "^1.80.6",
"server-only": "^0.0.1",
"sonner": "^1.7.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-big-calendar": "^1.16.0",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"eslint": "^8.57.1",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.4",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3"
}
}