-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 3.01 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 3.01 KB
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
90
91
92
93
94
95
{
"name": "countdown",
"productName": "countdown",
"version": "1.0.0-beta.17",
"description": "CVM Countdown",
"main": ".vite/build/index.js",
"repository": "CVMEventi/Countdown",
"scripts": {
"preinstall": "node -p \"'export const APP_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts",
"start": "electron-forge start",
"package": "cross-env NODE_ENV=production electron-forge package",
"make": "cross-env NODE_ENV=production electron-forge make",
"publish": "electron-forge publish",
"lint": "eslint .",
"test": "vitest"
},
"engines": {
"node": ">=20"
},
"keywords": [],
"author": {
"name": "Matteo Piccina",
"email": "matteo.piccina@cvm.it"
},
"license": "MIT",
"type": "module",
"ts-node": {
"esm": true
},
"config": {},
"devDependencies": {
"@electron-forge/cli": "^7.6.1",
"@electron-forge/maker-deb": "^7.6.1",
"@electron-forge/maker-dmg": "^7.6.1",
"@electron-forge/maker-flatpak": "^7.10.2",
"@electron-forge/maker-rpm": "^7.6.1",
"@electron-forge/maker-squirrel": "^7.6.1",
"@electron-forge/maker-zip": "^7.6.1",
"@electron-forge/plugin-auto-unpack-natives": "^7.6.1",
"@electron-forge/plugin-vite": "^7.6.1",
"@electron-forge/publisher-github": "^7.6.1",
"@eslint/compat": "^2.0.4",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^10.0.1",
"@tailwindcss/vite": "^4.2.2",
"@timfish/forge-externals-plugin": "^0.2.1",
"@types/eslint__js": "^9.14.0",
"@types/howler": "^2.2.12",
"@types/node": "^24",
"@types/node-osc": "^9.1.0",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"@vitejs/plugin-vue": "^6.0.0",
"cross-env": "^7.0.3",
"electron": "^41.0.3",
"electron-devtools-installer": "^4.0.0",
"eslint": "^10.2.0",
"eslint-plugin-import": "^2.27.5",
"globals": "^17.4.0",
"postcss": "^8.5.1",
"tailwindcss": "^4.2.2",
"ts-node": "^10.9.1",
"typescript": "^6.0.2",
"typescript-eslint": "^8.22.0",
"vite": "^6.0.0",
"vitest": "^3.0.5"
},
"dependencies": {
"@fastify/static": "^9.0.0",
"@fastify/websocket": "^11.0.2",
"@headlessui-float/vue": "^0.15.0",
"@headlessui/vue": "^1.7.14",
"@heroicons/vue": "^2.0.16",
"@tailwindcss/forms": "^0.5.10",
"@vueuse/core": "^14.2.1",
"dayjs": "^1.11.13",
"dot-prop": "^10.1.0",
"electron-store": "^9.0.0",
"fastify": "^5.3.2",
"grandiose": "github:CVMEventi/grandiose#13df9f2",
"howler": "^2.2.3",
"mime": "^4.0.6",
"node-osc": "^11.3.0",
"pinia": "^3.0.4",
"ulid": "^3.0.2",
"update-electron-app": "^3.1.0",
"v8-compile-cache": "^2.3.0",
"vue": "^3.5.13",
"vue-accessible-color-picker": "^5.2.0",
"vue-router": "^5.0.4",
"vuedraggable": "^4.1.0",
"ws": "^8.5.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}