-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
84 lines (84 loc) · 1.92 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "pentaquest",
"version": "1.0.0",
"main": "dist-electron/main/index.js",
"license": "MIT",
"private": true,
"description": "RPG Game in TS with Java Spring Boot as back-end",
"repository": {
"type": "git",
"url": "git+https://github.com/UniDank/ProgettoPentagono.git"
},
"contributors": [
{
"name": "Daniele Nicosia"
},
{
"name": "Federico Agnello"
},
{
"name": "Claudio Bellanti"
},
{
"name": "Marco Valenti"
},
{
"name": "Giorgio Zangara"
}
],
"bugs": {
"url": "https://github.com/UniDank/ProgettoPentagono/issues"
},
"homepage": "https://github.com/UniDank/ProgettoPentagono#readme",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build && electron-builder"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"devDependencies": {
"@iconify-icons/ic": "^1.2.10",
"@iconify/vue": "^4.0.0",
"@types/animejs": "^3.1.6",
"@types/lodash.clonedeep": "^4.5.7",
"@vitejs/plugin-vue": "^3.1.2",
"autoprefixer": "^10.4.13",
"electron": "^21.2.2",
"electron-builder": "^23.3.3",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.2",
"typescript": "^4.8.4",
"vite": "^3.1.4",
"vite-electron-plugin": "^0.5.0",
"vite-plugin-electron-renderer": "^0.10.1",
"vue": "^3.2.40",
"vue-tsc": "^1.0.9"
},
"debug": {
"env": {
"VITE_DEV_SERVER_URL": "http://127.0.0.1:3344"
}
},
"keywords": [
"electron",
"rollup",
"vite",
"vue3",
"vue"
],
"dependencies": {
"@ion-phaser/core": "^1.3.0",
"animejs": "^3.2.1",
"howler": "^2.2.3",
"lodash.clonedeep": "^4.5.0",
"phaser": "^3.55.2",
"phaser3-rex-plugins": "^1.1.75",
"phaser3-rex-plugins-types": "^0.2.0",
"phaser3-webfont-loader": "^1.0.0",
"pinia": "^2.0.23",
"pixi.js": "^7.0.2",
"rxjs": "^7.5.7",
"webfontloader": "^1.6.28"
}
}