|
1 | 1 | { |
2 | | - "name": "gitify", |
3 | | - "version": "6.2.0", |
4 | | - "description": "GitHub notifications on your menu bar.", |
5 | | - "main": "build/main.js", |
6 | | - "scripts": { |
7 | | - "clean": "rimraf build coverage dist node_modules", |
8 | | - "build": "concurrently --names \"main,renderer\" --prefix-colors \"blue,green\" \"pnpm build:main\" \"pnpm build:renderer\"", |
9 | | - "build:main": "webpack --config ./config/webpack.config.main.prod.ts", |
10 | | - "build:renderer": "webpack --config ./config/webpack.config.renderer.prod.ts", |
11 | | - "watch": "concurrently --names \"main,renderer\" --prefix-colors \"blue,green\" \"pnpm watch:main\" \"pnpm watch:renderer\"", |
12 | | - "watch:main": "webpack --watch --config ./config/webpack.config.main.base.ts", |
13 | | - "watch:renderer": "webpack --watch --config ./config/webpack.config.renderer.base.ts", |
14 | | - "prepare:remove-source-maps": "ts-node ./scripts/delete-source-maps.ts", |
15 | | - "package:linux": "electron-builder --linux --config ./config/electron-builder.js", |
16 | | - "package:macos": "electron-builder --mac --config ./config/electron-builder.js", |
17 | | - "package:win": "electron-builder --win --config ./config/electron-builder.js", |
18 | | - "lint:check": "biome check", |
19 | | - "lint": "biome check --fix", |
20 | | - "test": "jest", |
21 | | - "start": "electron . --enable-logging", |
22 | | - "prepare": "husky" |
23 | | - }, |
24 | | - "engines": { |
25 | | - "node": ">=20" |
26 | | - }, |
27 | | - "repository": { |
28 | | - "type": "git", |
29 | | - "url": "https://github.com/gitify-app/gitify.git" |
30 | | - }, |
31 | | - "keywords": [ |
32 | | - "gitify", |
33 | | - "github", |
34 | | - "notifier", |
35 | | - "notifications", |
36 | | - "electron", |
37 | | - "atom", |
38 | | - "shell", |
39 | | - "app", |
40 | | - "tray" |
41 | | - ], |
42 | | - "author": { |
43 | | - "name": "Adam Setch", |
44 | | - "url": "https://github.com/setchy" |
45 | | - }, |
46 | | - "contributors": [ |
47 | | - { |
48 | | - "name": "Emmanouil Konstantinidis", |
49 | | - "url": "https://github.com/manosim" |
50 | | - }, |
51 | | - { |
52 | | - "name": "Jake 'Sid' Smith", |
53 | | - "url": "https://github.com/JakeSidSmith" |
54 | | - }, |
55 | | - { |
56 | | - "name": "Adam Setch", |
57 | | - "url": "https://github.com/setchy" |
58 | | - }, |
59 | | - { |
60 | | - "name": "Afonso Ramos", |
61 | | - "url": "https://github.com/afonsojramos" |
62 | | - } |
63 | | - ], |
64 | | - "license": "MIT", |
65 | | - "bugs": { |
66 | | - "url": "https://github.com/gitify-app/gitify/issues" |
67 | | - }, |
68 | | - "homepage": "https://gitify.io/", |
69 | | - "dependencies": { |
70 | | - "@electron/remote": "2.1.2", |
71 | | - "electron-log": "5.3.3", |
72 | | - "electron-updater": "6.6.2", |
73 | | - "menubar": "9.5.1", |
74 | | - "react": "19.1.0", |
75 | | - "react-dom": "19.1.0", |
76 | | - "react-router-dom": "7.5.0", |
77 | | - "update-electron-app": "3.1.1" |
78 | | - }, |
79 | | - "devDependencies": { |
80 | | - "@biomejs/biome": "1.9.4", |
81 | | - "@discordapp/twemoji": "15.1.0", |
82 | | - "@electron/notarize": "3.0.1", |
83 | | - "@primer/octicons-react": "19.15.1", |
84 | | - "@primer/primitives": "10.5.0", |
85 | | - "@primer/react": "36.27.0", |
86 | | - "@tailwindcss/postcss": "4.1.3", |
87 | | - "@testing-library/react": "16.3.0", |
88 | | - "@types/jest": "29.5.14", |
89 | | - "@types/node": "22.14.0", |
90 | | - "@types/react": "19.1.0", |
91 | | - "@types/react-dom": "19.1.1", |
92 | | - "@types/react-router-dom": "5.3.3", |
93 | | - "@types/semver": "7.7.0", |
94 | | - "axios": "1.8.4", |
95 | | - "clsx": "2.1.1", |
96 | | - "concurrently": "9.1.2", |
97 | | - "copy-webpack-plugin": "13.0.0", |
98 | | - "css-loader": "7.1.2", |
99 | | - "css-minimizer-webpack-plugin": "7.0.2", |
100 | | - "date-fns": "4.1.0", |
101 | | - "electron": "34.4.1", |
102 | | - "electron-builder": "25.1.8", |
103 | | - "final-form": "4.20.10", |
104 | | - "graphql-tag": "2.12.6", |
105 | | - "html-webpack-plugin": "5.6.3", |
106 | | - "husky": "9.1.7", |
107 | | - "jest": "29.7.0", |
108 | | - "jest-environment-jsdom": "29.7.0", |
109 | | - "mini-css-extract-plugin": "2.9.2", |
110 | | - "nock": "13.5.6", |
111 | | - "postcss": "8.5.3", |
112 | | - "postcss-loader": "8.1.1", |
113 | | - "rimraf": "6.0.1", |
114 | | - "semver": "7.7.1", |
115 | | - "styled-components": "6.1.17", |
116 | | - "tailwind-merge": "3.2.0", |
117 | | - "tailwindcss": "4.1.3", |
118 | | - "terser-webpack-plugin": "5.3.14", |
119 | | - "ts-jest": "29.3.1", |
120 | | - "ts-loader": "9.5.2", |
121 | | - "ts-node": "10.9.2", |
122 | | - "typescript": "5.8.3", |
123 | | - "webpack": "5.99.0", |
124 | | - "webpack-cli": "6.0.1", |
125 | | - "webpack-merge": "6.0.1" |
126 | | - }, |
127 | | - "packageManager": "[email protected]", |
128 | | - "pnpm": { |
129 | | - "onlyBuiltDependencies": ["@biomejs/biome", "electron", "esbuild"] |
130 | | - }, |
131 | | - "lint-staged": { |
132 | | - "*": "biome check --fix --no-errors-on-unmatched", |
133 | | - "*.{js,ts,tsx}": "pnpm test -- --findRelatedTests -u --passWithNoTests" |
134 | | - } |
| 2 | + "name": "gitify", |
| 3 | + "version": "6.2.0", |
| 4 | + "description": "GitHub notifications on your menu bar.", |
| 5 | + "main": "build/main.js", |
| 6 | + "scripts": { |
| 7 | + "clean": "rimraf build coverage dist node_modules", |
| 8 | + "build": "concurrently --names \"main,renderer\" --prefix-colors \"blue,green\" \"pnpm build:main\" \"pnpm build:renderer\"", |
| 9 | + "build:main": "webpack --config ./config/webpack.config.main.prod.ts", |
| 10 | + "build:renderer": "webpack --config ./config/webpack.config.renderer.prod.ts", |
| 11 | + "watch": "concurrently --names \"main,renderer\" --prefix-colors \"blue,green\" \"pnpm watch:main\" \"pnpm watch:renderer\"", |
| 12 | + "watch:main": "webpack --watch --config ./config/webpack.config.main.base.ts", |
| 13 | + "watch:renderer": "webpack --watch --config ./config/webpack.config.renderer.base.ts", |
| 14 | + "prepare:remove-source-maps": "ts-node ./scripts/delete-source-maps.ts", |
| 15 | + "package:linux": "electron-builder --linux --config ./config/electron-builder.js", |
| 16 | + "package:macos": "electron-builder --mac --config ./config/electron-builder.js", |
| 17 | + "package:win": "electron-builder --win --config ./config/electron-builder.js", |
| 18 | + "lint:check": "biome check", |
| 19 | + "lint": "biome check --fix", |
| 20 | + "test": "jest", |
| 21 | + "start": "electron . --enable-logging", |
| 22 | + "prepare": "husky" |
| 23 | + }, |
| 24 | + "engines": { |
| 25 | + "node": ">=20" |
| 26 | + }, |
| 27 | + "repository": { |
| 28 | + "type": "git", |
| 29 | + "url": "https://github.com/gitify-app/gitify.git" |
| 30 | + }, |
| 31 | + "keywords": [ |
| 32 | + "gitify", |
| 33 | + "github", |
| 34 | + "notifier", |
| 35 | + "notifications", |
| 36 | + "electron", |
| 37 | + "atom", |
| 38 | + "shell", |
| 39 | + "app", |
| 40 | + "tray" |
| 41 | + ], |
| 42 | + "author": { |
| 43 | + "name": "Adam Setch", |
| 44 | + "url": "https://github.com/setchy" |
| 45 | + }, |
| 46 | + "contributors": [ |
| 47 | + { |
| 48 | + "name": "Emmanouil Konstantinidis", |
| 49 | + "url": "https://github.com/manosim" |
| 50 | + }, |
| 51 | + { |
| 52 | + "name": "Jake 'Sid' Smith", |
| 53 | + "url": "https://github.com/JakeSidSmith" |
| 54 | + }, |
| 55 | + { |
| 56 | + "name": "Adam Setch", |
| 57 | + "url": "https://github.com/setchy" |
| 58 | + }, |
| 59 | + { |
| 60 | + "name": "Afonso Ramos", |
| 61 | + "url": "https://github.com/afonsojramos" |
| 62 | + } |
| 63 | + ], |
| 64 | + "license": "MIT", |
| 65 | + "bugs": { |
| 66 | + "url": "https://github.com/gitify-app/gitify/issues" |
| 67 | + }, |
| 68 | + "homepage": "https://gitify.io/", |
| 69 | + "dependencies": { |
| 70 | + "@electron/remote": "2.1.2", |
| 71 | + "electron-log": "5.3.3", |
| 72 | + "electron-updater": "6.6.2", |
| 73 | + "menubar": "9.5.1", |
| 74 | + "react": "19.1.0", |
| 75 | + "react-dom": "19.1.0", |
| 76 | + "react-router-dom": "7.5.0", |
| 77 | + "update-electron-app": "3.1.1" |
| 78 | + }, |
| 79 | + "devDependencies": { |
| 80 | + "@biomejs/biome": "1.9.4", |
| 81 | + "@discordapp/twemoji": "15.1.0", |
| 82 | + "@electron/notarize": "3.0.1", |
| 83 | + "@primer/octicons-react": "19.15.1", |
| 84 | + "@primer/primitives": "10.5.0", |
| 85 | + "@primer/react": "36.27.0", |
| 86 | + "@tailwindcss/postcss": "4.1.3", |
| 87 | + "@testing-library/react": "16.3.0", |
| 88 | + "@types/jest": "29.5.14", |
| 89 | + "@types/node": "22.14.0", |
| 90 | + "@types/react": "19.1.0", |
| 91 | + "@types/react-dom": "19.1.1", |
| 92 | + "@types/react-router-dom": "5.3.3", |
| 93 | + "@types/semver": "7.7.0", |
| 94 | + "axios": "1.8.4", |
| 95 | + "clsx": "2.1.1", |
| 96 | + "concurrently": "9.1.2", |
| 97 | + "copy-webpack-plugin": "13.0.0", |
| 98 | + "css-loader": "7.1.2", |
| 99 | + "css-minimizer-webpack-plugin": "7.0.2", |
| 100 | + "date-fns": "4.1.0", |
| 101 | + "electron": "34.4.1", |
| 102 | + "electron-builder": "25.1.8", |
| 103 | + "final-form": "4.20.10", |
| 104 | + "graphql-tag": "2.12.6", |
| 105 | + "html-webpack-plugin": "5.6.3", |
| 106 | + "husky": "9.1.7", |
| 107 | + "jest": "29.7.0", |
| 108 | + "jest-environment-jsdom": "29.7.0", |
| 109 | + "mini-css-extract-plugin": "2.9.2", |
| 110 | + "nock": "13.5.6", |
| 111 | + "postcss": "8.5.3", |
| 112 | + "postcss-loader": "8.1.1", |
| 113 | + "rimraf": "6.0.1", |
| 114 | + "semver": "7.7.1", |
| 115 | + "styled-components": "6.1.17", |
| 116 | + "tailwind-merge": "3.2.0", |
| 117 | + "tailwindcss": "4.1.3", |
| 118 | + "terser-webpack-plugin": "5.3.14", |
| 119 | + "ts-jest": "29.3.1", |
| 120 | + "ts-loader": "9.5.2", |
| 121 | + "ts-node": "10.9.2", |
| 122 | + "typescript": "5.8.3", |
| 123 | + "webpack": "5.99.0", |
| 124 | + "webpack-cli": "6.0.1", |
| 125 | + "webpack-merge": "6.0.1" |
| 126 | + }, |
| 127 | + "packageManager": "[email protected]", |
| 128 | + "pnpm": { |
| 129 | + "onlyBuiltDependencies": ["@biomejs/biome", "electron", "esbuild"] |
| 130 | + }, |
| 131 | + "lint-staged": { |
| 132 | + "*": "biome check --fix --no-errors-on-unmatched", |
| 133 | + "*.{js,ts,tsx}": "pnpm test -- --findRelatedTests -u --passWithNoTests" |
| 134 | + } |
135 | 135 | } |
0 commit comments