-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.25 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
{
"name": "cairn-tabs",
"description": "面向程序员的标签页上下文管理器 —— 按任务归类、归档恢复、秒搜。本地优先、无账号。",
"private": true,
"version": "1.1.3",
"license": "AGPL-3.0-only",
"type": "module",
"scripts": {
"dev": "wxt",
"build": "wxt build",
"compile": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
"postinstall": "wxt prepare"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.2",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/chrome": "^0.2.2",
"@types/filesystem": "^0.0.36",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@wxt-dev/module-react": "^1.2.2",
"fake-indexeddb": "^6.2.5",
"jsdom": "^29.1.1",
"oxlint": "^1.74.0",
"prettier": "^3.9.5",
"tailwindcss": "^4.3.2",
"typescript": "^7.0.2",
"vitest": "^4.1.10",
"wxt": "^0.20.27"
},
"dependencies": {
"dexie": "^4.4.4",
"fuse.js": "^7.4.2",
"nanoid": "^6.0.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"zustand": "^5.0.14"
}
}