-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.76 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
{
"name": "react-ts-demo",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"eslint-fix": "eslint src/** --fix"
},
"dependencies": {
"@ant-design/icons": "^5.5.1",
"@hocuspocus/provider": "^2.15.0",
"@tiptap/extension-character-count": "^2.10.4",
"@tiptap/extension-collaboration": "^2.11.0",
"@tiptap/extension-collaboration-cursor": "^2.11.0",
"@tiptap/extension-color": "^2.10.4",
"@tiptap/extension-image": "^2.10.4",
"@tiptap/extension-link": "^2.10.4",
"@tiptap/extension-placeholder": "^2.11.0",
"@tiptap/extension-text-style": "^2.10.4",
"@tiptap/pm": "^2.10.4",
"@tiptap/react": "^2.10.4",
"@tiptap/starter-kit": "^2.10.4",
"ahooks": "^3.8.1",
"alova": "^3.1.0",
"antd": "^5.22.5",
"classname": "^0.0.0",
"less": "^4.2.0",
"lucide-react": "^0.469.0",
"mitt": "^3.0.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"radash": "^12.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router": "^6.27.0",
"react-router-dom": "^6.27.0",
"swiper": "^11.1.14",
"y-prosemirror": "^1.2.15",
"y-websocket": "^2.1.0",
"yjs": "^13.6.21",
"zustand": "^5.0.0"
},
"devDependencies": {
"@eslint/js": "^9.11.1",
"@types/node": "^22.7.7",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.11.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.9.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.5.3",
"typescript-eslint": "^8.7.0",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.4.8"
}
}