nuxt-rating
Version:
Display or retrieve a score on a fully customisable scale.
69 lines (68 loc) • 1.89 kB
JSON
{
"name": "nuxt-rating",
"version": "0.1.6",
"description": "Display or retrieve a score on a fully customisable scale.",
"homepage": "https://github.com/Aurion72/nuxt-rating#readme",
"repository": "Aurion72/nuxt-rating",
"packageManager": "pnpm@8.6.5",
"keywords": [
"nuxt",
"nuxt-module",
"nuxtjs",
"nuxt-rating",
"star-rating",
"vue"
],
"license": "MIT",
"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",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch",
"prepare": "husky"
},
"dependencies": {
"@nuxt/kit": "^3.12.2",
"typescript": "^5.5.4"
},
"devDependencies": {
"@changesets/cli": "^2.27.5",
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.1.1",
"@nuxt/module-builder": "^0.4.0",
"@nuxt/schema": "^3.12.2",
"@nuxt/test-utils": "^3.13.1",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@playwright/test": "^1.45.1",
"@testing-library/vue": "^7.0.0",
"@types/node": "^18.19.36",
"@vitejs/plugin-vue": "^4.6.2",
"@vue/test-utils": "^2.4.6",
"changelogen": "^0.5.5",
"eslint": "^8.57.0",
"happy-dom": "^14.12.3",
"husky": "^9.0.11",
"jsdom": "^22.1.0",
"nuxt": "^3.12.2",
"typescript": "^5.5.4",
"playwright-core": "^1.45.1",
"vitest": "^0.31.4"
}
}