-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
89 lines (89 loc) · 2.06 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
85
86
87
88
89
{
"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"
},
"author": {
"name": "zAlweNy26, FedeDC512, valentimarco, xClaudi0, GiorgioZa"
},
"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",
"check": "vue-tsc --noEmit",
"build": "npm run check && vite build",
"local": "java -jar backendLocal.jar",
"server": "java -jar backendOnline.jar",
"full": "run-p local dev",
"online": "run-p server dev"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"devDependencies": {
"@iconify-icons/ic": "^1.2.13",
"@iconify/vue": "^4.0.2",
"@types/animejs": "^3.1.6",
"@types/jquery": "^3.5.16",
"@types/lodash.clonedeep": "^4.5.7",
"@types/webfontloader": "^1.6.35",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.13",
"electron": "^22.0.3",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4",
"vite": "^4.0.4",
"vite-electron-plugin": "^0.7.4",
"vite-plugin-electron-renderer": "^0.11.4",
"vue": "^3.2.45",
"vue-tsc": "^1.0.24"
},
"debug": {
"env": {
"VITE_DEV_SERVER_URL": "http://127.0.0.1:3344"
}
},
"keywords": [
"electron",
"rollup",
"vite",
"vue3",
"vue"
],
"dependencies": {
"grid-engine": "^2.24.0",
"jquery": "^3.6.3",
"lodash.clonedeep": "^4.5.0",
"npm-run-all": "^4.1.5",
"phaser": "^3.55.2",
"pinia": "^2.0.29",
"rxjs": "^7.8.0",
"webfontloader": "^1.6.28"
}
}