-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (35 loc) · 977 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
35
36
37
{
"name": "mythicmountain",
"version": "1.0.0",
"description": "Tiny medieval-themed, turned-based combat browser RPG",
"main": "index.js",
"browserslist": ["defaults"],
"scripts": {
"start": "webpack --watch --mode=development",
"build": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adamtpang/mythicmountain.git"
},
"keywords": [],
"author": "Adam Pang",
"license": "ISC",
"bugs": {
"url": "https://github.com/adamtpang/mythicmountain/issues"
},
"homepage": "https://github.com/adamtpang/mythicmountain#readme",
"dependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"babel-loader": "^9.1.2",
"core-js": "^3.27.2",
"css-loader": "^6.7.3",
"mini-css-extract-plugin": "^2.7.2",
"regenerator-runtime": "^0.13.11",
"sass": "^1.58.0",
"sass-loader": "^13.2.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}