-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.14 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
{
"name": "flying-a-hippogriff",
"version": "1.0.0",
"description": "You can find the game here: [Flying a Hippogriff](https://brendonthiede.github.io/flying-a-hippogriff/src/index.html)",
"main": "index.html",
"scripts": {
"start": "webpack --mode development && webpack-dev-server --mode development",
"build": "webpack --mode production",
"deploy": "npm run build && gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brendonthiede/flying-a-hippogriff.git"
},
"author": "brendonthiede",
"license": "ISC",
"bugs": {
"url": "https://github.com/brendonthiede/flying-a-hippogriff/issues"
},
"homepage": "https://github.com/brendonthiede/flying-a-hippogriff#readme",
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"expose-loader": "^4.0.0",
"file-loader": "^6.2.0",
"gh-pages": "^5.0.0",
"ts-loader": "^9.4.1",
"typescript": "4.1.3",
"webpack": "^5.78.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.13.2"
},
"dependencies": {
"flying-a-hippogriff": "file:",
"phaser": "^3.55.2"
}
}