-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 921 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 921 Bytes
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": "react1s",
"displayName": "React1s",
"version": "1.0.6",
"description": "点击页面元素跳转到编辑器",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"zip": "plasmo build --zip --output dist/react1s.zip"
},
"dependencies": {
"@chakra-ui/react": "^2.3.7",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"framer-motion": "^7.6.4",
"plasmo": "0.58.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@plasmohq/prettier-plugin-sort-imports": "3.5.2",
"@types/chrome": "0.0.197",
"@types/node": "18.8.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"prettier": "2.7.1",
"typescript": "4.8.4"
},
"manifest": {
"permissions": [
"<all_urls>",
"tabs",
"scripting",
"storage"
],
"host_permissions": [
"*://*/*"
]
}
}