-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
69 lines (69 loc) · 1.84 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "sunebear.com",
"scripts": {
"dev": "nuxt",
"build": "NODE_ENV=production nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxt/content": "1.15.0",
"@nuxtjs/i18n": "^7.0.3",
"@nuxtjs/svg-sprite": "^0.5.2",
"@tonejs/midi": "^2.0.28",
"@tweakpane/plugin-essentials": "^0.1.3",
"animejs": "^3.2.0",
"axios": "^0.21.1",
"bound-points": "^1.0.0",
"color": "^3.2.1",
"concaveman": "^1.2.1",
"d3-delaunay": "^6.0.2",
"d3-polygon": "^3.0.1",
"d3-quadtree": "^3.0.1",
"d3-scale": "^4.0.2",
"d3-shape": "^3.0.1",
"earcut": "^2.2.3",
"eases": "^1.0.8",
"element-ui": "^2.15.6",
"euclidean-distance": "^1.0.0",
"fast-2d-poisson-disk-sampling": "^1.0.1",
"gl-vec2": "^1.3.0",
"glsl-noise": "^0.0.0",
"gsap": "^3.8.0",
"is-arrayish": "^0.3.2",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"lodash.uniqby": "^4.7.0",
"marked": "^3.0.8",
"normalize-path-scale": "^2.0.0",
"nuxt": "^2.0.0",
"nuxt-user-agent": "^1.2.2",
"parse-svg-path": "^0.1.2",
"point-in-polygon": "^1.1.0",
"simplex-noise": "^3.0.0",
"simplify-path": "^1.1.0",
"stackblur": "^1.0.0",
"stats.js": "^0.17.0",
"svg-path-contours": "^2.0.0",
"three": "^0.136.0",
"tone": "^14.7.77",
"tweakpane": "^3.0.5",
"vh-check": "^2.0.5",
"vue-global-events": "^1.2.1",
"vue-resize-directive": "^1.2.0",
"vue-rough-notation": "^0.1.11",
"vuetify": "^2.5.10"
},
"devDependencies": {
"@vxna/gltf-loader": "^2.0.1",
"glslify-loader": "^2.0.0",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"raw-loader": "^4.0.2",
"sass": "^1.38.2",
"sass-loader": "^10.1.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"yaml-loader": "^0.6.0"
}
}