-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 2.03 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 2.03 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@popperjs/core": "^2.11.8",
"@preline/accordion": "^2.4.1",
"@preline/carousel": "^2.4.1",
"@preline/dropdown": "^2.4.1",
"@preline/select": "^2.4.1",
"@preline/theme-switch": "^2.4.1",
"@preline/tooltip": "^2.4.1",
"@tailwindcss/typography": "^0.5.16",
"@tiptap/extension-link": "^2.4.0",
"@tiptap/extension-list-item": "^2.4.0",
"@tiptap/extension-ordered-list": "^2.4.0",
"@tiptap/extension-underline": "^2.4.0",
"@tiptap/extension-youtube": "^2.4.0",
"@tiptap/pm": "^2.6.6",
"@tiptap/starter-kit": "^2.6.6",
"@tiptap/vue-3": "^2.6.6",
"easymde": "^2.18.0",
"element-plus": "^2.4.4",
"laravel-vue-i18n": "^2.7.8",
"lodash": "^4.17.21",
"marked": "^15.0.6",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"preline": "^2.4.1",
"vite-svg-loader": "^5.1.0",
"vue": "^3.4.31"
},
"devDependencies": {
"@inertiajs/vue3": "^1.2.0",
"@tailwindcss/forms": "^0.5.3",
"@vitejs/plugin-vue": "^5.0.5",
"autoprefixer": "^10.4.19",
"axios": "^1.7.2",
"laravel-echo": "^1.16.1",
"laravel-vite-plugin": "^1.0.5",
"postcss": "^8.4.39",
"pusher-js": "^8.4.0-rc2",
"sass": "^1.77.8",
"tailwindcss": "^3.4.4",
"unplugin-auto-import": "^0.18.0",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.2",
"vite": "^5.3.4",
"vite-plugin-vue-devtools": "^7.2.1"
}
}