1
1
{
2
- "name" : " wp-rainbow" ,
3
- "version" : " 0.2.8" ,
4
- "description" : " RainbowKit Login (Web3 Integration for Sign-In With Ethereum)" ,
5
- "author" : " Davis Shaver" ,
6
- "license" : " GPL-2.0-or-later" ,
7
- "keywords" : [
8
- " Sign-In With Ethereum" ,
9
- " RainbowKit" ,
10
- " WordPress" ,
11
- " SSO" ,
12
- " web3"
13
- ],
14
- "homepage" : " https://wp-rainbow.davisshaver.com/" ,
15
- "repository" : {
16
- "type" : " git" ,
17
- "url" : " https://github.com/davisshaver/wp-rainbow.git"
18
- },
19
- "bugs" : {
20
-
21
- "url" : " https://github.com/davisshaver/wp-rainbow/issues"
22
- },
23
- "dependencies" : {
24
- "@rainbow-me/rainbowkit" : " ^0.2.4" ,
25
- "@wordpress/block-editor" : " ^9.2.0" ,
26
- "@wordpress/blocks" : " ^11.9.0" ,
27
- "@wordpress/components" : " ^19.12.0" ,
28
- "@wordpress/i18n" : " ^4.10.0" ,
29
- "classnames" : " ^2.3.1" ,
30
- "ethers" : " ^5.6.8" ,
31
- "process" : " ^0.11.10" ,
32
- "prop-types" : " ^15.8.1" ,
33
- "react-style-proptype" : " ^3.2.2" ,
34
- "siwe" : " ^1.1.6" ,
35
- "util" : " ^0.12.4" ,
36
- "wagmi" : " ^0.4.11"
37
- },
38
- "devDependencies" : {
39
- "@wordpress/scripts" : " ^22.5.0" ,
40
- "css-loader" : " ^6.7.1" ,
41
- "eslint-config-airbnb" : " ^19.0.4" ,
42
- "style-loader" : " ^3.3.1" ,
43
- "webpack" : " ^5.72.0"
44
- },
45
- "scripts" : {
46
- "build" : " wp-scripts build" ,
47
- "check-engines" : " wp-scripts check-engines" ,
48
- "check-licenses" : " wp-scripts check-licenses" ,
49
- "format" : " wp-scripts format" ,
50
- "lint:css" : " wp-scripts lint-style" ,
51
- "lint:js" : " wp-scripts lint-js" ,
52
- "lint:md-docs" : " wp-scripts lint-md-docs" ,
53
- "lint:pkg-json" : " wp-scripts lint-pkg-json" ,
54
- "packages-update" : " wp-scripts packages-update" ,
55
- "start" : " wp-scripts start"
56
- }
57
- }
2
+ "name" : " wp-rainbow" ,
3
+ "version" : " 0.2.9" ,
4
+ "description" : " RainbowKit Login (Web3 Integration for Sign-In With Ethereum)" ,
5
+ "author" : " Davis Shaver" ,
6
+ "license" : " GPL-2.0-or-later" ,
7
+ "keywords" : [
8
+ " Sign-In With Ethereum" ,
9
+ " RainbowKit" ,
10
+ " WordPress" ,
11
+ " SSO" ,
12
+ " web3"
13
+ ],
14
+ "homepage" : " https://wp-rainbow.davisshaver.com/" ,
15
+ "repository" : {
16
+ "type" : " git" ,
17
+ "url" : " https://github.com/davisshaver/wp-rainbow.git"
18
+ },
19
+ "bugs" : {
20
+
21
+ "url" : " https://github.com/davisshaver/wp-rainbow/issues"
22
+ },
23
+ "dependencies" : {
24
+ "@rainbow-me/rainbowkit" : " ^0.4.5" ,
25
+ "@wordpress/block-editor" : " ^9.6.0" ,
26
+ "@wordpress/blocks" : " ^11.13.0" ,
27
+ "@wordpress/components" : " ^19.16.0" ,
28
+ "@wordpress/i18n" : " ^4.14.0" ,
29
+ "classnames" : " ^2.3.1" ,
30
+ "ethers" : " ^5.6.9" ,
31
+ "process" : " ^0.11.10" ,
32
+ "prop-types" : " ^15.8.1" ,
33
+ "react-style-proptype" : " ^3.2.2" ,
34
+ "siwe" : " ^1.1.6" ,
35
+ "util" : " ^0.12.4" ,
36
+ "wagmi" : " ^0.6.1"
37
+ },
38
+ "devDependencies" : {
39
+ "@wordpress/scripts" : " ^23.6.0" ,
40
+ "css-loader" : " ^6.7.1" ,
41
+ "eslint-config-airbnb" : " ^19.0.4" ,
42
+ "style-loader" : " ^3.3.1" ,
43
+ "webpack" : " ^5.74 .0" ,
44
+ "webpack-cli" : " ^4.10.0"
45
+ },
46
+ "scripts" : {
47
+ "build" : " wp-scripts build" ,
48
+ "check-engines" : " wp-scripts check-engines" ,
49
+ "check-licenses" : " wp-scripts check-licenses" ,
50
+ "format" : " wp-scripts format" ,
51
+ "lint:css" : " wp-scripts lint-style" ,
52
+ "lint:js" : " wp-scripts lint-js" ,
53
+ "lint:md-docs" : " wp-scripts lint-md-docs" ,
54
+ "lint:pkg-json" : " wp-scripts lint-pkg-json" ,
55
+ "packages-update" : " wp-scripts packages-update" ,
56
+ "start" : " wp-scripts start"
57
+ }
58
+ }
0 commit comments