birzha-legalizasia-frontend/package.json

60 lines
1.7 KiB
JSON
Raw Normal View History

2022-07-02 13:27:23 +00:00
{
"name": "icewall-vue",
2022-09-19 11:07:07 +00:00
"version": "1.0.0",
2022-07-02 13:27:23 +00:00
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@ckeditor/ckeditor5-build-balloon": "^29.1.0",
"@ckeditor/ckeditor5-build-balloon-block": "^29.1.0",
"@ckeditor/ckeditor5-build-classic": "^29.1.0",
"@ckeditor/ckeditor5-build-decoupled-document": "^29.1.0",
"@ckeditor/ckeditor5-build-inline": "^29.1.0",
"@fullcalendar/core": "^5.5.1",
"@fullcalendar/daygrid": "^5.5.0",
"@fullcalendar/interaction": "^5.5.0",
"@fullcalendar/list": "^5.5.0",
"@fullcalendar/timegrid": "^5.5.1",
"@left4code/tw-starter": "^3.1.35",
"@popperjs/core": "^2.7.0",
"@vuelidate/core": "^2.0.0-alpha.12",
"@vuelidate/validators": "^2.0.0-alpha.11",
"chart.js": "^3.7.1",
"dayjs": "^1.10.4",
"dropzone": "^5.7.6",
"highlight.js": "^10.6.0",
"js-beautify": "^1.13.5",
"litepicker": "^2.0.11",
"lucide": "^0.17.3",
"lucide-vue-next": "^0.17.3",
"pinia": "^2.0.9",
2022-11-03 07:47:51 +00:00
"rebuild": "^0.1.2",
"recaptcha-v3": "^1.10.0",
2022-07-02 13:27:23 +00:00
"simplebar": "^5.3.6",
"tabulator-tables": "^4.9.3",
"tiny-slider": "^2.9.3",
"tippy.js": "^6.2.7",
"toastify-js": "^1.9.3",
"tom-select": "^1.7.5",
"vue": "^3.2.25",
2022-07-07 03:18:12 +00:00
"vue-i18n": "9",
2022-12-01 07:08:50 +00:00
"vue-recaptcha": "^2.0.3",
2022-07-02 13:27:23 +00:00
"vue-router": "4",
"xlsx": "^0.16.9",
"zoom-vanilla.js": "^2.0.6"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.1",
"@vitejs/plugin-vue": "^2.0.0",
"autoprefixer": "10.4.6",
"lodash": "^4.17.21",
"postcss": "^8.4.5",
"postcss-advanced-variables": "^3.0.1",
"postcss-import": "^14.0.2",
"tailwindcss": "^3.0.24",
"vite": "^2.7.2"
}
}