Update package.json
This commit is contained in:
parent
c1799af6bc
commit
15e963b078
2884
package-lock.json
generated
2884
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
48
package.json
48
package.json
@ -2,20 +2,42 @@
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "vite build",
|
||||
"dev": "vite"
|
||||
"dev": "vite",
|
||||
"build": "vite build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@popperjs/core": "^2.11.8",
|
||||
"@vitejs/plugin-vue": "^5.0.5",
|
||||
"dependencies": {
|
||||
"@ffmpeg/core": "^0.12.4",
|
||||
"@ffmpeg/ffmpeg": "^0.12.7",
|
||||
"@ffmpeg/util": "^0.12.1",
|
||||
"@heroicons/vue": "^2.2.0",
|
||||
"@mdi/font": "^7.4.47",
|
||||
"@popperjs/core": "^2.11.6",
|
||||
"@tailwindcss/postcss": "^4.1.10",
|
||||
"@tailwindcss/vite": "^4.0.15",
|
||||
"@tanstack/vue-query": "^5.62.12",
|
||||
"@unhead/vue": "^1.11.10",
|
||||
"@vitejs/plugin-vue": "^4.5.0",
|
||||
"@vueuse/core": "^12.0.0",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"axios": "^1.7.4",
|
||||
"concurrently": "^9.0.1",
|
||||
"laravel-vite-plugin": "^1.0.5",
|
||||
"postcss": "^8.4.47",
|
||||
"sass": "^1.79.3",
|
||||
"tailwindcss": "^3.4.13",
|
||||
"vite": "^5.4.8",
|
||||
"vue": "^3.4.38"
|
||||
"axios": "^1.6.4",
|
||||
"bootstrap": "^5.2.3",
|
||||
"boxicons": "^2.1.4",
|
||||
"date-fns": "^4.1.0",
|
||||
"emoji-mart-vue-fast": "^15.0.3",
|
||||
"feather-icons": "^4.29.2",
|
||||
"fs-extra": "^11.2.0",
|
||||
"highlight.js": "^11.11.1",
|
||||
"laravel-vite-plugin": "^1.0",
|
||||
"pinia": "^2.3.0",
|
||||
"postcss": "^8.5.6",
|
||||
"remixicon": "^4.6.0",
|
||||
"sass": "^1.56.1",
|
||||
"tailwindcss": "^4.1.10",
|
||||
"video.js": "^8.21.0",
|
||||
"vite": "^5.0",
|
||||
"vue": "^3.2.37",
|
||||
"vue-advanced-cropper": "^2.8.9",
|
||||
"vue-recaptcha": "2.0.2",
|
||||
"vue-router": "^4.5.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user