generated from wbkd/webpack-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.36 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
{
"private": true,
"name": "vite-2d-shader-template",
"version": "0.0.0",
"description": "Template to make 2D Webgl effect using OGL, powered by Vite.",
"author": "Robin Payot <[email protected]>",
"license": "MIT",
"type": "module",
"keywords": [
"shader",
"vite",
"useless",
"fun",
"code"
],
"contributors": [
"Robin Payot <[email protected]>"
],
"scripts": {
"dev": "vite",
"build": "vite build --emptyOutDir",
"preview": "vite preview",
"deploy": "vite build --emptyOutDir && gh-pages -d dist"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-env": "^7.15.8",
"@types/node": "^16.11.26",
"eslint": "^8.10.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-config-wesbos": "^3.0.2",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"gh-pages": "^5.0.0",
"glsl-noise": "^0.0.0",
"glslify": "^7.1.1",
"prettier": "^2.5.1",
"rollup-plugin-glslify": "^1.3.1",
"sass": "^1.58.0",
"vite": "^4.0.1"
},
"dependencies": {
"@vimeo/player": "^2.23.1",
"gsap": "^3.11.3",
"lil-gui": "^0.17.0",
"ogl": "^0.0.101",
"rfs": "^10.0.0"
}
}