forked from christerk/ffbclient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.01 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": "ffbclient",
"version": "1.0.0",
"description": "HTML5 FFB client",
"main": "app.ts",
"scripts": {
"dev": "webpack --mode development && webpack-dev-server --mode development",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/christerk/ffbclient.git"
},
"author": "Christer Kaivo-oja",
"license": "ISC",
"bugs": {
"url": "https://github.com/christerk/ffbclient/issues"
},
"homepage": "https://github.com/christerk/ffbclient#readme",
"devDependencies": {
"@types/deepmerge": "^2.1.0",
"@types/lz-string": "^1.3.32",
"@types/ws": "^5.1.2",
"clean-webpack-plugin": "^0.1.19",
"deepmerge": "^2.1.1",
"html-webpack-plugin": "^3.2.0",
"lz-string": "^1.4.4",
"phaser": "^3.16.2",
"ts-loader": "^4.4.1",
"typescript": "^2.9.2",
"js-logger": "^1.6.0",
"webpack": "^4.12.1",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.5",
"ws": "^5.2.1"
}
}