-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.21 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
41
42
43
44
45
46
47
48
49
{
"name": "bard-to-notion",
"displayName": "__MSG_extensionName__",
"version": "1.0.0",
"description": "__MSG_extensionDescription__",
"author": "Théo Lartigau",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"package": "plasmo package"
},
"dependencies": {
"@headlessui/react": "^1.7.7",
"@notionhq/client": "^2.2.3",
"@plasmohq/storage": "^0.13.1",
"@tryfabric/martian": "^1.2.4",
"dayjs": "^1.11.7",
"node-html-markdown": "^1.3.0",
"plasmo": "0.60.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"shrink-string": "^3.1.2"
},
"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.13",
"postcss": "^8.4.20",
"prettier": "2.7.1",
"tailwindcss": "^3.2.4",
"typescript": "4.9.3"
},
"manifest": {
"default_locale": "en",
"host_permissions": [
"https://api.notion.com/*",
"https://bard-to-notion.onrender.com/*",
"https://bard.google.com/*"
],
"permissions": [
"tabs",
"contextMenus",
"scripting"
]
}
}