mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +03:00
24 lines
540 B
JSON
24 lines
540 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/content": "^2.2.2",
|
|
"@nuxtjs/color-mode": "^3.1.8",
|
|
"@nuxtjs/tailwindcss": "^6.1.3",
|
|
"@tailwindcss/typography": "^0.5.8",
|
|
"nuxt": "3.0.0",
|
|
"prettier": "^2.7.1",
|
|
"prettier-plugin-tailwindcss": "^0.1.12"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/vue": "^1.7.4",
|
|
"@heroicons/vue": "^2.0.13",
|
|
"@vueuse/core": "^9.5.0"
|
|
}
|
|
}
|