@aksharahegde/nuxt-glow
Version:
Add a mouse-tracing glow effect to Nuxt components
70 lines • 1.87 kB
JSON
{
"name": "@aksharahegde/nuxt-glow",
"version": "1.1.3",
"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/types.d.ts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
},
"./tailwind": "./src/runtime/tailwind.js"
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"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": "^3.16.1"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^1.2.0",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.16.1",
"@nuxt/test-utils": "^3.17.2",
"@nuxtjs/tailwindcss": "^6.13.2",
"@types/node": "^22.13.14",
"changelogen": "^0.6.1",
"eslint": "^9.23.0",
"nuxt": "^3.16.1",
"tailwindcss": "^3.4.17"
}
}