forked from AmintaCCCP/GithubStarsManager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
124 lines (124 loc) · 4.38 KB
/
Copy pathpackage.json
File metadata and controls
124 lines (124 loc) · 4.38 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
{
"name": "github-stars-manager",
"private": true,
"version": "0.7.9",
"type": "module",
"scripts": {
"dev": "vite",
"prebuild": "npm run sync-version",
"build": "vite build && npm run check:bundle-size",
"check:bundle-size": "node scripts/check-bundle-size.cjs",
"bundle:report": "node scripts/bundle-report.cjs",
"check:boundaries": "node scripts/check-boundaries.cjs",
"lint": "eslint .",
"typecheck": "tsc -b --noEmit",
"preview": "vite preview",
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage",
"build:desktop": "node scripts/build-desktop.js",
"electron": "electron electron/main.js",
"electron:dev": "NODE_ENV=development electron electron/main.js",
"predist": "npm run sync-version",
"dist": "electron-builder",
"sync-version": "node scripts/update-version.cjs --sync-lock",
"update-version": "node scripts/update-version.cjs",
"gen:themes": "node scripts/generate-theme-presets.mjs",
"dev:server": "cd server && npm run dev",
"dev:all": "concurrently \"npm run dev\" \"npm run dev:server\"",
"build:server": "cd server && npm run build",
"build:all": "npm run build && npm run build:server"
},
"dependencies": {
"@ai-sdk/openai-compatible": "^3.0.37",
"@fontsource-variable/dm-sans": "^5.3.0",
"@fontsource-variable/fira-code": "^5.3.0",
"@fontsource-variable/geist": "^5.3.0",
"@fontsource-variable/geist-mono": "^5.3.0",
"@fontsource-variable/inter": "^5.3.0",
"@fontsource-variable/jetbrains-mono": "^5.3.0",
"@fontsource-variable/montserrat": "^5.3.0",
"@fontsource-variable/open-sans": "^5.3.0",
"@fontsource-variable/outfit": "^5.3.0",
"@fontsource-variable/plus-jakarta-sans": "^5.3.0",
"@fontsource/ibm-plex-mono": "^5.3.0",
"@fontsource/lora": "^5.3.0",
"@fontsource/merriweather": "^5.3.0",
"@fontsource/playfair-display": "^5.3.0",
"@fontsource/space-mono": "^5.3.0",
"@icons-pack/react-simple-icons": "^13.15.1",
"@radix-ui/react-accordion": "^1.2.20",
"@radix-ui/react-alert-dialog": "^1.1.23",
"@radix-ui/react-avatar": "^1.2.6",
"@radix-ui/react-checkbox": "^1.3.11",
"@radix-ui/react-dialog": "^1.1.23",
"@radix-ui/react-dropdown-menu": "^2.1.24",
"@radix-ui/react-hover-card": "^1.1.23",
"@radix-ui/react-label": "^2.1.15",
"@radix-ui/react-popover": "^1.1.23",
"@radix-ui/react-radio-group": "^1.4.7",
"@radix-ui/react-scroll-area": "^1.2.18",
"@radix-ui/react-select": "^2.3.7",
"@radix-ui/react-separator": "^1.1.15",
"@radix-ui/react-slider": "^1.4.7",
"@radix-ui/react-slot": "^1.3.3",
"@radix-ui/react-switch": "^1.3.7",
"@radix-ui/react-tabs": "^1.1.21",
"@radix-ui/react-toast": "^1.2.23",
"@radix-ui/react-tooltip": "^1.2.16",
"ai": "^7.0.79",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^3.3.1",
"github-markdown-css": "^5.9.0",
"highlight.js": "^11.11.1",
"katex": "^0.16.0",
"lucide-react": "^0.344.0",
"mermaid": "^11.17.0",
"query-string": "^9.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^10.1.0",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-breaks": "^4.0.0",
"remark-gemoji": "^8.0.0",
"remark-gfm": "^4.0.1",
"remark-github-blockquote-alert": "^2.1.0",
"remark-math": "^6.0.0",
"tailwind-merge": "^3.6.0",
"zod": "^4.1.8",
"zustand": "^4.5.0"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@tailwindcss/typography": "^0.5.19",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.6.4",
"@types/node": "^26.3.0",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-legacy": "^7.2.1",
"@vitejs/plugin-react": "^5.1.2",
"autoprefixer": "^10.4.18",
"concurrently": "^8.2.0",
"eslint": "^9.9.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.11",
"globals": "^15.9.0",
"jsdom": "^24.0.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.3",
"typescript-eslint": "^8.3.0",
"vite": "^7.3.6",
"vitest": "^4.1.11",
"xml2js": "^0.6.2"
},
"overrides": {
"decode-uri-component": "^0.5.0"
}
}