-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.69 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.69 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
{
"private": true,
"name": "my-acticord",
"description": "Let your Discord friend know the activities you're doing.",
"version": "1.0.0",
"author": "zed",
"main": "app/background.js",
"scripts": {
"commit": "cz-customizable",
"dev": "nextron --run-only",
"build": "nextron build",
"postinstall": "electron-builder install-app-deps",
"format": "npx prettier --write ."
},
"dependencies": {
"@babel/runtime-corejs3": "^7.24.8",
"@hookform/resolvers": "^3.9.0",
"@nextui-org/button": "^2.0.34",
"@nextui-org/dropdown": "^2.1.26",
"@nextui-org/modal": "^2.0.36",
"@nextui-org/react": "^2.4.2",
"@nextui-org/spinner": "^2.0.30",
"@tanstack/react-query": "^5.51.5",
"conf": "^13.0.1",
"discord-rpc": "^4.0.1",
"electron-serve": "^1.3.0",
"electron-store": "^8.2.0",
"framer-motion": "^11.3.2",
"node-fetch": "2.6.1",
"react-hook-form": "^7.52.1",
"react-icons": "^5.2.1",
"ws": "^8.18.0",
"zod": "^3.23.8",
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/discord-rpc": "^4.0.8",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"autoprefixer": "^10.4.19",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^7.0.0",
"electron": "^31.0.1",
"electron-builder": "^24.13.3",
"next": "^14.2.4",
"nextron": "^9.1.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}