-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 951 Bytes
/
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": "content-ai-extension",
"displayName": "Content ai extension",
"version": "0.0.1",
"description": "Content Analysis AI Extension",
"author": "Adrian Mroczek",
"packageManager": "[email protected]",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"package": "plasmo package"
},
"dependencies": {
"axios": "^1.3.4",
"lodash.debounce": "^4.0.8",
"plasmo": "0.66.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.2.7"
},
"devDependencies": {
"@plasmohq/prettier-plugin-sort-imports": "3.6.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@types/chrome": "0.0.219",
"@types/node": "18.14.6",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"postcss": "8.4.21",
"prettier": "2.8.4",
"typescript": "4.9.5"
},
"manifest": {
"host_permissions": [
"https://*/*"
],
"permissions": [
"contextMenus"
]
}
}