-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) 路 1.11 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) 路 1.11 KB
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
{
"name": "phaser-webpack",
"version": "4.0.0",
"description": "Phaser Webpack",
"main": "src/js/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack serve --mode development",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sebsowter/phaser-webpack.git"
},
"author": "Seb Sowter",
"license": "MIT",
"bugs": {
"url": "https://github.com/sebsowter/phaser-webpack/issues"
},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"homepage": "https://github.com/sebsowter/phaser-webpack#readme",
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"babel-loader": "^9.1.2",
"copy-webpack-plugin": "^11.0.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"json-loader": "^0.5.7",
"phaser": "^v3.60.0-beta.23",
"ts-loader": "^9.4.2",
"typescript": "^5.0.3",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.2"
}
}