vue-tailwind-myna/package.json

34 lines
819 B
JSON
Raw Normal View History

2024-11-20 15:23:32 +07:00
{
"name": "vue-tailwind-myna",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix",
"format": "prettier --write src/"
},
"dependencies": {
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@iconify-json/mynaui": "^1.2.7",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/compiler-sfc": "^3.5.13",
"@vue/eslint-config-prettier": "^10.1.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.14.0",
"eslint-plugin-vue": "^9.30.0",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.15",
"unplugin-icons": "^0.20.1",
"vite": "^5.4.10",
"vite-plugin-vue-devtools": "^7.5.4"
}
}