-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.42 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.42 KB
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
{
"repository": "#",
"license": "UNLICENSED",
"scripts": {
"build": "webpack --config ./bundler/webpack.prod.js",
"dev": "webpack serve --config ./bundler/webpack.dev.js"
},
"dependencies": {
"build": "^0.1.4",
"cannon-es": "^0.20.0",
"console-browserify": "^1.2.0",
"css-loader": "^6.7.1",
"file-loader": "^6.2.0",
"gsap": "^3.11.4",
"html-loader": "^3.1.0",
"mini-css-extract-plugin": "^2.6.0",
"portfinder-sync": "0.0.2",
"raw-loader": "^4.0.2",
"start": "^5.1.0",
"style-loader": "^3.3.1",
"three": "^0.140.2",
"three-fbx-loader": "^1.0.2",
"webpack-merge": "^5.8.0"
},
"name": "threejs-study",
"version": "1.0.0",
"description": "",
"main": "index.js",
"keywords": [],
"author": "",
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@types/node": "^18.11.18",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.29.0",
"cross-env": "^7.0.3",
"html-webpack-plugin": "^5.5.0",
"source-map-loader": "^4.0.1",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
}
}