Files
2023-08-12 15:56:22 +08:00

43 lines
969 B
JSON

{
"name": "example-dir",
"displayName": "Example dir",
"version": "0.0.1",
"description": "test",
"author": "eric",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"test": "plasmo test"
},
"dependencies": {
"@plasmohq/messaging": "^0.5.0",
"antd": "4",
"axios": "^1.4.0",
"node-fetch": "^3.3.2",
"plasmo": "0.82.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.1.0",
"@types/chrome": "0.0.241",
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"browserify-zlib": "^0.2.0",
"https-browserify": "^1.0.0",
"path-browserify": "^1.0.0",
"prettier": "3.0.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.1.0",
"typescript": "5.1.6",
"url": "^0.11.0",
"util": "^0.12.3"
},
"manifest": {
"host_permissions": [
"https://*/*"
]
}
}