Skip to content

Commit

Permalink
build: updated funding in package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobruni committed May 19, 2023
1 parent cb705ca commit a8c01fd
Show file tree
Hide file tree
Showing 2 changed files with 258 additions and 250 deletions.
254 changes: 129 additions & 125 deletions components/vue2-alt/package.json
Original file line number Diff line number Diff line change
@@ -1,130 +1,134 @@
{
"name": "particles.vue",
"version": "3.9.3",
"description": "Official tsParticles Vue.js 2.x Component - Easily create highly customizable particle, confetti and fireworks animations and use them as animated backgrounds for your website. Ready to use components available also for Web Components, React, Vue.js 3.x, Angular, Svelte, jQuery, Preact, Riot.js, Solid.js, Inferno.",
"scripts": {
"clean": "rm -rf dist/*",
"build": "npm run clean && pnpm run prettify:src && pnpm run prettify:readme && rollup -c",
"build:ci": "npm run clean && pnpm run prettify:ci:src && pnpm run prettify:ci:readme && rollup -c",
"prettify:ci:src": "prettier --check ./src/*",
"prettify:ci:readme": "prettier --check ./README.md",
"prettify:src": "prettier --write ./src/*",
"prettify:readme": "prettier --write ./README.md",
"prepack": "pnpm run build"
"name": "particles.vue",
"version": "3.9.3",
"description": "Official tsParticles Vue.js 2.x Component - Easily create highly customizable particle, confetti and fireworks animations and use them as animated backgrounds for your website. Ready to use components available also for Web Components, React, Vue.js 3.x, Angular, Svelte, jQuery, Preact, Riot.js, Solid.js, Inferno.",
"scripts": {
"clean": "rm -rf dist/*",
"build": "npm run clean && pnpm run prettify:src && pnpm run prettify:readme && rollup -c",
"build:ci": "npm run clean && pnpm run prettify:ci:src && pnpm run prettify:ci:readme && rollup -c",
"prettify:ci:src": "prettier --check ./src/*",
"prettify:ci:readme": "prettier --check ./README.md",
"prettify:src": "prettier --write ./src/*",
"prettify:readme": "prettier --write ./README.md",
"prepack": "pnpm run build"
},
"keywords": [
"front-end",
"frontend",
"tsparticles",
"particles.js",
"particlesjs",
"particles",
"particle",
"canvas",
"jsparticles",
"xparticles",
"particles-js",
"particles-bg",
"particles-bg-vue",
"particles-ts",
"particles.ts",
"react-particles-js",
"react-particles.js",
"react-particles",
"react",
"reactjs",
"vue-particles",
"ngx-particles",
"angular-particles",
"particleground",
"vue",
"vuejs",
"preact",
"preactjs",
"jquery",
"angularjs",
"angular",
"typescript",
"javascript",
"animation",
"web",
"html5",
"web-design",
"webdesign",
"css",
"html",
"css3",
"animated",
"background",
"confetti",
"canvas",
"fireworks",
"fireworks-js",
"confetti-js",
"confettijs",
"fireworksjs",
"canvas-confetti"
],
"main": "dist/particles.vue.js",
"module": "dist/particles.vue.js",
"unpkg": "dist/particles.vue.min.js",
"jsdelivr": "dist/particles.vue.min.js",
"repository": {
"url": "https://github.com/tsparticles/vue2",
"type": "git",
"directory": "components/vue2-alt"
},
"author": "Matteo Bruni <[email protected]>",
"license": "MIT",
"files": [
"dist"
],
"bugs": {
"url": "https://github.com/tsparticles/vue2/issues"
},
"homepage": "https://particles.js.org",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/matteobruni"
},
"keywords": [
"front-end",
"frontend",
"tsparticles",
"particles.js",
"particlesjs",
"particles",
"particle",
"canvas",
"jsparticles",
"xparticles",
"particles-js",
"particles-bg",
"particles-bg-vue",
"particles-ts",
"particles.ts",
"react-particles-js",
"react-particles.js",
"react-particles",
"react",
"reactjs",
"vue-particles",
"ngx-particles",
"angular-particles",
"particleground",
"vue",
"vuejs",
"preact",
"preactjs",
"jquery",
"angularjs",
"angular",
"typescript",
"javascript",
"animation",
"web",
"html5",
"web-design",
"webdesign",
"css",
"html",
"css3",
"animated",
"background",
"confetti",
"canvas",
"fireworks",
"fireworks-js",
"confetti-js",
"confettijs",
"fireworksjs",
"canvas-confetti"
],
"main": "dist/particles.vue.js",
"module": "dist/particles.vue.js",
"unpkg": "dist/particles.vue.min.js",
"jsdelivr": "dist/particles.vue.min.js",
"repository": {
"url": "https://github.com/tsparticles/vue2",
"type": "git",
"directory": "components/vue2-alt"
{
"type": "github",
"url": "https://github.com/sponsors/tsparticles"
},
"author": "Matteo Bruni <[email protected]>",
"license": "MIT",
"files": [
"dist"
],
"bugs": {
"url": "https://github.com/tsparticles/vue2/issues"
},
"homepage": "https://particles.js.org",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/matteobruni"
},
{
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/matteobruni"
}
],
"prettier": "@tsparticles/prettier-config",
"peerDependencies": {
"vue": "<3"
},
"dependencies": {
"tsparticles-engine": "^2.9.3",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.1.2"
},
"devDependencies": {
"@babel/core": "^7.20.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.20.7",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.2",
"@tsparticles/prettier-config": "^1.6.0",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"is-svg": "^5.0.0",
"postcss": "^8.4.20",
"prettier": "^2.8.4",
"pug": "^3.0.2",
"rollup": "^3.8.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-typescript2": "^0.34.1",
"rollup-plugin-vue": "^5.1.9",
"ssri": "^10.0.1",
"tslib": "^2.4.1",
"typescript": "^4.9.4",
"vue": "^2.7.14",
"vue-template-compiler": "^2.7.14"
{
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/matteobruni"
}
],
"prettier": "@tsparticles/prettier-config",
"peerDependencies": {
"vue": "<3"
},
"dependencies": {
"tsparticles-engine": "^2.9.3",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.1.2"
},
"devDependencies": {
"@babel/core": "^7.20.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.20.7",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.2",
"@tsparticles/prettier-config": "^1.6.0",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"is-svg": "^5.0.0",
"postcss": "^8.4.20",
"prettier": "^2.8.4",
"pug": "^3.0.2",
"rollup": "^3.8.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-typescript2": "^0.34.1",
"rollup-plugin-vue": "^5.1.9",
"ssri": "^10.0.1",
"tslib": "^2.4.1",
"typescript": "^4.9.4",
"vue": "^2.7.14",
"vue-template-compiler": "^2.7.14"
}
}
Loading

0 comments on commit a8c01fd

Please sign in to comment.