-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
158 lines (158 loc) · 4.66 KB
/
package.json
File metadata and controls
158 lines (158 loc) · 4.66 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"name": "atlassify",
"version": "3.7.0",
"private": true,
"description": "Atlassian notifications on your menu bar.",
"main": "build/main.js",
"scripts": {
"clean": "rimraf build coverage dist node_modules",
"prepare": "husky",
"build": "vite build",
"codegen": "graphql-codegen --config codegen.ts",
"codegen:watch": "pnpm codegen --watch",
"dev": "concurrently --names \"vite,codegen\" --prefix-colors \"blue,magenta\" \"vite dev\" \"pnpm codegen:watch\"",
"devtools": "concurrently --names \"dev,devtools\" --prefix-colors \"cyan,green\" \"pnpm dev\" \"react-devtools\"",
"start": "pnpm build && pnpm dev",
"package:linux": "electron-builder --linux",
"package:macos": "electron-builder --mac",
"package:win": "electron-builder --win",
"i18n:extract": "i18next-cli extract --sync-all",
"i18n:check": "i18next-cli extract --ci --quiet",
"i18n:lint": "i18next-cli lint",
"i18n:status": "i18next-cli status",
"lint": "biome check --fix",
"lint:check": "biome check",
"test": "vitest --coverage --run",
"test:watch": "vitest --watch --coverage",
"test:ui": "vitest --ui"
},
"engines": {
"node": ">=24"
},
"repository": {
"type": "git",
"url": "https://github.com/setchy/atlassify.git"
},
"keywords": [
"atlassify",
"atlassian",
"bitbucket",
"compass",
"confluence",
"jira",
"notifications",
"electron",
"menubar",
"taskbar",
"tray"
],
"author": {
"name": "Adam Setch",
"url": "https://github.com/setchy"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/setchy/atlassify/issues"
},
"homepage": "https://atlassify.io",
"dependencies": {
"electron-log": "5.4.3",
"electron-updater": "6.8.3",
"i18next": "26.0.5",
"i18next-browser-languagedetector": "8.2.1",
"menubar": "9.5.2",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-i18next": "17.0.4",
"react-router-dom": "7.14.1"
},
"devDependencies": {
"@aptabase/electron": "0.3.1",
"@atlaskit/avatar": "25.11.7",
"@atlaskit/avatar-group": "12.7.0",
"@atlaskit/badge": "18.4.4",
"@atlaskit/button": "23.11.3",
"@atlaskit/checkbox": "17.3.12",
"@atlaskit/css-reset": "7.4.5",
"@atlaskit/form": "15.5.5",
"@atlaskit/heading": "5.4.2",
"@atlaskit/icon": "34.2.0",
"@atlaskit/inline-message": "15.6.9",
"@atlaskit/logo": "20.0.2",
"@atlaskit/modal-dialog": "14.15.1",
"@atlaskit/primitives": "19.0.0",
"@atlaskit/radio": "8.5.4",
"@atlaskit/select": "21.10.5",
"@atlaskit/spinner": "19.1.2",
"@atlaskit/textfield": "8.3.2",
"@atlaskit/theme": "23.1.0",
"@atlaskit/toggle": "15.6.0",
"@atlaskit/tokens": "13.0.0",
"@atlaskit/tooltip": "21.1.6",
"@biomejs/biome": "2.4.12",
"@compiled/vite-plugin": "1.1.4",
"@discordapp/twemoji": "16.0.1",
"@electron/notarize": "3.1.1",
"@graphql-codegen/cli": "6.3.0",
"@graphql-codegen/schema-ast": "5.0.2",
"@graphql-typed-document-node/core": "3.2.0",
"@heroicons/react": "2.2.0",
"@parcel/watcher": "2.5.6",
"@swc-contrib/plugin-graphql-codegen-client-preset": "0.20.0",
"@tailwindcss/vite": "4.2.2",
"@tanstack/react-query": "5.99.0",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
"@types/node": "24.12.2",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/react-router-dom": "5.3.3",
"@vitejs/plugin-react": "6.0.1",
"@vitest/coverage-v8": "4.1.4",
"@vitest/ui": "4.1.4",
"axios": "1.15.0",
"clsx": "2.1.1",
"concurrently": "9.2.1",
"date-fns": "4.1.0",
"electron": "41.2.1",
"electron-builder": "26.8.1",
"graphql": "16.13.2",
"happy-dom": "20.9.0",
"husky": "9.1.7",
"i18next-cli": "1.53.2",
"nock": "14.0.12",
"react-devtools": "7.0.1",
"rimraf": "6.1.3",
"tailwind-merge": "3.5.0",
"tailwindcss": "4.2.2",
"typescript": "6.0.3",
"vite": "8.0.8",
"vite-plugin-checker": "0.13.0",
"vite-plugin-electron": "0.29.1",
"vite-plugin-electron-renderer": "0.14.6",
"vitest": "4.1.4",
"zustand": "5.0.12"
},
"packageManager": "pnpm@10.33.0",
"pnpm": {
"onlyBuiltDependencies": [
"@biomejs/biome",
"@parcel/watcher",
"@swc/core",
"@tailwindcss/oxide",
"electron",
"electron-winstaller",
"esbuild",
"unrs-resolver"
]
},
"lint-staged": {
"*": "biome check --fix --no-errors-on-unmatched",
"*.{js,ts,tsx}": [
"bash -c 'tsc --noEmit'",
"bash -c 'pnpm i18n:lint'",
"pnpm test --changed --passWithNoTests --update"
]
}
}