-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
151 lines (151 loc) · 5.3 KB
/
package.json
File metadata and controls
151 lines (151 loc) · 5.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"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.13.14",
"@babel/preset-env": "^7.13.12",
"@babel/preset-typescript": "^7.12.13",
"@babel/runtime-corejs3": "^7.13.9",
"@commitlint/cli": "^13.2.0",
"@commitlint/config-conventional": "^13.2.0",
"@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": "^27.2.4",
"codecov": "^3.8.1",
"core-js": "^3.8.3",
"dat.gui": "^0.7.7",
"eslint": "^7.23.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": "^4.0.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-unicorn": "^36.0.0",
"eslint-plugin-vue": "^7.8.0",
"github-markdown-css": "^4.0.0",
"gsap": "^3.6.1",
"highlight.js": "^11.2.0",
"husky": "^7.0.2",
"jest": "^27.2.4",
"lint-staged": "^11.1.2",
"markdownlint": "^0.24.0",
"modern-normalize": "^1.0.0",
"nuxt": "^2.15.0",
"nuxt-compress": "^5.0.0",
"nuxt-jsonld": "^1.5.0",
"nuxt-start": "^2.15.2",
"prettier": "^2.2.1",
"prettier-eslint": "^13.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": "^22.0.0",
"stylelint-no-unsupported-browser-features": "^5.0.2",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.19.0",
"three": "^0.132.2"
}
}