-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
34 lines (34 loc) · 855 Bytes
/
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
{
"name": "tiptap-media-resize",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@tiptap/starter-kit": "^2.0.0-beta.191",
"@tiptap/vue-3": "^2.0.0-beta.96",
"daisyui": "^2.19.0",
"install": "^0.13.0",
"npm": "^8.13.2",
"vue": "^3.2.25",
"vue-inline-svg": "^3.1.0",
"vue-tippy": "^6.0.0-alpha.60"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.26",
"@tailwindcss/typography": "^0.5.3",
"@unocss/preset-icons": "^0.44.0",
"@vitejs/plugin-vue": "^2.3.3",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"sass": "^1.53.0",
"tailwindcss": "^3.1.5",
"typescript": "^4.5.4",
"unocss": "^0.44.0",
"vite": "^2.9.9",
"vue-tsc": "^0.34.7"
}
}