-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 KB
/
package.json
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
{
"name": "FlomoChat",
"displayName": "FlomoChat",
"version": "0.0.1",
"description": "a browser plugin for chat with your flomo",
"author": "leason",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"package": "plasmo package"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.10",
"@plasmohq/messaging": "^0.0.2",
"@traptitech/markdown-it-katex": "^3.6.0",
"element-plus": "^2.2.28",
"highlight.js": "^11.8.0",
"langchain": "^0.0.73",
"markdown-it": "^13.0.1",
"markdown-it-link-attributes": "^4.0.1",
"plasmo": "0.62.2",
"retry-l": "^0.13.2",
"vue": "^3.2.45"
},
"devDependencies": {
"@plasmohq/prettier-plugin-sort-imports": "3.6.0",
"@types/chrome": "0.0.202",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"prettier": "2.7.1",
"tailwindcss": "^3.3.2",
"typescript": "4.9.3"
},
"alias": {
"retry": "retry-l"
}
}