-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.72 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
{
"name": "hackerpad",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:css": "postcss App.css -o output.css",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.16.0",
"@mui/material": "^5.16.0",
"@tauri-apps/api": "^1.6.0",
"@tiptap/core": "^2.4.0",
"@tiptap/extension-bubble-menu": "^2.5.1",
"@tiptap/extension-color": "^2.4.0",
"@tiptap/extension-floating-menu": "^2.5.1",
"@tiptap/extension-highlight": "^2.4.0",
"@tiptap/extension-strike": "^2.4.0",
"@tiptap/extension-task-item": "^2.4.0",
"@tiptap/extension-task-list": "^2.4.0",
"@tiptap/extension-text-style": "^2.4.0",
"@tiptap/extension-typography": "^2.4.0",
"@tiptap/pm": "^2.4.0",
"@tiptap/react": "^2.5.4",
"@tiptap/starter-kit": "^2.4.0",
"lodash": "^4.17.21",
"nodemon": "^3.1.4",
"prosemirror-dropcursor": "^1.8.1",
"prosemirror-gapcursor": "^1.3.2",
"prosemirror-state": "^1.4.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dom-confetti": "^0.2.0",
"react-icons": "^5.2.1",
"remixicon": "^4.3.0",
"tiptap-markdown": "^0.8.10"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@tauri-apps/cli": "^1.6.0",
"@types/node": "^22.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"postcss-cli": "^11.0.0",
"sass": "^1.77.7",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3",
"vite": "^5.3.3"
}
}