-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 973 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 973 Bytes
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
{
"name": "GitMarks",
"description": "Keep your Chrome bookmarks in sync with GitHub. One-way sync from your repos to your browser.",
"private": true,
"version": "2.2.1",
"type": "module",
"dependencies": {
"@ark-ui/react": "5.34.1",
"@tailwindcss/vite": "4.2.1",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"tailwind-merge": "3.5.0",
"tailwindcss": "4.2.1",
"valibot": "1.2.0"
},
"devDependencies": {
"@biomejs/biome": "2.4.7",
"@mkobayashime/shared-config": "4.1.0",
"@primer/octicons-react": "19.22.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@typescript/native-preview": "7.0.0-dev.20260314.1",
"@wxt-dev/auto-icons": "1.1.1",
"@wxt-dev/module-react": "1.2.2",
"eslint": "10.0.3",
"eslint-config-flat-gitignore": "2.2.1",
"typescript": "5.9.3",
"typescript-eslint": "8.57.0",
"wxt": "0.20.19"
},
"scripts": {
"postinstall": "wxt prepare"
}
}