@luxdamore/nuxt-canvas-sketch
Version:
🌈🎨 Generative Art is the idea realized as genetic code of artificial events, as construction of dynamic complex systems able to generate endless variations. This is also a nuxt-module (@luxdamore/nuxt-canvas-sketch) - [three.js, tensorflow.js and gsap a
152 lines (151 loc) • 5.43 kB
JSON
{
"name": "@luxdamore/nuxt-canvas-sketch",
"description": "🌈🎨 Generative Art is the idea realized as genetic code of artificial events, as construction of dynamic complex systems able to generate endless variations. This is also a nuxt-module (@luxdamore/nuxt-canvas-sketch) - [three.js, tensorflow.js and gsap are not included].",
"homepage": "https://luxdamore.github.io/generative-art",
"keywords": [
"nuxt-module",
"vuejs",
"nuxtjs",
"nuxt",
"modules",
"art",
"canvas",
"gsap",
"threejs",
"three-js",
"3d-art",
"visual-design",
"creative",
"creative-coding",
"canvas-sketch",
"tensorflow",
"tensorflow-tutorials",
"tensorflow-examples",
"facemesh",
"generative-art"
],
"repository": {
"type": "git",
"url": "https://github.com/LuXDAmore/generative-art.git"
},
"bugs": {
"url": "https://github.com/LuXDAmore/generative-art/issues"
},
"publishConfig": {
"access": "public"
},
"files": [
"lib"
],
"main": "lib/module.js",
"version": "1.8.7",
"license": "MIT",
"author": "Luca Iaconelli <lucabelli@msn.com> (https://lucaiaconelli.it)",
"contributors": [
{
"name": "Luca Iaconelli <lucabelli@msn.com> (https://lucaiaconelli.it)"
}
],
"scripts": {
"serve": "nuxt -o src",
"dev": "nuxt -o src",
"build": "nuxt build src",
"preexport": "yarn build",
"export": "nuxt export src",
"prestart": "yarn build",
"start": "nuxt start src",
"generate": "nuxt generate src",
"eslint": "eslint --ext .js,.vue .",
"eslint-fix": "eslint --fix --ext .js,.vue .",
"stylelint": "stylelint src/**/*.css",
"stylelint-fix": "stylelint src/**/*.css --fix",
"lint": "yarn eslint && yarn stylelint",
"lint-fix": "yarn eslint-fix && yarn stylelint-fix",
"husky": "husky install",
"test": "jest",
"prerelease": "yarn lint && yarn test && yarn generate",
"release": "standard-version && git push --follow-tags && yarn publish"
},
"dependencies": {
"canvas-sketch": "^0.7.4",
"canvas-sketch-util": "^1.10.0",
"consola": "^2.15.3",
"glslify": "^7.0.0",
"glslify-loader": "^2.0.0",
"load-asset": "^1.2.0",
"webpack-obj-loader": "^1.0.4"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.13.9",
"@babel/preset-typescript": "^7.12.13",
"@babel/runtime-corejs3": "^7.13.9",
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@luxdamore/nuxt-humans-txt": "latest",
"@nuxt/test-utils": "^0.2.0",
"@nuxt/types": "^2.14.12",
"@nuxt/typescript-build": "^2.0.4",
"@nuxtjs/browserconfig": "^0.0.13",
"@nuxtjs/component-cache": "^1.1.6",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/eslint-config": "^6.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/google-analytics": "^2.3.0",
"@nuxtjs/markdownit": "^2.0.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/stylelint-module": "^4.0.0",
"@tensorflow-models/face-landmarks-detection": "^0.0.3",
"@tensorflow/tfjs-backend-cpu": "^3.2.0",
"@tensorflow/tfjs-backend-webgl": "^3.2.0",
"@tensorflow/tfjs-converter": "^3.2.0",
"@tensorflow/tfjs-core": "^3.2.0",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"codecov": "^3.8.1",
"core-js": "^3.8.3",
"dat.gui": "^0.7.7",
"eslint": "^7.19.0",
"eslint-config-prettier": "^8.1.0",
"eslint-config-standard": "^16.0.2",
"eslint-loader": "^4.0.2",
"eslint-plugin-compat": "^3.9.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.21.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-unicorn": "^28.0.1",
"eslint-plugin-vue": "^7.5.0",
"github-markdown-css": "^4.0.0",
"gsap": "^3.3.1",
"highlight.js": "^10.6.0",
"husky": "^5.1.3",
"jest": "^26.6.3",
"lint-staged": "^10.5.4",
"markdownlint": "^0.23.0",
"modern-normalize": "^1.0.0",
"nuxt": "^2.15.0",
"nuxt-compress": "^4.1.0",
"nuxt-jsonld": "^1.5.0",
"nuxt-start": "^2.15.2",
"prettier": "^2.2.1",
"prettier-eslint": "^12.0.0",
"prettier-stylelint": "^0.4.2",
"standard-version": "^9.1.0",
"stylelint": "^13.9.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-sass-guidelines": "^8.0.0",
"stylelint-config-standard": "^21.0.0",
"stylelint-no-unsupported-browser-features": "^4.1.4",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.19.0",
"three": "^0.126.1"
}
}