-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.75 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.75 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
{
"type": "module",
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "node --test \"assets/js/**/*.test.js\"",
"lint": "npx biome check",
"lint-fix": "npx biome check --write"
},
"devDependencies": {
"@biomejs/biome": "^2.2.6",
"@primevue/auto-import-resolver": "^4.4.1",
"@vue/devtools-api": "^8.1.5",
"unplugin-vue-components": "^32.0.0",
"vite": "^8.0.3",
"vite-plugin-symfony": "^8.2.2"
},
"dependencies": {
"@fullcalendar/vue3": "^7.0.1",
"@jaseeey/vue-umami-plugin": "^1.4.0",
"@primeuix/themes": "^2.0.2",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.14",
"@tiptap/extension-bubble-menu": "^3.23.4",
"@tiptap/extension-drag-handle": "^3.23.4",
"@tiptap/extension-image": "^3.23.4",
"@tiptap/extension-placeholder": "^3.23.4",
"@tiptap/extension-table": "^3.23.4",
"@tiptap/extension-text-align": "^3.23.4",
"@tiptap/extension-text-style": "^3.29.2",
"@tiptap/extension-youtube": "^3.23.4",
"@tiptap/pm": "^3.23.4",
"@tiptap/starter-kit": "^3.23.4",
"@tiptap/vue-3": "^3.23.4",
"@unhead/vue": "^3.1.0",
"@vitejs/plugin-vue": "^6.0.1",
"@vueuse/core": "^14.0.0",
"@yeger/vue-masonry-wall": "^6.1.0",
"axios": "^1.12.2",
"chart.js": "^4.5.1",
"date-fns": "^4.1.0",
"es-cookie": "^1.5.0",
"jwt-decode": "^4.0.0",
"pinia": "^4.0.2",
"primeicons": "^7.0.0",
"primevue": "^4.4.1",
"tailwindcss": "^4.1.14",
"tailwindcss-primeui": "^0.6.1",
"temporal-polyfill": "^1.0.1",
"vue": "^3.5.22",
"vue-advanced-cropper": "^2.8.9",
"vue-draggable-plus": "^0.6.1",
"vue-router": "^5.0.2",
"vue3-emoji-picker": "^1.1.8"
}
}