-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
65 lines (65 loc) · 1.98 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
{
"name": "kiitecafe-desktop",
"productName": "Kiite Cafe Desktop",
"private": true,
"version": "0.5.0",
"main": "dist/main.js",
"scripts": {
"dev": "vite",
"build": "run-s build:*",
"build:vite": "vite build",
"build:electron": "electron-builder --config electron-builder.config.js --publish never",
"lint": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@colors/colors": "^1.6.0",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"bufferutil": "^4.0.8",
"conf": "^13.0.0",
"discord-rpc": "^4.0.1",
"electron-store": "^10.0.0",
"node-fetch": "^3.3.2",
"sass": "^1.77.6",
"semver": "^7.6.2",
"urlcat": "^3.1.0",
"utf-8-validate": "^5.0.10",
"vue": "^3.4.29",
"vue-material-design-icons": "^5.3.0",
"vue-router": "^4.3.3"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/discord-rpc": "^4.0.8",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-vue": "^5.0.5",
"electron": "^31.0.1",
"electron-builder": "^24.13.3",
"electron-devtools-installer": "^3.2.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.26.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"tar": "^7.2.0",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-electron": "^0.28.7",
"vite-tsconfig-paths": "^4.3.2",
"vue-tsc": "^1.8.27"
},
"pnpm": {
"overrides": {
"register-scheme": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.2.1.tgz"
}
}
}