-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
81 lines (81 loc) · 2.6 KB
/
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
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"private": true,
"type": "commonjs",
"scripts": {
"dev": "vite",
"test": "vitest",
"test:pipeline": "NODE_ENV=production vitest run --mode=pipeline",
"build": "vite build"
},
"devDependencies": {
"@inertiajs/inertia": "^0.8.4",
"@inertiajs/inertia-vue3": "^0.3.5",
"@inertiajs/progress": "^0.2.4",
"@tailwindcss/forms": "^0.5.2",
"@vue-macros/volar": "^0.27.4",
"@vue/compiler-sfc": "^3.0.5",
"@vue/test-utils": "^2.4.6",
"alpinejs": "^2.7.3",
"autoprefixer": "^10.4.8",
"axios": "^0.21",
"eslint": "^7.31.0",
"eslint-plugin-vue": "^7.14.0",
"eslint-watch": "^7.0.0",
"jsdom": "^25.0.0",
"lodash": "^4.17.19",
"postcss": "^8.4.16",
"postcss-import": "^12.0.1",
"tailwindcss": "^3.1.8",
"unplugin-vue-define-options": "^1.4.9",
"vitest": "^2.0.5",
"vue": "^3.0.5"
},
"dependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@fullcalendar/core": "^5.10.0",
"@fullcalendar/vue3": "^5.10.0",
"@inertiajs/vue3": "^1.2.0",
"@jbtje/vite-vue3pdf": "^0.2.0",
"@johmun/vue-tags-input": "^2.1.0",
"@primevue/themes": "^4.1.0",
"@sentry/vue": "^7.40.0",
"@tailwindcss/postcss7-compat": "^2.2.17",
"@vitejs/plugin-vue": "^5.1.2",
"@voerro/vue-tagsinput": "^2.7.1",
"chart.js": "^4.4.7",
"confetti-js": "^0.0.18",
"dom-to-image-more": "^3.4.5",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-html": "^6.1.2",
"html2pdf": "^0.0.11",
"html2pdf.js": "^0.10.2",
"jspdf": "^2.5.2",
"jspdf-autotable": "^3.8.3",
"laravel-vite-plugin": "^1.0.5",
"luxon": "^3.5.0",
"moment": "^2.29.1",
"primeflex": "^3.1.0",
"primeicons": "^7.0.0",
"primevue": "^4.1.0",
"puppeteer": "^23.3.0",
"qs": "^6.7.0",
"quill": "^1.3.7",
"smart-tagz": "^0.2.0",
"svg2pdf.js": "^2.2.4",
"sweetalert2": "^11.12.4",
"v-calendar": "^3.0.0-alpha.3",
"vite": "^5.4.2",
"vue-audio-visual": "^2.3.1",
"vue-currency-input": "^2.0.0",
"vue-moment": "^4.1.0",
"vue-pdf-embed": "^2.1.0",
"vue-sweetalert2": "^4.3.1",
"vue-upload-drop-images": "^1.0.4",
"vue3-datepicker": "^0.2.4",
"vue3-dropzone": "^0.0.7",
"vue3-timepicker": "*",
"vuedraggable": "^4.1.0",
"vuex": "^4.0.2",
"ziggy-js": "^2.3.0"
}
}