generated from ourcade/phaser3-parcel-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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
{
"name": "regen",
"version": "1.0.0",
"description": "HTML5 game that supports mindfulness, journaling, and community-building. Developed using the Phaser Framework and generated from the Ourcade phaser3-parcel-template",
"scripts": {
"start": "parcel src/index.html -p 8000",
"build": "parcel build src/index.html --out-dir dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "joshquash95",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/palmerjh/regen.git"
},
"homepage": "https://github.com/palmerjh/regen",
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"minimist": ">=1.2.2",
"parcel-plugin-clean-easy": "^1.0.2",
"parcel-plugin-static-files-copy": "^2.4.3"
},
"dependencies": {
"phaser": "^3.55.2",
"webfontloader": "^1.6.28"
},
"parcelCleanPaths": [
"dist"
],
"staticFiles": {
"staticPath": "public",
"watcherGlob": "**"
}
}