-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.13 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
{
"name": "frames-integration-for-farcaster",
"version": "0.0.43",
"description": "Frames Integration for Farcaster connects your WordPress site to Farcaster.",
"author": "Davis Shaver",
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"farcaster"
],
"homepage": "https://github.com/davisshaver/frames-integration-for-farcaster#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/davisshaver/frames-integration-for-farcaster.git"
},
"bugs": {
"url": "https://github.com/davisshaver/frames-integration-for-farcaster/issues"
},
"dependencies": {
"@farcaster/frame-sdk": "^0.0.18",
"@farcaster/frame-wagmi-connector": "^0.0.3",
"@tanstack/react-query": "^5.62.7",
"@types/react-dnd": "^3.0.2",
"@wagmi/core": "^2.16.0",
"@wordpress/api-fetch": "^7.14.0",
"@wordpress/components": "^29.0.0",
"@wordpress/data": "^10.14.0",
"@wordpress/dom-ready": "^4.14.0",
"@wordpress/edit-post": "^8.14.0",
"@wordpress/element": "^6.14.0",
"@wordpress/i18n": "^5.14.0",
"@wordpress/icons": "^10.14.0",
"@wordpress/media-utils": "^5.14.0",
"@wordpress/notices": "^5.14.0",
"@wordpress/plugins": "^7.14.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-tiny-fab": "^4.0.4",
"typescript": "5.3.3",
"viem": "^2.21.55",
"wagmi": "^2.14.1",
"zod": "^3.24.1"
},
"devDependencies": {
"@wordpress/scripts": "^30.7.0"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"scripts": {
"build": "wp-scripts build src/index src/sdk src/editor/editor",
"debugger": "bunx @frames.js/debugger@latest",
"check-licenses": "wp-scripts check-licenses",
"fix:php": "./vendor/bin/phpcbf",
"format": "wp-scripts format",
"lint:all": "bun run lint:php && bun run lint:js && bun run lint:ts && bun run lint:css && bun run lint:md:docs && bun run lint:pkg-json",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:md:docs": "wp-scripts lint-md-docs",
"lint:php": "./vendor/bin/phpcs",
"lint:ts": "tsc --noEmit",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"start": "wp-scripts start src/index src/sdk src/editor/editor"
}
}