-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
57 lines (57 loc) · 1.64 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
{
"name": "castmate-monorepo",
"version": "0.5.4-beta",
"description": "",
"private": true,
"type": "module",
"scripts": {
"setup-vite": "yarn workspace castmate-vite build",
"build": "node ./vite-util/multi-vite.mjs build && yarn workspace castmate run electron:build && yarn workspace castmate-satellite run electron:build",
"buildpublish": "node ./vite-util/multi-vite.mjs build && yarn workspace castmate run electron:buildpublish && yarn workspace castmate-satellite run electron:buildpublish",
"dev": "node ./vite-util/multi-vite.mjs",
"satdev": "yarn workspace castmate-satellite dev",
"format": "prettier . --write",
"clearnode": "node ./vite-util/clear-node-modules.mjs",
"ebuild": "electron-rebuild -f"
},
"keywords": [],
"workspaces": [
"packages/*",
"libs/*",
"plugins/*"
],
"author": "LordTocs",
"license": "AGPL",
"electronVersion": "20.0.1",
"devDependencies": {
"@electron/rebuild": "^3.6.0",
"@types/node": "^20.4.8",
"@vitejs/plugin-vue": "4.6.2",
"@vue/tsconfig": "^0.4.0",
"@vueuse/core": "10.7.2",
"chromatism2": "^3.0.2",
"electron": "29.4.5",
"eslint": "^8.34.0",
"eslint-plugin-vue": "^9.9.0",
"node-gyp": "^10.0.1",
"pinia": "^2.1.7",
"prettier": "^2.8.4",
"primeflex": "3.3.1",
"primevue": "3.53.0",
"vite": "^5.2.9",
"vite-plugin-dts": "^2.3.0",
"vue": "^3.4.23"
},
"packageManager": "[email protected]",
"dependencies": {
"@ffmpeg-installer/win32-x64": "^4.1.0",
"@ffprobe-installer/win32-x64": "^5.1.0",
"axios": "^1.5.1",
"castmate-core": "workspace:^",
"nanoid": "^5.0.7",
"ts-toolbelt": "^9.6.0",
"typescript": "^5.1.3",
"vue-tsc": "^1.8.0",
"ws": "^8.14.2"
}
}