54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "shadcn-nuxt",
|
|
"type": "module",
|
|
"version": "0.11.2",
|
|
"description": "Add shadcn-vue module to Nuxt",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/unovue/shadcn-vue.git",
|
|
"directory": "packages/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 prepare && 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",
|
|
"lint": "eslint .",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest watch",
|
|
"release": "pnpm run prepack && pnpm publish && git push --follow-tags",
|
|
"pub:release": "pnpm prepack && pnpm publish --no-git-checks --access public"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/kit": "^3.12.4",
|
|
"@oxc-parser/wasm": "catalog:",
|
|
"typescript": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/eslint-config": "^0.5.0",
|
|
"@nuxt/module-builder": "^0.8.2",
|
|
"@nuxt/schema": "^3.12.4",
|
|
"@nuxt/test-utils": "^3.14.0",
|
|
"@nuxtjs/color-mode": "^3.5.1",
|
|
"@nuxtjs/tailwindcss": "^6.12.2",
|
|
"@types/node": "^20.14.15",
|
|
"nuxt": "^3.12.4"
|
|
}
|
|
}
|