forked from mattdesl/three-vignette-background
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.25 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
{
"name": "three-vignette-background-esm",
"version": "1.0.0",
"description": "three-vignette-background ECMAScript modules version",
"homepage": "https://github.com/rc-bellergy/three-vignette-background",
"main": "dist/noise-background.js",
"private": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"start": "webpack serve --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
},
"keywords": [],
"author": "RC Bellergy <[email protected]> (https://github.com/rc-bellergy)",
"license": "ISC",
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"copy-webpack": "^1.1.1",
"css-loader": "^5.0.1",
"ejs-compiled-loader": "^3.0.0",
"ejs-loader": "^0.5.0",
"glsl-blend-soft-light": "^1.0.5",
"glsl-film-grain": "^1.0.4",
"glslify-loader": "^2.0.0",
"html-webpack-plugin": "^4.5.1",
"raw-loader": "^4.0.2",
"sass": "^1.32.2",
"sass-loader": "^10.1.0",
"style-loader": "^2.0.0",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^3.11.1",
"webpack-merge": "^5.7.3",
"webpack-node-externals": "^2.5.2"
},
"dependencies": {
"ejs": "^3.1.5",
"three": "^0.125.2"
}
}