mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"name": "nuxt-ui3",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/types.d.ts",
|
|
"import": "./dist/module.mjs",
|
|
"require": "./dist/module.cjs"
|
|
}
|
|
},
|
|
"main": "./dist/module.cjs",
|
|
"types": "./dist/types.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"prepack": "nuxt-module-build build",
|
|
"dev": "nuxi dev playground",
|
|
"dev:build": "nuxi build playground",
|
|
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
|
|
"cli": "node ./cli/index.mjs",
|
|
"lint": "eslint .",
|
|
"typecheck": "vue-tsc --noEmit",
|
|
"test": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/kit": "^3.11.1",
|
|
"@nuxt/schema": "^3.11.1",
|
|
"@nuxtjs/color-mode": "^3.3.2",
|
|
"@tailwindcss/postcss": "4.0.0-alpha.9",
|
|
"@tailwindcss/vite": "4.0.0-alpha.9",
|
|
"@vueuse/core": "^10.9.0",
|
|
"defu": "^6.1.4",
|
|
"nuxt-icon": "^0.6.9",
|
|
"ohash": "^1.1.3",
|
|
"radix-vue": "^1.5.2",
|
|
"tailwind-variants": "^0.2.1",
|
|
"tailwindcss": "4.0.0-alpha.9"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/eslint-config": "^0.2.0",
|
|
"@nuxt/module-builder": "^0.5.5",
|
|
"@nuxt/test-utils": "^3.12.0",
|
|
"@vue/test-utils": "^2.4.5",
|
|
"eslint": "^8.57.0",
|
|
"happy-dom": "^13.10.1",
|
|
"nuxt": "^3.11.1",
|
|
"nuxt-ui-dev-module": "workspace:*",
|
|
"vitest": "^1.4.0",
|
|
"vitest-environment-nuxt": "^1.0.0",
|
|
"vue": "^3.4.21",
|
|
"vue-router": "^4.3.0",
|
|
"vue-tsc": "^2.0.6"
|
|
},
|
|
"resolutions": {
|
|
"nuxt-ui3": "workspace:*"
|
|
}
|
|
}
|