-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.09 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
70
71
72
73
{
"repository": "#",
"license": "UNLICENSED",
"name": "project-anja",
"version": "1.0.1",
"description": "",
"author": "David Caballero",
"scripts": {
"build": "webpack --config ./bundler/webpack.prod.js",
"dev": "webpack serve --config ./bundler/webpack.dev.js"
},
"dependencies": {
"@cloudinary/url-gen": "^1.5.1",
"@pixi/filter-kawase-blur": "^4.1.5",
"@radix-ui/colors": "^0.1.8",
"@svgdotjs/svg.filter.js": "^3.0.8",
"@svgdotjs/svg.js": "^3.1.2",
"@tweenjs/tween.js": "^18.6.4",
"aframe": "^1.3.0",
"angle": "^0.9.1",
"aos": "^2.3.4",
"augmented-ui": "^2.0.0",
"chroma-js": "^2.4.2",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.4",
"core-js": "^3.22.6",
"debounce": "^1.2.1",
"express": "^4.18.1",
"file-loader": "^6.2.0",
"glsl-canvas-js": "^0.2.9",
"glslify-loader": "^2.0.0",
"gsap": "^3.10.4",
"hsl-to-hex": "^1.0.0",
"improved-noise": "^0.0.3",
"lil-gui": "^0.16.1",
"nodemon": "^2.0.16",
"normalize-wheel": "^1.0.1",
"pixi.js": "^6.3.2",
"popmotion": "^11.0.3",
"portfinder-sync": "0.0.2",
"postprocessing": "^6.26.4",
"proton-engine": "^5.3.2",
"raw-loader": "^4.0.2",
"simplex-noise": "^3.0.1",
"snd-lib": "^1.0.2",
"stats.js": "^0.17.0",
"three": "^0.140.2",
"three.interactive": "^1.3.2",
"tippy.js": "^6.3.7",
"tweakpane": "^3.0.8",
"tweakpane-image-plugin": "^1.1.3"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-syntax-jsx": "^7.17.12",
"@babel/preset-env": "^7.17.10",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^3.4.1",
"eslint": "^8.15.0",
"html-loader": "^3.1.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.0",
"npm-run-all": "^4.1.5",
"postcss-loader": "^6.2.1",
"style-loader": "^3.3.1",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1",
"webpack-merge": "^5.8.0"
}
}