Files
qhmes/XSLPrintDot/frontend/package.json

31 lines
721 B
JSON
Raw Normal View History

{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"marked": "^17.0.1",
"vue": "^3.2.37",
"vue-i18n": "^9.14.5"
},
"devDependencies": {
"@babel/types": "^7.18.10",
"@iconify-json/material-symbols": "^1.2.53",
"@tailwindcss/postcss": "^4.1.18",
"@vitejs/plugin-vue": "^3.0.3",
"autoprefixer": "^10.4.24",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"typescript": "^4.6.4",
"unplugin-icons": "^23.0.1",
"unplugin-vue-components": "^31.0.0",
"vite": "^3.0.7",
"vue-tsc": "^1.8.27"
}
}