mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
feat: use nuxt-icon
This commit is contained in:
17
package.json
17
package.json
@@ -25,11 +25,11 @@
|
||||
"release": "yarn lint && standard-version && git push --follow-tags"
|
||||
},
|
||||
"dependencies": {
|
||||
"@headlessui/vue": "1.7.9",
|
||||
"@headlessui/vue": "^1.7.10",
|
||||
"@iconify/vue": "^4.1.0",
|
||||
"@nuxt/kit": "^3.1.2",
|
||||
"@nuxt/kit": "^3.2.0",
|
||||
"@nuxtjs/color-mode": "^3.2.0",
|
||||
"@nuxtjs/tailwindcss": "^6.3.1",
|
||||
"@nuxtjs/tailwindcss": "^6.4.0",
|
||||
"@popperjs/core": "^2.11.6",
|
||||
"@tailwindcss/aspect-ratio": "^0.4.2",
|
||||
"@tailwindcss/forms": "^0.5.3",
|
||||
@@ -40,18 +40,19 @@
|
||||
"defu": "^6.1.2",
|
||||
"fuse.js": "^6.6.2",
|
||||
"lodash-es": "^4.17.21",
|
||||
"tailwindcss": "^3.2.4"
|
||||
"nuxt-icon": "^0.3.1",
|
||||
"tailwindcss": "^3.2.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nuxt/module-builder": "^0.2.1",
|
||||
"@nuxtjs/eslint-config-typescript": "^12.0.0",
|
||||
"@types/lodash-es": "^4.17.6",
|
||||
"@types/node": "^18.11.18",
|
||||
"eslint": "^8.33.0",
|
||||
"nuxt": "^3.1.2",
|
||||
"@types/node": "^18.13.0",
|
||||
"eslint": "^8.34.0",
|
||||
"nuxt": "^3.2.0",
|
||||
"standard-version": "^9.5.0",
|
||||
"unbuild": "^1.1.1",
|
||||
"vue-tsc": "^1.0.24"
|
||||
"vue-tsc": "^1.1.0"
|
||||
},
|
||||
"build": {
|
||||
"externals": [
|
||||
|
||||
Reference in New Issue
Block a user