-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
44 lines (44 loc) · 1.18 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
41
42
43
44
{
"name": "lost-chapters",
"version": "0.3.0",
"description": "Game based on Lovecraft universe developed by a french amateur team.",
"authors": [
"Sylvain Pollet-Villard",
"Benjamin Mailliet",
"Boris Couturier",
"Romain Proyart",
"Guillaume Maitrot",
"Guillaume Macret",
"Antoine Neveux"
],
"repository": {
"url": "https://github.com/clubgamedev/lost-chapters"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-s&ervice lint"
},
"dependencies": {
"baragouin": "^0.1.1",
"core-js": "^3.6.4",
"hammerjs": "^2.0.8",
"vue": "^2.6.14",
"vue-router": "^3.5.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.2.1",
"phaser-ce": "^2.19.0",
"vue-template-compiler": "^2.6.14"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}