-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
84 lines (84 loc) · 1.88 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"
},
"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"
},
"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/jquery": "^3.5.14",
"@types/lodash.clonedeep": "^4.5.7",
"@types/webfontloader": "^1.6.35",
"@vitejs/plugin-vue": "^3.1.2",
"autoprefixer": "^10.4.13",
"electron": "^21.2.2",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.2",
"typescript": "^4.9.3",
"vite": "^3.1.4",
"vite-electron-plugin": "^0.5.0",
"vite-plugin-electron-renderer": "^0.10.1",
"vue": "^3.2.45",
"vue-tsc": "^1.0.9"
},
"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.1",
"lodash.clonedeep": "^4.5.0",
"phaser": "^3.55.2",
"pinia": "^2.0.23",
"rxjs": "^7.5.7",
"webfontloader": "^1.6.28"
}
}