mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +03:00
06d9a373f2
* update deps * Update package.json * update deps and workflows * refactor workflows * always checkout * Update action.yml * Update action.yml * Update action.yml * bump * Update action.yml * Update action.yml * update workflow * fix pnpm issues * upgrade eslint * complete workflows * Update eslint.config.ts * upgrade tailwind * Update .gitignore * upgrade nuxt content separately
34 lines
903 B
JSON
34 lines
903 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/content": "^2.13.4",
|
|
"@nuxt/eslint-config": "^1.2.0",
|
|
"@nuxtjs/color-mode": "^3.5.2",
|
|
"@nuxtjs/google-fonts": "^3.2.0",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
"@vue/eslint-config-typescript": "^14.5.0",
|
|
"autoprefixer": "^10.4.21",
|
|
"eslint": "^9.22.0",
|
|
"eslint-plugin-prettier": "^5.2.3",
|
|
"eslint-plugin-vue": "^10.0.0",
|
|
"nuxt": "3.16.0",
|
|
"nuxt-svgo": "^4.0.15",
|
|
"prettier": "^3.5.3",
|
|
"prettier-plugin-tailwindcss": "^0.6.11"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/vue": "^1.7.23",
|
|
"@heroicons/vue": "^2.2.0",
|
|
"@tailwindcss/vite": "^4.0.14",
|
|
"@vueuse/core": "^13.0.0",
|
|
"tailwindcss": "^4.0.14"
|
|
}
|
|
}
|