-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 747 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 747 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
31
{
"name": "phaser3-bitmapfont-generator",
"version": "1.0.5",
"description": "",
"main": "index.js",
"scripts": {
"serve": "webpack-dev-server --config webpack.dev.js",
"release": "webpack --config webpack.release.js"
},
"keywords": [
"phaser3",
"bitmapfont"
],
"author": "triamero",
"license": "MIT",
"dependencies": {
"js2xmlparser": "^4.0.1",
"phaser": "^3.24.1"
},
"devDependencies": {
"html-webpack-plugin": "^4.5.0",
"terser-webpack-plugin": "^3.0.6",
"ts-loader": "^6.2.1",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"typescript": "^3.9.7",
"webpack": "^4.41.4",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1",
"webpack-merge": "^4.2.2"
}
}