-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.05 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.05 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
{
"name": "flomo-code-v2",
"displayName": "Flomo Code V2",
"version": "1.1.0",
"description": "Flomo md代码块高亮插件",
"author": "greycodee",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"package": "plasmo build && plasmo package"
},
"dependencies": {
"@plasmohq/storage": "^1.11.0",
"clsx": "^2.1.1",
"highlight.js": "^11.11.1",
"lucide-react": "^0.378.0",
"plasmo": "^0.90.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind-merge": "^2.3.0"
},
"devDependencies": {
"@types/chrome": "0.0.268",
"@types/highlight.js": "^10.1.0",
"@types/node": "20.12.7",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"autoprefixer": "10.4.19",
"postcss": "8.4.38",
"prettier": "3.2.5",
"tailwindcss": "3.4.3",
"typescript": "5.4.5"
},
"manifest": {
"host_permissions": [
"https://v.flomoapp.com/*",
"https://flomoapp.com/*",
"https://h5.udrig.com/*"
],
"permissions": [
"tabs",
"webRequest"
]
}
}