-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 742 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 742 Bytes
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
{
"name": "bureaulogie",
"version": "0.1.2",
"description": "Bureaulogie Judge",
"main": "src/js/main.js",
"scripts": {
"start": "webpack serve --mode development",
"build": "webpack --mode production"
},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"homepage": "https://tribunal-game.bmagic.fr",
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/preset-env": "^7.22.20",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^11.0.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.3",
"phaser": "^v3.60.0",
"prettier": "3.0.3",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}