-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.17 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
{
"name": "zora-add-to-cart",
"displayName": "Zora Cart",
"version": "0.0.2",
"description": "An extension that let's you mint multiple Zora NFTs",
"author": "Harpalsinh Jadeja",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"package": "plasmo package"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.12.0",
"@emotion/styled": "^11.12.0",
"@paywithglide/glide-js": "^0.9.7",
"@plasmohq/messaging": "^0.6.2",
"@plasmohq/storage": "^1.11.0",
"@tanstack/react-query": "^5.51.9",
"@zoralabs/protocol-sdk": "^0.6.0",
"@zoralabs/zdk": "^2.4.0",
"framer-motion": "^11.3.7",
"plasmo": "0.87.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.2.1",
"viem": "^2.17.5",
"wagmi": "^2.11.2"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
"@types/chrome": "0.0.258",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"prettier": "3.2.4",
"typescript": "5.3.3"
},
"manifest": {
"permissions": []
}
}