-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (73 loc) · 1.96 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "Lens Bridge",
"displayName": "Lens Bridge",
"version": "0.0.1",
"description": "SocialFi: Bridge contect from Twitter to Lens",
"author": "vitto rivabella",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"package": "plasmo package",
"lint": "tslint -c ./tslint.json './**/*.ts*'",
"generate": "graphql-codegen --config codegen.yaml --watch"
},
"dependencies": {
"@apollo/client": "^3.7.10",
"@fleekhq/fleek-storage-js": "^1.0.24",
"@graphql-codegen/typescript": "^3.0.2",
"@graphql-codegen/typescript-graphql-request": "^4.5.8",
"@graphql-codegen/typescript-operations": "^3.0.2",
"@lens-protocol/widgets-react": "^0.0.4",
"@plasmohq/messaging": "^0.1.6",
"@plasmohq/storage": "^1.2.2",
"ethers": "^5.7.2",
"gql": "^1.1.2",
"graphql-request": "5.1.0",
"graphql-tag": "^2.12.6",
"ipfs-http-client": "^60.0.0",
"omit-deep": "^0.3.0",
"plasmo": "0.66.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"twitter-api-v2": "^1.14.2",
"viem": "^0.1.6",
"xmlhttprequest": "^1.8.0",
"zlib": "^1.0.5"
},
"devDependencies": {
"@graphql-codegen/cli": "3.2.2",
"@graphql-codegen/client-preset": "2.1.1",
"@graphql-codegen/introspection": "3.0.1",
"@plasmohq/prettier-plugin-sort-imports": "3.6.3",
"@types/chrome": "0.0.210",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"autoprefixer": "^10.4.14",
"graphql": "^16.6.0",
"postcss": "^8.4.21",
"prettier": "2.8.3",
"tailwindcss": "^3.2.7",
"typescript": "4.9.4"
},
"manifest": {
"host_permissions": [
"https://*/*"
],
"permissions": [
"storage",
"tabs",
"notifications"
],
"web_accessible_resources": [
{
"resources": [
"assets/bridge-icon.png"
],
"matches": [
"https://www.twitter.com/*"
]
}
]
}
}