-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
63 lines (63 loc) · 1.78 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
{
"name": "wp-rainbow",
"version": "0.5.4",
"description": "RainbowKit Login (Web3 Integration for Sign-In With Ethereum)",
"author": "Davis Shaver",
"license": "GPL-2.0-or-later",
"keywords": [
"Sign-In With Ethereum",
"RainbowKit",
"WordPress",
"SSO",
"web3"
],
"homepage": "https://wp-rainbow.davisshaver.com/",
"repository": {
"type": "git",
"url": "https://github.com/davisshaver/wp-rainbow.git"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/davisshaver/wp-rainbow/issues"
},
"dependencies": {
"@rainbow-me/rainbowkit": "^2.1.2",
"@tanstack/react-query": "^5.40.0",
"@wordpress/block-editor": "^13.0.0",
"@wordpress/blocks": "^13.0.0",
"@wordpress/components": "^28.0.0",
"@wordpress/i18n": "^5.0.0",
"classnames": "^2.5.1",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"react-hook-form": "^7.51.5",
"react-style-proptype": "^3.2.2",
"util": "^0.12.5",
"viem": "^2.13.6",
"wagmi": "^2.9.8"
},
"devDependencies": {
"@babel/preset-react": "^7.24.6",
"@wordpress/eslint-plugin": "^19.0.0",
"@wordpress/scripts": "^27.9.0",
"css-loader": "^7.1.2",
"eslint-config-airbnb": "^19.0.4",
"style-loader": "^3.3.4",
"webpack": "^5.91.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4"
},
"scripts": {
"build": "wp-scripts build",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:md-docs": "wp-scripts lint-md-docs",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"packages-update": "wp-scripts packages-update",
"start": "wp-scripts start",
"analyze": "webpack --json > stats.json && yarn webpack-bundle-analyzer stats.json"
}
}