-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.04 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
{
"name": "ragnarok_dungeons",
"version": "0.1.0",
"description": "",
"main": "src/RagnarokDungeonsGame.ts",
"scripts": {
"test": "echo 'OwO, what's this?'",
"dev": "webpack serve",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ReMod-Studios-Games/Ragnarok-Dungeons.git"
},
"author": "ReMod Games",
"license": "LGPLv2",
"bugs": {
"url": "https://github.com/ReMod-Studios-Games/Ragnarok-Dungeons/issues"
},
"homepage": "https://github.com/ReMod-Studios-Games/Ragnarok-Dungeons/#readme",
"dependencies": {
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.2.0",
"phaser": "^3.55.2"
},
"devDependencies": {
"css-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"ts-loader": "^9.2.5",
"typescript": "^4.3.5",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.0.0"
}
}