-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.35 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
{
"name": "threejs-navod",
"version": "1.0.0",
"description": "Website about Three.js.",
"main": "webpack.common.js",
"scripts": {
"build": "webpack --config webpack.prod.js --mode production",
"dev": "webpack serve --config webpack.dev.js --mode development --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jirkasa/threejs-navod.git"
},
"author": "Jiří Satora",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jirkasa/threejs-navod/issues"
},
"homepage": "https://github.com/Jirkasa/threejs-navod#readme",
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"ejs": "^3.1.8",
"html-loader": "^4.1.0",
"html-webpack-plugin": "^5.5.0",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"mini-css-extract-plugin": "^2.6.1",
"postcss": "^8.4.16",
"postcss-loader": "^7.0.1",
"postcss-preset-env": "^7.8.0",
"raw-loader": "^4.0.2",
"style-loader": "^3.3.1",
"template-ejs-loader": "^0.9.3",
"webpack": "^5.74.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"cannon": "^0.6.2",
"dat.gui": "^0.7.9",
"mainloop.js": "^1.0.4",
"three": "^0.142.0"
}
}