forked from Aqro/threejs-vanishing-suzanne
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·43 lines (43 loc) · 1.26 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
{
"name": "threejs-vanishing-suzanne",
"scripts": {
"build": "webpack --config webpack.prod.js",
"watch": "webpack --watch --progress --config webpack.dev.js"
},
"devDependencies": {
"@babel/core": "^7.14.2",
"@babel/plugin-transform-runtime": "^7.14.2",
"@babel/preset-env": "^7.14.2",
"@babel/runtime": "^7.14.8",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"browser-sync": "^2.26.12",
"css-loader": "^5.2.4",
"eslint": "^7.30.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"glsl-curl-noise": "^0.0.4",
"glsl-noise": "^0.0.0",
"glsl-shader-loader": "^0.1.6",
"glslify-loader": "^2.0.0",
"sass-loader": "^12.1.0",
"style-loader": "^3.0.0",
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0"
},
"dependencies": {
"browser-sync-webpack-plugin": "^2.3.0",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"copy-webpack-plugin": "^9.0.1",
"gsap": "^3.6.1",
"mini-css-extract-plugin": "^2.1.0",
"sass": "^1.35.2",
"stats.js": "^0.17.0",
"terser-webpack-plugin": "^5.1.4",
"three": "^0.130.1",
"tweakpane": "^3.0.2",
"webpack-merge": "^5.8.0"
}
}