-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 976 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.9",
"alpinejs": "^3.4.2",
"autoprefixer": "^10.4.2",
"axios": "^1.1.2",
"laravel-vite-plugin": "^0.7.5",
"postcss": "^8.4.6",
"tailwindcss": "^3.1.0",
"vite": "^4.0.0"
},
"dependencies": {
"@tiptap/core": "^2.1.6",
"@tiptap/extension-color": "^2.1.6",
"@tiptap/extension-font-family": "^2.1.6",
"@tiptap/extension-image": "^2.1.6",
"@tiptap/extension-link": "^2.1.6",
"@tiptap/extension-text-align": "^2.1.6",
"@tiptap/extension-text-style": "^2.1.6",
"@tiptap/extension-underline": "^2.1.6",
"@tiptap/extension-youtube": "^2.1.6",
"@tiptap/pm": "^2.1.6",
"@tiptap/starter-kit": "^2.1.6"
}
}