-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.26 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.26 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
{
"name": "bookmark-sync",
"version": "1.0.4",
"description": "Browser bookmark manager extension with GitHub Gist sync, bookmark tree, drag-and-drop sorting, duplicate detection, and side panel support for Chrome, Edge, and Firefox.",
"keywords": [
"bookmark",
"bookmark-manager",
"bookmark-sync",
"github-gist",
"browser-extension",
"chrome-extension",
"edge-extension",
"firefox-extension",
"side-panel",
"bookmark-backup",
"书签",
"书签同步",
"书签管理",
"浏览器书签",
"浏览器扩展",
"侧边栏插件",
"书签备份",
"wxt",
"react",
"typescript"
],
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt --browser firefox",
"build": "wxt build",
"build:firefox": "wxt build --browser firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip --browser firefox"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-arborist": "^3.4.2"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@wxt-dev/module-react": "^1.1.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"wxt": "^0.20.25"
}
}