-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "phaser3-typescript-santajump",
"version": "1.2.1",
"description": "Toy Game Project for Phaser 3 in Typescript",
"keywords": [
"Phaser",
"Phaser 3",
"Phaser3",
"TypeScript",
"Webpack"
],
"devDependencies": {
"expose-loader": "0.7.5",
"ts-loader": "4.4.2",
"typescript": "2.9.2",
"webpack": "4.15.0",
"webpack-cli": "3.0.8",
"webpack-dev-server": ">=3.1.11"
},
"dependencies": {
"axios": "^0.18.0",
"phaser": "3.15.1"
},
"scripts": {
"dev": "webpack --mode development && webpack-dev-server --mode development",
"build": "webpack --mode production",
"cp": "cpx -C -v build/** buildapp/www/build && cpx -C -v assets/** buildapp/www/assets && cpx -C -v static/** buildapp/www/static",
"buildapp": "npm run build && npm run cp && cd buildapp && cordova build android"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jo8937/santajump.git"
},
"author": {
"name": "george",
"email": "[email protected]"
},
"license": "ISC",
"homepage": "http://dev.nostia.com"
}