-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.02 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
{
"name": "web-minecraft",
"version": "1.0.0",
"description": "web minecraft",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/junqiuzhang/web-minecraft.git"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/runtime": "^7.4.5",
"@types/node": "^12.0.10",
"@types/three": "^0.103.2",
"babel-loader": "^8.0.6",
"cross-env": "^5.2.0",
"css-loader": "^2.1.1",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^0.23.1",
"ts-loader": "^6.2.1",
"typescript": "^3.5.2",
"url-loader": "^1.1.2",
"webpack": "4.x.x",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/junqiuzhang/web-minecraft/issues"
},
"homepage": "https://github.com/junqiuzhang/web-minecraft#readme",
"dependencies": {
"three": "^0.111.0"
}
}