-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.08 KB
/
package.json
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
{
"name": "GenerativeSketches",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"parcel": "parcel"
},
"keywords": [],
"author": "Leif Niemczik <[email protected]>",
"dependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"bezier-easing": "^2.1.0",
"canvas-sketch": "0.7.5",
"canvas-sketch-cli": "^1.11.15",
"canvas-sketch-util": "^1.10.0",
"convex-hull": "^1.0.3",
"eases": "^1.0.8",
"gl-matrix": "^3.4.3",
"glsl-face-normal": "^1.0.2",
"glsl-hash-blur": "^1.0.3",
"glsl-hsl2rgb": "^1.1.0",
"glsl-noise": "^0.0.0",
"load-asset": "^1.2.0",
"nice-color-palettes": "^3.0.0",
"p5": "^1.4.1",
"parcel-bundler": "^1.12.4",
"regl": "^2.1.0",
"simplenoise": "^1.0.1",
"three": "^0.139.0"
},
"babel": {
"presets": [
"env"
]
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.17.0",
"babel-preset-env": "^1.7.0",
"glsl-fast-gaussian-blur": "^1.0.2",
"glsl-voronoi-noise": "^1.2.2"
},
"packageManager": "[email protected]"
}