-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 2.01 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
{
"name": "better-virgool",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint:staged": "lint-staged",
"prepare": "husky install"
},
"dependencies": {
"@radix-ui/react-popover": "^1.0.0",
"@radix-ui/react-tooltip": "^1.0.0",
"@tiptap/extension-blockquote": "^2.0.0-beta.29",
"@tiptap/extension-bubble-menu": "^2.0.0-beta.61",
"@tiptap/extension-character-count": "^2.0.0-beta.31",
"@tiptap/extension-code-block-lowlight": "^2.0.0-beta.73",
"@tiptap/extension-document": "^2.0.0-beta.17",
"@tiptap/extension-heading": "^2.0.0-beta.29",
"@tiptap/extension-link": "^2.0.0-beta.43",
"@tiptap/extension-placeholder": "^2.0.0-beta.53",
"@tiptap/extension-subscript": "^2.0.0-beta.13",
"@tiptap/extension-superscript": "^2.0.0-beta.13",
"@tiptap/extension-text": "^2.0.0-beta.17",
"@tiptap/extension-underline": "^2.0.0-beta.25",
"@tiptap/react": "^2.0.0-beta.114",
"@tiptap/starter-kit": "^2.0.0-beta.191",
"clsx": "^1.2.1",
"compressorjs": "^1.1.1",
"idb-keyval": "^6.2.0",
"lodash.debounce": "^4.0.8",
"lowlight": "^2.6.1",
"prosemirror-state": "^1.4.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-hot-toast": "^2.3.0",
"react-icons": "^4.4.0",
"zustand": "^4.0.0-rc.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.3",
"@types/lodash.debounce": "^4.0.7",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"@vitejs/plugin-react": "^1.3.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"husky": "^8.0.0",
"lint-staged": "^13.0.3",
"postcss": "^8.4.14",
"postcss-import": "^14.1.0",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.6",
"typescript": "^4.6.3",
"vite": "^2.9.9",
"vite-tsconfig-paths": "^3.5.0"
}
}