-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.23 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": "note-sync",
"displayName": "Note Sync",
"version": "0.1.4",
"description": "随笔同步工具,主要针对短内容,多平台同步",
"author": "LBan",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"package": "plasmo package"
},
"dependencies": {
"@notionhq/client": "^2.2.5",
"@plasmohq/messaging": "^0.5.0",
"@plasmohq/storage": "^1.6.1",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-tabs": "^1.0.4",
"axios": "^1.4.0",
"plasmo": "0.84.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "^6.14.1",
"twitter-text": "^3.1.0"
},
"devDependencies": {
"@plasmohq/prettier-plugin-sort-imports": "3.6.4",
"@types/chrome": "0.0.237",
"@types/node": "20.2.4",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"prettier": "2.8.8",
"tailwindcss": "^3.3.2",
"typescript": "5.0.4"
},
"manifest": {
"host_permissions": [
"https://api.typefully.com/*"
]
}
}