|
1 | 1 | { |
2 | | - "name": "deeploy-dapp", |
3 | | - "private": true, |
4 | | - "type": "module", |
5 | | - "version": "1.1.0", |
6 | | - "scripts": { |
7 | | - "dev": "next dev --turbo --experimental-https", |
8 | | - "dev:logs": "NEXT_DEBUG=1 next dev --turbo --experimental-https", |
9 | | - "build": "next build", |
10 | | - "start": "next start", |
11 | | - "lint": "eslint .", |
12 | | - "add-service": "tsx scripts/add-service.ts", |
13 | | - "validate-services": "tsx scripts/validate-services.ts" |
14 | | - }, |
15 | | - "dependencies": { |
16 | | - "@codemirror/autocomplete": "^6.19.0", |
17 | | - "@codemirror/lang-json": "^6.0.2", |
18 | | - "@codemirror/lint": "^6.9.0", |
19 | | - "@heroui/alert": "^2.2.23", |
20 | | - "@heroui/button": "^2.2.23", |
21 | | - "@heroui/checkbox": "^2.3.24", |
22 | | - "@heroui/date-picker": "^2.3.27", |
23 | | - "@heroui/dropdown": "^2.3.23", |
24 | | - "@heroui/form": "^2.1.23", |
25 | | - "@heroui/input": "^2.4.24", |
26 | | - "@heroui/modal": "^2.2.20", |
27 | | - "@heroui/pagination": "^2.2.21", |
28 | | - "@heroui/select": "^2.4.24", |
29 | | - "@heroui/skeleton": "^2.2.15", |
30 | | - "@heroui/slider": "^2.4.20", |
31 | | - "@heroui/spinner": "^2.2.20", |
32 | | - "@heroui/switch": "^2.2.21", |
33 | | - "@heroui/system": "^2.4.22", |
34 | | - "@heroui/tabs": "^2.2.20", |
35 | | - "@heroui/theme": "^2.4.22", |
36 | | - "@hookform/resolvers": "^5.1.1", |
37 | | - "@tanstack/react-query": "^5.80.6", |
38 | | - "@uiw/react-codemirror": "^4.25.2", |
39 | | - "axios": "^1.12.0", |
40 | | - "clsx": "^2.1.1", |
41 | | - "connectkit": "^1.8.2", |
42 | | - "date-fns": "^4.1.0", |
43 | | - "dexie": "^4.0.11", |
44 | | - "dexie-react-hooks": "^1.1.7", |
45 | | - "framer-motion": "^12.23.22", |
46 | | - "lodash": "^4.17.23", |
47 | | - "next": "^16.1.5", |
48 | | - "react": "18.3.1", |
49 | | - "react-dom": "18.3.1", |
50 | | - "react-hook-form": "^7.59.0", |
51 | | - "react-hot-toast": "^2.5.2", |
52 | | - "react-icons": "^5.5.0", |
53 | | - "siwe": "^2.3.2", |
54 | | - "viem": "^2.31.0", |
55 | | - "wagmi": "^2.15.6", |
56 | | - "world-countries": "^5.1.0", |
57 | | - "zod": "^3.25.67" |
58 | | - }, |
59 | | - "devDependencies": { |
60 | | - "@eslint/js": "^9.25.0", |
61 | | - "@tailwindcss/postcss": "^4.1.11", |
62 | | - "@types/inquirer": "^9.0.9", |
63 | | - "@types/lodash": "^4.17.17", |
64 | | - "@types/node": "^24.0.0", |
65 | | - "@types/react": "^19.1.2", |
66 | | - "@types/react-dom": "^19.1.2", |
67 | | - "autoprefixer": "^10.4.21", |
68 | | - "eslint": "^9.25.0", |
69 | | - "eslint-plugin-react-hooks": "^5.2.0", |
70 | | - "eslint-plugin-react-refresh": "^0.4.19", |
71 | | - "globals": "^16.0.0", |
72 | | - "inquirer": "^12.10.0", |
73 | | - "postcss": "^8.5.4", |
74 | | - "prettier": "^3.5.3", |
75 | | - "prettier-plugin-tailwindcss": "^0.6.14", |
76 | | - "tailwindcss": "^4.1.11", |
77 | | - "tsx": "^4.20.6", |
78 | | - "typescript": "~5.8.3", |
79 | | - "typescript-eslint": "^8.30.1" |
80 | | - }, |
81 | | - "overrides": { |
82 | | - "h3": "1.15.5" |
83 | | - } |
| 2 | + "name": "deeploy-dapp", |
| 3 | + "private": true, |
| 4 | + "type": "module", |
| 5 | + "version": "1.1.1", |
| 6 | + "scripts": { |
| 7 | + "dev": "next dev --turbo --experimental-https", |
| 8 | + "dev:logs": "NEXT_DEBUG=1 next dev --turbo --experimental-https", |
| 9 | + "build": "next build", |
| 10 | + "start": "next start", |
| 11 | + "lint": "eslint .", |
| 12 | + "add-service": "tsx scripts/add-service.ts", |
| 13 | + "validate-services": "tsx scripts/validate-services.ts" |
| 14 | + }, |
| 15 | + "dependencies": { |
| 16 | + "@codemirror/autocomplete": "^6.19.0", |
| 17 | + "@codemirror/lang-json": "^6.0.2", |
| 18 | + "@codemirror/lint": "^6.9.0", |
| 19 | + "@heroui/alert": "^2.2.23", |
| 20 | + "@heroui/button": "^2.2.23", |
| 21 | + "@heroui/checkbox": "^2.3.24", |
| 22 | + "@heroui/date-picker": "^2.3.27", |
| 23 | + "@heroui/dropdown": "^2.3.23", |
| 24 | + "@heroui/form": "^2.1.23", |
| 25 | + "@heroui/input": "^2.4.24", |
| 26 | + "@heroui/modal": "^2.2.20", |
| 27 | + "@heroui/pagination": "^2.2.21", |
| 28 | + "@heroui/select": "^2.4.24", |
| 29 | + "@heroui/skeleton": "^2.2.15", |
| 30 | + "@heroui/slider": "^2.4.20", |
| 31 | + "@heroui/spinner": "^2.2.20", |
| 32 | + "@heroui/switch": "^2.2.21", |
| 33 | + "@heroui/system": "^2.4.22", |
| 34 | + "@heroui/tabs": "^2.2.20", |
| 35 | + "@heroui/theme": "^2.4.22", |
| 36 | + "@hookform/resolvers": "^5.1.1", |
| 37 | + "@tanstack/react-query": "^5.80.6", |
| 38 | + "@uiw/react-codemirror": "^4.25.2", |
| 39 | + "axios": "^1.12.0", |
| 40 | + "clsx": "^2.1.1", |
| 41 | + "connectkit": "^1.8.2", |
| 42 | + "date-fns": "^4.1.0", |
| 43 | + "dexie": "^4.0.11", |
| 44 | + "dexie-react-hooks": "^1.1.7", |
| 45 | + "framer-motion": "^12.23.22", |
| 46 | + "lodash": "^4.17.23", |
| 47 | + "next": "^16.1.5", |
| 48 | + "react": "18.3.1", |
| 49 | + "react-dom": "18.3.1", |
| 50 | + "react-hook-form": "^7.59.0", |
| 51 | + "react-hot-toast": "^2.5.2", |
| 52 | + "react-icons": "^5.5.0", |
| 53 | + "siwe": "^2.3.2", |
| 54 | + "viem": "^2.31.0", |
| 55 | + "wagmi": "^2.15.6", |
| 56 | + "world-countries": "^5.1.0", |
| 57 | + "zod": "^3.25.67" |
| 58 | + }, |
| 59 | + "devDependencies": { |
| 60 | + "@eslint/js": "^9.25.0", |
| 61 | + "@tailwindcss/postcss": "^4.1.11", |
| 62 | + "@types/inquirer": "^9.0.9", |
| 63 | + "@types/lodash": "^4.17.17", |
| 64 | + "@types/node": "^24.0.0", |
| 65 | + "@types/react": "^19.1.2", |
| 66 | + "@types/react-dom": "^19.1.2", |
| 67 | + "autoprefixer": "^10.4.21", |
| 68 | + "eslint": "^9.25.0", |
| 69 | + "eslint-plugin-react-hooks": "^5.2.0", |
| 70 | + "eslint-plugin-react-refresh": "^0.4.19", |
| 71 | + "globals": "^16.0.0", |
| 72 | + "inquirer": "^12.10.0", |
| 73 | + "postcss": "^8.5.4", |
| 74 | + "prettier": "^3.5.3", |
| 75 | + "prettier-plugin-tailwindcss": "^0.6.14", |
| 76 | + "tailwindcss": "^4.1.11", |
| 77 | + "tsx": "^4.20.6", |
| 78 | + "typescript": "~5.8.3", |
| 79 | + "typescript-eslint": "^8.30.1" |
| 80 | + }, |
| 81 | + "overrides": { |
| 82 | + "h3": "1.15.5" |
| 83 | + } |
84 | 84 | } |
0 commit comments