|
16 | 16 | "url": "https://github.com/framesjs/frames.js/tree/main/packages/debugger"
|
17 | 17 | },
|
18 | 18 | "dependencies": {
|
| 19 | + "is-port-reachable": "^4.0.0", |
| 20 | + "next": "^14.1.3", |
| 21 | + "open": "^10.0.3", |
| 22 | + "yargs": "^17.7.2" |
| 23 | + }, |
| 24 | + "engines": { |
| 25 | + "node": ">=18.17.0" |
| 26 | + }, |
| 27 | + "devDependencies": { |
19 | 28 | "@farcaster/core": "^0.14.7",
|
20 | 29 | "@frames.js/render": "^0.0.3",
|
21 | 30 | "@noble/ed25519": "^2.0.0",
|
|
30 | 39 | "@reservoir0x/reservoir-sdk": "^2.0.11",
|
31 | 40 | "@tanstack/react-query": "^5.22.2",
|
32 | 41 | "@types/node": "^18.17.0",
|
33 |
| - "@types/react": "^18.2.0", |
34 | 42 | "@types/react-dom": "^18.2.0",
|
| 43 | + "@types/react": "^18.2.0", |
35 | 44 | "@types/yargs": "^17.0.32",
|
36 | 45 | "@xmtp/frames-validator": "^0.5.2",
|
37 | 46 | "autoprefixer": "^10.0.1",
|
38 | 47 | "class-variance-authority": "^0.7.0",
|
39 | 48 | "clsx": "^2.1.0",
|
40 |
| - "eslint": "^8.56.0", |
41 | 49 | "eslint-config-next": "^14.1.0",
|
| 50 | + "eslint": "^8.56.0", |
42 | 51 | "frames.js": "^0.11.2",
|
43 |
| - "is-port-reachable": "^4.0.0", |
44 | 52 | "lucide-react": "^0.344.0",
|
45 |
| - "next": "^14.1.3", |
46 |
| - "open": "^10.0.3", |
47 | 53 | "postcss": "^8",
|
48 | 54 | "qrcode.react": "^3.1.0",
|
49 |
| - "react": "^18.2.0", |
50 | 55 | "react-dom": "^18.2.0",
|
| 56 | + "react": "^18.2.0", |
| 57 | + "rimraf": "^5.0.5", |
51 | 58 | "tailwind-merge": "^2.2.1",
|
52 |
| - "tailwindcss": "^3.3.0", |
53 | 59 | "tailwindcss-animate": "^1.0.7",
|
| 60 | + "tailwindcss": "^3.3.0", |
54 | 61 | "typescript": "^5.3.3",
|
55 | 62 | "viem": "^2.7.12",
|
56 |
| - "wagmi": "^2.5.7", |
57 |
| - "yargs": "^17.7.2" |
58 |
| - }, |
59 |
| - "engines": { |
60 |
| - "node": ">=18.17.0" |
61 |
| - }, |
62 |
| - "devDependencies": { |
63 |
| - "rimraf": "^5.0.5" |
| 63 | + "wagmi": "^2.5.7" |
64 | 64 | },
|
65 | 65 | "engineStrict": true,
|
66 | 66 | "scripts": {
|
|
0 commit comments