forked from Nightspeller/Weakling
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.1 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
{
"name": "weakling",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.prod.js",
"start": "webpack serve --host 0.0.0.0 --config webpack.config.js",
"lint": "eslint ./src --ext .ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"file-loader": "^6.2.0",
"phaser": "^3.55.2",
"phaser3-rex-plugins": "^1.1.63"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"create-file-webpack": "^1.0.2",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.25.3",
"html-webpack-plugin": "^4.5.2",
"ts-loader": "^8.3.0",
"tslib": "^2.3.1",
"typescript": "^4.5.2",
"url-loader": "^4.1.1",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^3.11.3",
"webpack-free-tex-packer": "^0.3.4",
"webpack-pwa-manifest": "^4.3.0",
"workbox-webpack-plugin": "^6.4.1"
}
}