-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.13 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
38
39
40
41
42
43
{
"name": "game",
"version": "1.0.0",
"description": "A simple maze game with firebase and node.js",
"main": "main.js",
"scripts": {
"test": "jest",
"dev": "webpack --watch --mode=development",
"prod": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devops-maze/game.git"
},
"author": "Jakab Ádám | Hankóczi Döme | Jankelic Iván",
"license": "ISC",
"bugs": {
"url": "https://github.com/devops-maze/game/issues"
},
"homepage": "https://github.com/devops-maze/game#readme",
"dependencies": {
"browserify": "^17.0.0",
"jquery": "^3.5.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"css-loader": "^5.0.1",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^5.0.0-alpha.14",
"jest": "^26.6.3",
"mini-css-extract-plugin": "^1.3.1",
"node-sass": "^5.0.0",
"path": "^0.12.7",
"prettier": "2.1.2",
"sass-loader": "^10.1.0",
"style-loader": "^2.0.0",
"webpack": "^5.9.0",
"webpack-cli": "^4.2.0"
}
}