forked from Willard21/MineKhan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 848 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
{
"name": "minekhan",
"version": "1.0.0",
"description": "Minecraft for Khan Academy",
"main": "index.js",
"scripts": {
"watch": "webpack --watch",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Willard21/MineKhan.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Willard21/MineKhan/issues"
},
"homepage": "https://github.com/Willard21/MineKhan#readme",
"devDependencies": {
"eslint": "^8.21.0",
"html-inline-script-webpack-plugin": "^3.1.0",
"html-webpack-plugin": "^5.5.0",
"webpack": "^5.74.0",
"css-loader": "^5.2.1",
"raw-loader": "^4.0.2",
"style-loader": "^2.0.0",
"webpack-cli": "^4.6.0"
},
"dependencies": {
"express": "^4.18.1"
}
}