-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
110 lines (110 loc) · 3.45 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
102
103
104
105
106
107
108
109
110
{
"name": "@fileverse-dev/ddoc",
"private": false,
"description": "DDoc",
"version": "2.0.8-patch-5",
"main": "dist/index.es.js",
"module": "dist/index.es.js",
"exports": {
".": {
"import": "./dist/index.es.js",
"types": "./dist/index.d.ts"
},
"./styles": "./dist/style.css",
"./types": "./dist/package/types.d.ts"
},
"files": [
"/dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@_ueberdosis/prosemirror-tables": "^1.1.3",
"@aarkue/tiptap-math-extension": "^1.3.3",
"@fileverse/ui": "4.1.3-patch-4",
"@radix-ui/react-focus-scope": "^1.1.0",
"@radix-ui/react-popover": "^1.0.7",
"@tippyjs/react": "^4.2.6",
"@tiptap/core": "^2.5.4",
"@tiptap/extension-bullet-list": "^2.5.4",
"@tiptap/extension-character-count": "^2.5.6",
"@tiptap/extension-collaboration": "^2.5.4",
"@tiptap/extension-collaboration-cursor": "^2.5.4",
"@tiptap/extension-color": "^2.5.4",
"@tiptap/extension-document": "^2.5.4",
"@tiptap/extension-dropcursor": "^2.5.4",
"@tiptap/extension-font-family": "^2.5.4",
"@tiptap/extension-gapcursor": "^2.5.4",
"@tiptap/extension-highlight": "^2.5.4",
"@tiptap/extension-history": "^2.5.4",
"@tiptap/extension-link": "^2.5.4",
"@tiptap/extension-list-item": "^2.5.4",
"@tiptap/extension-placeholder": "^2.5.4",
"@tiptap/extension-subscript": "^2.5.4",
"@tiptap/extension-superscript": "^2.5.4",
"@tiptap/extension-task-item": "^2.5.4",
"@tiptap/extension-task-list": "^2.5.4",
"@tiptap/extension-text-align": "^2.5.4",
"@tiptap/extension-text-style": "^2.5.4",
"@tiptap/extension-typography": "^2.5.5",
"@tiptap/extension-underline": "^2.5.4",
"@tiptap/pm": "^2.5.4",
"@tiptap/react": "^2.5.4",
"@tiptap/starter-kit": "^2.5.4",
"@tiptap/suggestion": "^2.5.4",
"base64-js": "^1.5.1",
"classnames": "^2.5.1",
"dompurify": "^3.1.6",
"embla-carousel-react": "^8.1.5",
"ethers": "^6.13.1",
"framer-motion": "^11.11.8",
"katex": "^0.16.11",
"markdown-it-footnote": "^4.0.0",
"platform": "^1.3.6",
"prosemirror-model": "^1.21.0",
"prosemirror-state": "^1.4.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-twitter-embed": "^4.0.4",
"react-uuid": "^2.0.0",
"tailwindcss-animate": "^1.0.7",
"tippy.js": "^6.3.7",
"tiptap-markdown": "^0.8.10",
"turndown": "^7.2.0",
"usehooks-ts": "^3.1.0",
"vaul": "^0.9.1",
"vite-plugin-dts": "^3.6.3",
"y-prosemirror": "^1.2.5",
"y-webrtc": "^10.3.0",
"yjs": "^13.6.15"
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/katex": "^0.16.7",
"@types/markdown-it-footnote": "^3.0.4",
"@types/node": "^20.10.0",
"@types/platform": "^1.3.6",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/turndown": "^5.0.5",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.53.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"postcss": "^8.4.38",
"sass": "^1.77.2",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2",
"vite": "^5.0.0"
}
}