forked from Sun0fABeach/vue-phaser3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 812 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 812 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
30
31
32
33
34
35
{
"name": "vue-phaser3",
"version": "3.2.1",
"description": "Template for working with Phaser in a Vue project",
"author": "Markus Appel <markospoparkos@gmail.com>",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"start": "http-server dist --port=5000"
},
"dependencies": {
"core-js": "^3.26.1",
"phaser": "^3.55.2",
"vue": "^3.2.45"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"http-server": "^14.1.1",
"sass": "^1.57.1",
"sass-loader": "^13.2.0"
},
"keywords": [
"vue",
"phaser",
"webpack",
"boilerplate",
"template"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Sun0fABeach/vue-phaser3.git"
}
}