@aksharahegde/nuxt-glow
Version:
Add a mouse-tracing glow effect to Nuxt components
71 lines (70 loc) • 1.85 kB
JSON
{
"name": "@aksharahegde/nuxt-glow",
"version": "1.2.0",
"description": "Add a mouse-tracing glow effect to Nuxt components",
"author": "Akshara Hegde",
"repository": "aksharahegde/nuxt-glow",
"homepage": "https://github.com/aksharahegde/nuxt-glow#readme",
"bugs": "https://github.com/aksharahegde/nuxt-glow/issues",
"engines": {
"node": ">=16.0.0"
},
"publishConfig": {
"access": "public"
},
"private": false,
"license": "MIT",
"type": "module",
"exports": {
".": {
"types": "./dist/module.d.mts",
"import": "./dist/module.mjs"
},
"./tailwind": "./src/runtime/tailwind.js"
},
"main": "./dist/module.mjs",
"files": [
"dist",
"src"
],
"keywords": [
"nuxt",
"nuxt-module",
"glow",
"glow-effect",
"glow-ui",
"glow-animation",
"glow-component",
"glow-module",
"glow-plugin",
"glow-effect"
],
"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",
"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"
},
"dependencies": {
"@nuxt/kit": "^4.3.0"
},
"devDependencies": {
"@nuxt/devtools": "^3.1.1",
"@nuxt/eslint-config": "^1.4.1",
"@nuxt/module-builder": "^1.0.2",
"@nuxt/schema": "^4.3.0",
"@nuxt/test-utils": "^3.19.1",
"@nuxtjs/tailwindcss": "^6.14.0",
"@types/node": "^25.2.0",
"changelogen": "^0.6.2",
"eslint": "^9.29.0",
"nuxt": "^4.3.0",
"tailwindcss": "^3.4.17",
"vue-tsc": "^2.1.0",
"vitest": "^3.2.0"
}
}