nuxt-particles
Version:
Run lightweight, heavily customizable particle simulations in your Nuxt project with tsParticles.
62 lines • 1.56 kB
JSON
{
"name": "nuxt-particles",
"version": "0.3.0",
"description": "Run lightweight, heavily customizable particle simulations in your Nuxt project with tsParticles.",
"repository": "Joepocalyptic/nuxt-particles",
"license": "MIT",
"type": "module",
"exports": {
".": {
"types": "./dist/types.d.ts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"keywords": [
"nuxt",
"particles",
"tsParticles",
"particles.js",
"particlesjs",
"particles-js",
"nuxt particles",
"nuxt-particles",
"nuxt-module",
"nuxt3",
"confetti",
"fireworks",
"snow"
],
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"files": [
"dist"
],
"dependencies": {
"@nuxt/kit": "^3.11.1",
"defu": "^6.1.4",
"tsparticles": "^3.3.0",
"@tsparticles/basic": "^3.3.0",
"@tsparticles/engine": "^3.3.0",
"@tsparticles/slim": "^3.3.0"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.11.1",
"@nuxt/test-utils": "^3.12.0",
"@types/node": "^18.18.4",
"changelogen": "^0.5.5",
"eslint": "^8.57.0",
"nuxt": "^3.11.1",
"vitest": "^0.34.6"
},
"scripts": {
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"release": "pnpm run prepack && changelogen --release --push && pnpm publish",
"lint": "eslint ."
}
}