This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
80 lines (80 loc) · 2.2 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "phaser-project-template-es6",
"version": "3.24.1",
"description": "Phaser 3 starter template with ES6 and webpack.",
"homepage": "https://github.com/yandeu/phaser-project-template-es6#readme",
"main": "index.js",
"scripts": {
"start": "node server",
"build": "webpack --config webpack/webpack.prod.js",
"bundle": "npm run build",
"dev": "npx webpack-dev-server --config webpack/webpack.dev.js"
},
"keywords": [
"Phaser",
"Phaser 3",
"Phaser3",
"html5 game",
"TypeScript",
"webpack",
"starter"
],
"author": {
"name": "Yannick Deubel",
"url": "https://github.com/yandeu"
},
"repository": {
"type": "git",
"url": "https://github.com/yandeu/phaser-project-template-es6.git"
},
"template": {
"name": "phaser-project-template-es6",
"url": "https://github.com/yandeu/phaser-project-template-es6",
"author": "Yannick Deubel (https://github.com/yandeu)"
},
"engines": {
"node": "14.x"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.10.4",
"@colyseus/monitor": "^0.14.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.12.0",
"open": "^7.3.1",
"serve": "^11.3.2",
"typescript": "^3.9.6",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@babel/polyfill": "^7.10.4",
"@colyseus/schema": "^1.0.9",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"colyseus": "^0.14.6",
"colyseus.js": "^0.14.0",
"cookie-parser": "^1.4.5",
"copy-webpack-plugin": "^6.3.0",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"hashids": "^2.2.8",
"html-webpack-plugin": "^4.5.0",
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"phaser": "^3.24.1",
"phaser3-rex-plugins": "^1.1.31",
"request": "^2.88.2",
"session-file-store": "^1.5.0",
"store": "^2.0.12",
"webpack": "^4.43.0",
"webpack-merge": "^4.2.1",
"webpack-obfuscator": "^0.27.4",
"workbox-webpack-plugin": "^5.1.3"
}
}