@nuxt/ui-pro
Version:
Ship beautiful web applications at the speed of light with Nuxt UI Pro.
68 lines (67 loc) • 1.71 kB
JSON
{
"name": "@nuxt/ui-pro",
"description": "Ship beautiful web applications at the speed of light with Nuxt UI Pro.",
"type": "module",
"version": "1.4.3",
"packageManager": "pnpm@9.11.0",
"main": "./nuxt.config.ts",
"files": [
"app",
"assets",
"components",
"composables",
"lib",
"modules",
"plugins",
"types",
"app.config.ts",
"nuxt.config.ts",
"tailwind.config.ts"
],
"theme": {
"env": "NUXT_UI_PRO_LICENSE",
"link": "https://ui.nuxt.com/pro/pricing"
},
"scripts": {
"dev": "DEV=true nuxi dev .docs",
"build": "DEV=true nuxi generate .docs",
"play": "nuxi dev .playground",
"prepare": "DEV=true nuxi prepare .docs",
"lint": "eslint .",
"typecheck": "nuxi typecheck",
"release": "release-it",
"test": "TZ=Europe/Paris vitest"
},
"dependencies": {
"@iconify-json/vscode-icons": "^1.2.2",
"@nuxt/ui": "^2.18.6",
"@vueuse/core": "^11.1.0",
"defu": "^6.1.4",
"git-url-parse": "^15.0.0",
"ofetch": "^1.4.0",
"parse-git-config": "^3.0.0",
"pathe": "^1.1.2",
"pkg-types": "^1.2.0",
"tailwind-merge": "^2.5.2",
"vue3-smooth-dnd": "^0.0.6"
},
"devDependencies": {
"@nuxt/content": "^2.13.2",
"@nuxt/eslint-config": "^0.4.0",
"@nuxt/image": "^1.8.0",
"@nuxt/test-utils": "^3.14.2",
"@release-it/conventional-changelog": "^8.0.2",
"@vue/test-utils": "^2.4.6",
"eslint": "^8.57.0",
"happy-dom": "^14.12.3",
"nuxt": "^3.13.2",
"release-it": "^17.6.0",
"vitest": "^2.1.1",
"vitest-environment-nuxt": "^1.0.1",
"vue-tsc": "^2.1.6",
"zod": "^3.23.8"
},
"resolutions": {
"@nuxt/ui-pro": "workspace:*"
}
}