50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "shadcn-nuxt",
|
|
"type": "module",
|
|
"version": "0.10.4",
|
|
"description": "Add shadcn-vue module to Nuxt",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/radix-vue/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 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"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/kit": "^3.11.2"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/eslint-config": "^0.3.10",
|
|
"@nuxt/module-builder": "^0.6.0",
|
|
"@nuxt/schema": "^3.11.2",
|
|
"@nuxt/test-utils": "^3.12.1",
|
|
"@types/node": "^20.12.8",
|
|
"nuxt": "^3.11.2",
|
|
"vitest": "^0.33.0"
|
|
}
|
|
}
|