-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 735 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 735 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
{
"name": "continuo-app",
"version": "0.0.48",
"description": "Continuo and Hexago game using Phaser 3 and TypeScript",
"main": "index.js",
"scripts": {
"build": "webpack",
"build:prod": "NODE_ENV=production webpack",
"dev": "webpack serve",
"deploy": "gh-pages -d dist"
},
"author": "Jonathan Taylor",
"license": "MIT",
"devDependencies": {
"copy-webpack-plugin": "^9.0.1",
"gh-pages": "^3.2.3",
"ts-loader": "^9.2.5",
"typescript": "^4.3.5",
"webpack": "^5.50.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"array-shuffle": "^2.0.0",
"loglevel": "^1.7.1",
"phaser": "^3.55.2",
"phaser3-rex-plugins": "^1.1.59"
}
}