This repository was archived by the owner on Apr 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.32 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.32 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
49
50
51
52
53
{
"name": "Moxxi",
"version": "1.0.0",
"description": "Three.js FPS project boilerplate bundled with webpack",
"keywords": [
"webgl",
"boilerplate",
"three.js",
"es6",
"webpack"
],
"scripts": {
"test": "mocha --reporter list",
"start": "http-server . -p 8000",
"develop": "webpack --mode development --watch",
"build": "webpack --mode production"
},
"dependencies": {
"@fabienmotte/three-first-person-controls": "^73.0.1",
"cannon": "^0.6.2",
"express": "^4.17.1",
"first-person-controls": "^1.0.1",
"http-server": "^0.11.1",
"mocha": "^6.1.4",
"oimo": "^1.0.9",
"pako": "^1.0.10",
"pug": "^2.0.3",
"socket.io": "^2.2.0",
"three": "^0.104.0",
"three-fbx-loader": "^1.0.3",
"three-first-person-controls": "^0.2.1",
"three-obj-loader": "^1.1.3",
"three-orbitcontrols": "^2.102.2",
"three-pointerlock": "0.0.2",
"three-to-cannon": "^2.0.0",
"whs": "^2.1.9"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"babel-loader": "^8.0.6",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"raw-loader": "^2.0.0",
"rimraf": "^2.6.3",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.3.1"
},
"engines": {
"node": ">=8.0.0"
}
}