UNPKG

@pinia/nuxt

Version:
62 lines 1.53 kB
{ "name": "@pinia/nuxt", "version": "0.11.2", "description": "Nuxt Module for pinia", "keywords": [ "pinia", "nuxt", "vue", "vuex", "store" ], "homepage": "https://pinia.vuejs.org/ssr/nuxt.html", "bugs": { "url": "https://github.com/vuejs/pinia/issues" }, "repository": { "type": "git", "url": "git+https://github.com/vuejs/pinia.git" }, "funding": "https://github.com/sponsors/posva", "license": "MIT", "author": { "name": "Eduardo San Martin Morote", "email": "posva13@gmail.com" }, "sideEffects": false, "type": "module", "exports": { ".": "./dist/module.mjs" }, "main": "./dist/module.mjs", "types": "./dist/module.d.mts", "files": [ "dist" ], "dependencies": { "@nuxt/kit": "^3.9.0" }, "peerDependencies": { "pinia": "^3.0.3" }, "devDependencies": { "@nuxt/module-builder": "1.0.1", "@nuxt/schema": "^3.9.0", "@nuxt/test-utils": "^3.19.1", "nuxt": "^3.17.5", "typescript": "^5.8.3", "vue-tsc": "^2.2.10", "pinia": "^3.0.3" }, "publishConfig": { "access": "public" }, "scripts": { "build": "pnpm run dev:prepare && nuxt-module-build build", "dev": "nuxi dev playground", "dev:build": "nuxi build playground", "dev:prepare": "nuxt-module-build build --stub . && nuxi prepare playground", "test:types": "pnpm dev:prepare && nuxi typecheck", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l @pinia/nuxt -r 1" } }