-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1 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
37
{
"name": "projekt_bingo",
"version": "0.0.2",
"description": "Bingo with Garuda",
"main": "index.js",
"devDependencies": {
"expose-loader": "0.7.5",
"ts-loader": "7.0.5",
"typedoc": "^0.19.1",
"typedoc-webpack-plugin": "^1.1.4",
"typescript": "3.9.5",
"webpack": "4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"dat.gui": "^0.7.7",
"phaser": "^3.50.0",
"webpack-obfuscator": "0.24.6",
"garudajs": "0.1.16"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --mode development && webpack-dev-server --mode development",
"build": "webpack --mode production --dest ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/madclaws/projekt_bingo.git"
},
"author": "madclaws",
"license": "ISC",
"bugs": {
"url": "https://github.com/madclaws/projekt_bingo/issues"
},
"homepage": "https://github.com/madclaws/projekt_bingo#readme"
}