Files

36 lines
867 B
JSON
Raw Permalink Normal View History

2026-08-11 23:17:04 +07:00
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@ckeditor/ckeditor5-vue": "^8.2.0",
"@primevue/themes": "^4.5.4",
"axios": "^1.19.0",
"ckeditor5": "^48.4.0",
"pinia": "^3.0.4",
"primeicons": "^8.0.0",
"primevue": "^4.5.5",
"vue": "^3.5.40",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@primevue/auto-import-resolver": "^4.5.5",
"@tailwindcss/vite": "^4.3.3",
"@types/node": "^24.13.3",
"@vitejs/plugin-vue": "^6.0.8",
"@vue/tsconfig": "^0.9.1",
"tailwindcss": "^4.3.3",
"typescript": "~6.0.2",
"unplugin-auto-import": "^21.1.0",
"unplugin-vue-components": "^32.1.0",
"vite": "^8.2.0",
"vue-tsc": "^3.3.8"
}
}