-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
44 lines (44 loc) · 1.3 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
{
"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": {
"jquery": "^3.7.1",
"@vueuse/core": "^10.5.0",
"@suadelabs/vue3-multiselect": "^1.0.2",
"@tailwindcss/line-clamp": "^0.4.2",
"boxicons": "^2.1.4",
"codemirror-editor-vue3": "^2.1.8",
"moment": "^2.29.4",
"numeral": "^2.0.6",
"postcss-import": "^15.1.0",
"tailwindcss-rtl": "^0.9.0",
"tippy.js": "^6.3.7",
"lodash-es": "^4.17.21",
"vue-draggable-next": "^2.2.1",
"vue3-editor": "^0.1.1",
"vue3-swatches": "^1.2.3",
"swiper": "^11.0.5",
"vue3-tel-input": "^1.0.4",
"vue3-carousel": "^0.3.1",
"md-editor-v3": "^4.12.1"
}
}