UNPKG

@bootstrap-vue-next/nuxt

Version:
81 lines 2.23 kB
{ "name": "@bootstrap-vue-next/nuxt", "description": "Nuxt Module for BootstrapVueNext", "version": "0.30.4", "license": "MIT", "author": { "name": "Issayah", "url": "https://github.com/VividLemon" }, "type": "module", "main": "./dist/module.mjs", "exports": { ".": { "types": "./dist/types.d.mts", "import": "./dist/module.mjs" } }, "files": [ "dist" ], "peerDependencies": { "bootstrap-vue-next": "^0.30.4" }, "dependencies": { "@nuxt/kit": "^3.17.1" }, "devDependencies": { "@nuxt/devtools": "^2.4.0", "@nuxt/eslint-config": "^1.2.0", "@nuxt/module-builder": "^1.0.1", "@nuxt/schema": "^3.17.1", "@nuxt/test-utils": "^3.17.2", "@rushstack/eslint-patch": "^1.11.0", "@types/node": "^22.15.3", "@vue/eslint-config-prettier": "^10.2.0", "eslint": "^9.25.1", "eslint-define-config": "^2.1.0", "nuxt": "^3.17.1", "prettier": "^3.5.3", "typescript": "~5.8.3", "unimport": "^5.0.0", "vue": "^3.5.13", "bootstrap-vue-next": "^0.30.4" }, "repository": { "type": "git", "url": "git+https://github.com/bootstrap-vue-next/bootstrap-vue-next.git", "directory": "packages/nuxt" }, "bugs": { "url": "https://github.com/bootstrap-vue-next/bootstrap-vue-next/issues" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/bootstrap-vue-next" }, "homepage": "https://github.com/bootstrap-vue-next/bootstrap-vue-next", "keywords": [ "vue3", "vue", "nuxt", "bootstrap", "typescript", "bootstrap-vue-next" ], "lint-staged": { "*.{js,ts,vue}": "eslint --cache --fix", "*": "prettier --write --ignore-unknown" }, "scripts": { "dev": "nuxi dev playground --port 3030", "build": "pnpm run dev:prepare && pnpm run dev:build && pnpm run prepack", "dev:build": "nuxi build playground", "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground", "lint": "eslint --fix", "test:lint": "eslint", "test": "pnpm run test:lint", "test:watch": "vitest watch", "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit" } }