-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.05 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
{
"name": "linkedin-templates",
"displayName": "Linkedin templates",
"version": "1.0.0",
"description": "A basic Plasmo extension.",
"author": "misit",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build"
},
"dependencies": {
"@emotion/cache": "^11.10.1",
"@emotion/react": "^11.10.0",
"@emotion/server": "^11.10.0",
"@mantine/core": "^5.1.5",
"@mantine/form": "^5.1.5",
"@mantine/hooks": "^5.1.5",
"@mantine/rte": "^5.1.5",
"@mantine/styles": "^5.1.5",
"@plasmohq/storage": "^0.5.1",
"nanoid": "^4.0.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-draggable": "^4.4.5",
"react-icons": "^4.4.0",
"use-debounce": "^8.0.3"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "3.2.0",
"@types/chrome": "0.0.188",
"@types/node": "17.0.40",
"@types/react": "18.0.12",
"@types/react-dom": "18.0.5",
"plasmo": "latest",
"prettier": "2.6.2",
"typescript": "4.7.3"
},
"manifest": {
"host_permissions": [
"https://*/*"
]
}
}