-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 945 Bytes
/
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
{
"repository": "#",
"license": "UNLICENSED",
"scripts": {
"build": "webpack --config ./bundler/webpack.prod.js",
"dev": "webpack serve --config ./bundler/webpack.dev.js"
},
"dependencies": {
"@babel/core": "^7.16.12",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.5.1",
"file-loader": "^6.2.0",
"gsap": "^3.9.1",
"html-loader": "^3.1.0",
"html-webpack-plugin": "^5.5.0",
"ip": "^1.1.5",
"lil-gui": "^0.16.0",
"mini-css-extract-plugin": "^2.5.3",
"portfinder-sync": "0.0.2",
"postprocessing": "^6.24.0",
"raw-loader": "^4.0.2",
"spectorjs": "^0.9.27",
"stats-js": "^1.0.1",
"style-loader": "^3.3.1",
"three": "^0.137.5",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.3",
"webpack-merge": "^5.8.0"
}
}