-
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) · 997 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 997 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": "BaC: Bookmarks as Code. Keep your Chrome bookmarks in sync with GitHub. One-way sync from your repos to your browser.",
"private": true,
"version": "2.3.0",
"type": "module",
"dependencies": {
"@ark-ui/react": "5.37.2",
"@tailwindcss/vite": "4.3.1",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"react": "19.2.7",
"react-dom": "19.2.7",
"tailwind-merge": "3.6.0",
"tailwindcss": "4.3.1",
"valibot": "1.4.1"
},
"devDependencies": {
"@biomejs/biome": "2.5.0",
"@mkobayashime/shared-config": "4.1.0",
"@primer/octicons-react": "19.28.1",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@typescript/native-preview": "7.0.0-dev.20260622.1",
"@wxt-dev/auto-icons": "1.1.1",
"@wxt-dev/module-react": "1.2.2",
"eslint": "10.5.0",
"eslint-config-flat-gitignore": "2.3.0",
"typescript": "5.9.3",
"typescript-eslint": "8.62.0",
"wxt": "0.20.26"
},
"scripts": {
"postinstall": "wxt prepare"
}
}