-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.58 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build && vite build --ssr"
},
"devDependencies": {
"@protonemedia/laravel-splade": "^1.1.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.13",
"axios": "^1.1.2",
"laravel-vite-plugin": "^0.7.3",
"lodash": "^4.17.21",
"postcss": "^8.4.18",
"postcss-scss": "^4.0.6",
"sass": "^1.57.1",
"tailwindcss": "^3.2.1",
"vite": "^4.0.0",
"vue": "^3.2.41"
},
"dependencies": {
"@meilisearch/instant-meilisearch": "^0.17.0",
"@suadelabs/vue3-multiselect": "^1.0.2",
"@tailwindcss/line-clamp": "^0.4.2",
"@vueuse/core": "^10.5.0",
"boxicons": "^2.1.4",
"codemirror-editor-vue3": "^2.1.8",
"jquery": "^3.7.1",
"laravel-echo": "^1.16.0",
"lodash-es": "^4.17.21",
"md-editor-v3": "^4.12.1",
"moment": "^2.29.4",
"numeral": "^2.0.6",
"postcss-import": "^15.1.0",
"pusher-js": "^8.4.0-rc2",
"swiper": "^11.0.5",
"tailwindcss-rtl": "^0.9.0",
"tippy.js": "^6.3.7",
"vue-draggable-next": "^2.2.1",
"vue-instantsearch": "^4.14.0",
"vue-social-sharing": "^4.0.0-alpha4",
"vue3-carousel": "^0.3.1",
"vue3-editor": "^0.1.1",
"vue3-recaptcha2": "^1.8.0",
"vue3-star-ratings": "^3.0.5",
"vue3-swatches": "^1.2.3",
"vue3-tel-input": "^1.0.4"
}
}