-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.19 KB
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": "notes-to-image",
"private": true,
"version": "0.0.0",
"type": "module",
"author": {
"name": "Nur Muhammad",
"email": "blog.nurmuhammad@gmail.com",
"url": "https://ngekoding.github.io"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@tiptap/extension-font-family": "^2.0.0-beta.204",
"@tiptap/extension-placeholder": "^2.0.0-beta.204",
"@tiptap/extension-subscript": "^2.0.0-beta.204",
"@tiptap/extension-superscript": "^2.0.0-beta.204",
"@tiptap/extension-text-align": "^2.0.0-beta.204",
"@tiptap/extension-text-style": "^2.0.0-beta.204",
"@tiptap/extension-underline": "^2.0.0-beta.204",
"@tiptap/starter-kit": "^2.0.0-beta.204",
"@tiptap/vue-3": "^2.0.0-beta.204",
"@vueuse/core": "^9.6.0",
"animate.css": "^4.1.1",
"change-case": "^4.1.2",
"file-saver": "^2.0.5",
"html-to-image": "^1.10.8",
"scroll-lock": "^2.1.5",
"ua-parser-js": "^1.0.32",
"vue": "^3.2.41",
"vue-spinner": "^1.0.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.2.0",
"sass": "^1.56.1",
"vite": "^3.2.3",
"vite-plugin-pwa": "^0.13.3"
}
}