-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.15 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
{
"name": "mynotepad",
"private": true,
"version": "0.2.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^1.4.0",
"@tiptap/core": "^2.1.10",
"@tiptap/extension-character-count": "^2.1.11",
"@tiptap/extension-code": "^2.1.10",
"@tiptap/extension-color": "^2.1.8",
"@tiptap/extension-highlight": "^2.1.10",
"@tiptap/extension-list-item": "^2.1.8",
"@tiptap/extension-text": "^2.1.10",
"@tiptap/extension-text-align": "^2.1.10",
"@tiptap/extension-text-style": "^2.1.8",
"@tiptap/extension-typography": "^2.1.10",
"@tiptap/pm": "^2.1.8",
"@tiptap/react": "^2.1.8",
"@tiptap/starter-kit": "^2.1.8",
"fs": "^0.0.1-security",
"path": "^0.12.7",
"prosemirror-model": "^1.19.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-svg": "^16.1.24",
"remixicon": "^3.5.0",
"vite-plugin-svgr": "^3.2.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.4.0",
"@vitejs/plugin-react": "^4.0.3",
"vite": "^4.4.4"
}
}