-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.38 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
{
"name": "barkm.github.io",
"version": "0.1.0",
"private": true,
"homepage": "https://barkm.github.io",
"scripts": {
"dev": "webpack serve --config ./bundler/webpack.dev.js --open",
"build": "webpack --config ./bundler/webpack.prod.js",
"prepare": "husky install"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"animejs": "^3.2.1",
"dat.gui": "^0.7.7",
"gaussian": "^1.2.0",
"glsl-random": "^0.0.5",
"glslify": "^7.1.1",
"simplex-noise": "^2.4.0",
"stats.js": "^0.17.0",
"three": "^0.128.0"
},
"devDependencies": {
"@types/animejs": "^3.1.3",
"@types/dat.gui": "^0.7.6",
"@types/gaussian": "^1.1.2",
"@types/stats.js": "^0.17.0",
"@types/three": "^0.127.1",
"clean-webpack-plugin": "*",
"css-loader": "^5.2.4",
"dat.gui": "^0.7.7",
"glsl-face-normal": "^1.0.2",
"glsl-fog": "^0.0.1",
"glsl-noise": "*",
"glslify-loader": "^2.0.0",
"html-webpack-plugin": "^5.3.1",
"husky": "^6.0.0",
"lint-staged": "^10.5.4",
"mini-css-extract-plugin": "^1.5.0",
"prettier": "^2.2.1",
"ts-loader": "^9.1.1",
"typescript": "^4.2.4",
"webpack": "^5.35.1",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2",
"webpack-glsl-loader": "github:barkm/webpack-glsl-loader"
}
}