-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.88 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/compiler-sfc": "^3.0.5",
"autoprefixer": "^10.4.19",
"axios": "1.6.0",
"laravel-echo": "^1.11.0",
"laravel-vite-plugin": "^1.0.4",
"lodash": "^4.17.19",
"postcss": "^8.4.39",
"postcss-import": "^16.1.0",
"postcss-nesting": "^12.1.5",
"pusher-js": "^7.0.3",
"resolve-url-loader": "^5.0.0",
"sass": "^1.77.6",
"sass-loader": "^11.1.1",
"tailwindcss": "^3.4.4",
"tippy.js": "^6.3.7",
"vite": "^5.3.1",
"vue": "^3",
"vue-loader": "^16.1.2"
},
"dependencies": {
"@alpinejs/focus": "^3.10.3",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/vue-fontawesome": "^3.0.1",
"@inertiajs/vue3": "^1.2.0",
"@meforma/vue-toaster": "^1.2.2",
"@tiptap/starter-kit": "^2.0.0-beta.82",
"@tiptap/vue-3": "*",
"@vue-hero-icons/solid": "^1.7.2",
"@vueform/multiselect": "^2.0.1",
"alpinejs": "^3.10.3",
"chartjs-plugin-datalabels": "^2.2.0",
"devextreme": "^21.2.5",
"devextreme-vue": "^21.2.5",
"hooper": "^0.3.4",
"qrcode.vue": "^3.2.2",
"trading-vue-js": "^1.0.2",
"v-viewer": "^3.0.13",
"vue-click-outside": "^1.1.0",
"vue-gallery-slideshow": "^1.5.2",
"vue-google-charts": "^0.3.3",
"vue-masonry-gallery": "^1.1.1",
"vue3-charts": "^1.1.28",
"vue3-click-away": "^1.2.1",
"vuex": "^4.0.0"
},
"type": "module"
}