Files
contexted-v3/package.json
2023-05-12 23:28:02 +02:00

55 lines
1.6 KiB
JSON

{
"name": "contexted-v3",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@ckeditor/ckeditor5-autoformat": "^37.1.0",
"@ckeditor/ckeditor5-basic-styles": "^37.1.0",
"@ckeditor/ckeditor5-editor-balloon": "^37.1.0",
"@ckeditor/ckeditor5-essentials": "^37.1.0",
"@ckeditor/ckeditor5-heading": "^37.1.0",
"@ckeditor/ckeditor5-link": "^37.1.0",
"@ckeditor/ckeditor5-list": "^37.1.0",
"@ckeditor/ckeditor5-paragraph": "^37.1.0",
"@ckeditor/ckeditor5-theme-lark": "^37.1.0",
"@ckeditor/vite-plugin-ckeditor5": "^0.1.1",
"@fontsource/source-sans-pro": "^4.5.11",
"@fortawesome/fontawesome-free": "^6.4.0",
"@types/marked": "^4.0.8",
"@vueuse/components": "^10.1.0",
"@vueuse/core": "^10.1.2",
"daisyui": "^2.51.6",
"date-fns": "^2.29.3",
"dompurify": "^3.0.2",
"firebase": "^9.20.0",
"hamburgers": "^1.2.1",
"lodash-es": "^4.17.21",
"marked": "^4.3.0",
"shortid": "^2.2.16",
"vue": "^3.3.1"
},
"devDependencies": {
"@types/dompurify": "^3.0.2",
"@types/lodash-es": "^4.17.7",
"@types/shortid": "^0.0.29",
"@vitejs/plugin-vue": "^4.2.2",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"sass": "^1.62.1",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.2",
"unplugin-auto-import": "^0.15.3",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.3.5",
"vue-tsc": "^1.6.4"
}
}