Skip to content

Commit

Permalink
Merge pull request #329 from Etherna/feature/EDD-408-ens-resolver
Browse files Browse the repository at this point in the history
Feature/edd 408 ens resolver
  • Loading branch information
mattiaz9 authored Mar 3, 2024
2 parents cb29eef + 1466b19 commit 6a5cfdc
Show file tree
Hide file tree
Showing 17 changed files with 1,821 additions and 1,294 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 20
architecture: "x64"
Expand Down
118 changes: 59 additions & 59 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.3.0",
"author": "Mattia Dalzocchio",
"license": "Apache-2.0",
"packageManager": "pnpm@8.9.2",
"packageManager": "pnpm@8.15.4",
"scripts": {
"dev": "vite --host",
"start": "node scripts/etherna-services.mjs",
Expand All @@ -16,112 +16,112 @@
"preview": "vite preview --port 3000",
"format": "prettier --write src",
"lint": "eslint \"**/*.{ts,tsx}\"",
"tscheck": "tsc --noEmit"
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@etherna/sdk-js": "1.0.3",
"@etherna/sdk-js": "1.1.0",
"@ffmpeg/ffmpeg": "0.11.6",
"@headlessui/react": "1.7.17",
"@heroicons/react": "2.0.18",
"@headlessui/react": "1.7.18",
"@heroicons/react": "2.1.1",
"@popperjs/core": "2.11.8",
"@tippyjs/react": "4.2.6",
"@types/mime-types": "2.1.3",
"@types/mime-types": "2.1.4",
"@vidstack/react": "1.1.6",
"axios": "1.6.0",
"axios": "1.6.7",
"blurhash": "2.0.5",
"clsx": "2.0.0",
"cookiejs": "2.1.2",
"clsx": "2.1.0",
"cookiejs": "2.1.3",
"crypto-ts": "1.0.2",
"dayjs": "1.11.10",
"ethereum-blockies-base64": "1.0.2",
"hls.js": "1.4.12",
"hls.js": "1.5.7",
"image-resizer-js": "1.2.1",
"immer": "10.0.3",
"is-hotkey": "0.2.0",
"lang.js": "1.1.14",
"lodash": "4.17.21",
"markdown": "0.5.0",
"marked": "7.0.4",
"marked": "12.0.0",
"nprogress": "0.2.0",
"oidc-client-ts": "2.4.0",
"oidc-client-ts": "3.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet-async": "1.3.0",
"react-image-crop": "10.1.8",
"react-helmet-async": "2.0.4",
"react-image-crop": "11.0.5",
"react-infinite-scroll-component": "6.1.0",
"react-oidc-context": "2.3.1",
"react-oidc-context": "3.0.0",
"react-popper": "2.3.0",
"react-router-dom": "6.17.0",
"react-router-dom": "6.22.2",
"react-schemaorg": "2.0.0",
"react-slider": "2.0.6",
"remark-parse": "10.0.2",
"remark-parse": "11.0.0",
"remark-slate": "1.8.6",
"remove-markdown": "0.5.0",
"schema-dts": "1.1.2",
"slate": "0.100.0",
"slate": "0.102.0",
"slate-history": "0.100.0",
"slate-react": "0.100.0",
"tailwind-merge": "1.14.0",
"slate-react": "0.102.0",
"tailwind-merge": "2.2.1",
"tippy.js": "6.3.7",
"unified": "10.1.2",
"unified": "11.0.4",
"uuid": "9.0.1",
"xss": "1.0.14",
"xss": "1.0.15",
"zod": "3.22.4",
"zustand": "4.4.4"
"zustand": "4.5.2"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
"@tailwindcss/forms": "0.5.6",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.10",
"@total-typescript/ts-reset": "0.5.1",
"@types/classnames": "2.3.1",
"@types/is-hotkey": "0.1.8",
"@types/lodash": "4.14.200",
"@types/is-hotkey": "0.1.10",
"@types/lodash": "4.14.202",
"@types/marked": "6.0.0",
"@types/node": "20.8.9",
"@types/nprogress": "0.2.2",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@types/react-image-crop": "8.1.5",
"@types/react-infinite-scroller": "1.2.4",
"@types/node": "20.11.24",
"@types/nprogress": "0.2.3",
"@types/react": "18.2.61",
"@types/react-dom": "18.2.19",
"@types/react-image-crop": "8.1.6",
"@types/react-infinite-scroller": "1.2.5",
"@types/react-router-dom": "5.3.3",
"@types/react-slider": "1.3.3",
"@types/remove-markdown": "0.3.3",
"@types/uuid": "9.0.6",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"@vitejs/plugin-react": "4.1.0",
"autoprefixer": "10.4.16",
"eslint": "8.52.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "5.0.1",
"@types/react-slider": "1.3.6",
"@types/remove-markdown": "0.3.4",
"@types/uuid": "9.0.8",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"@vitejs/plugin-react": "4.2.1",
"autoprefixer": "10.4.18",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"glob": "10.3.10",
"postcss": "8.4.31",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.6",
"sass": "1.69.5",
"tailwind-scrollbar": "3.0.5",
"tailwindcss": "3.3.5",
"tailwindcss-safe-area": "0.4.1",
"typescript": "5.2.2",
"vite": "4.5.0",
"vite-plugin-checker": "0.6.2",
"vite-plugin-dynamic-base": "1.0.0",
"postcss": "8.4.35",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.11",
"sass": "1.71.1",
"tailwind-scrollbar": "3.1.0",
"tailwindcss": "3.4.1",
"tailwindcss-safe-area": "0.5.1",
"typescript": "5.3.3",
"vite": "5.1.4",
"vite-plugin-checker": "0.6.4",
"vite-plugin-dynamic-base": "1.0.2",
"vite-plugin-eslint": "1.8.1",
"vite-plugin-svgr": "3.2.0"
"vite-plugin-svgr": "4.2.0"
},
"optionalDependencies": {
"@types/prompt": "1.1.7",
"bcrypt-ts": "4.0.1",
"@types/prompt": "1.1.8",
"bcrypt-ts": "5.0.2",
"chalk": "4.1.2",
"child_process": "1.0.2",
"concurrently": "8.2.2",
"dotenv": "16.3.1",
"dotenv": "16.4.5",
"prompt": "1.3.0",
"wait-on": "7.0.1"
"wait-on": "7.2.0"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 6a5cfdc

Please sign in to comment.