Skip to content

Commit

Permalink
Merge pull request #331 from Etherna/feature/EDD-290-playlists
Browse files Browse the repository at this point in the history
Feature/edd 290 playlists
  • Loading branch information
mattiaz9 authored Jul 27, 2024
2 parents 9643e4d + 2edfcf6 commit a4813ed
Show file tree
Hide file tree
Showing 118 changed files with 6,415 additions and 3,417 deletions.
63 changes: 31 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"version": "0.3.0",
"author": "Mattia Dalzocchio",
"license": "Apache-2.0",
"packageManager": "pnpm@9.1.1",
"type": "module",
"scripts": {
"dev": "vite --host",
Expand All @@ -20,12 +19,13 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@etherna/sdk-js": "1.2.0",
"@etherna/sdk-js": "1.3.0",
"@ffmpeg/ffmpeg": "0.11.6",
"@headlessui/react": "1.7.18",
"@heroicons/react": "2.1.3",
"@headlessui/react": "1.7.19",
"@heroicons/react": "2.1.5",
"@hookform/resolvers": "3.9.0",
"@popperjs/core": "2.11.8",
"@tanstack/react-query": "5.37.1",
"@tanstack/react-query": "5.51.11",
"@tippyjs/react": "4.2.6",
"@types/mime-types": "2.1.4",
"@vidstack/react": "1.1.6",
Expand All @@ -34,9 +34,9 @@
"clsx": "2.1.1",
"cookiejs": "2.1.3",
"crypto-ts": "1.0.2",
"dayjs": "1.11.11",
"dayjs": "1.11.12",
"ethereum-blockies-base64": "1.0.2",
"hls.js": "1.5.8",
"hls.js": "1.5.13",
"image-resizer-js": "1.2.1",
"immer": "10.1.1",
"is-hotkey": "0.2.0",
Expand All @@ -49,11 +49,12 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-helmet-async": "2.0.5",
"react-image-crop": "11.0.5",
"react-hook-form": "7.52.1",
"react-image-crop": "11.0.6",
"react-infinite-scroll-component": "6.1.0",
"react-oidc-context": "3.1.0",
"react-popper": "2.3.0",
"react-router-dom": "6.23.1",
"react-router-dom": "6.25.1",
"react-schemaorg": "2.0.0",
"react-slider": "2.0.6",
"remark-parse": "11.0.0",
Expand All @@ -62,25 +63,24 @@
"schema-dts": "1.1.2",
"slate": "0.103.0",
"slate-history": "0.100.0",
"slate-react": "0.104.0",
"tailwind-merge": "2.3.0",
"slate-react": "0.107.1",
"tailwind-merge": "2.4.0",
"tippy.js": "6.3.7",
"unified": "11.0.4",
"uuid": "9.0.1",
"unified": "11.0.5",
"xss": "1.0.15",
"zod": "3.23.8",
"zustand": "4.5.2"
"zustand": "4.5.4"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.2.1",
"@ianvs/prettier-plugin-sort-imports": "4.3.1",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.13",
"@total-typescript/ts-reset": "0.5.1",
"@types/classnames": "2.3.1",
"@types/is-hotkey": "0.1.10",
"@types/lodash": "4.17.4",
"@types/lodash": "4.17.7",
"@types/marked": "6.0.0",
"@types/node": "20.12.12",
"@types/node": "20.14.12",
"@types/nprogress": "0.2.3",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
Expand All @@ -89,28 +89,27 @@
"@types/react-router-dom": "5.3.3",
"@types/react-slider": "1.3.6",
"@types/remove-markdown": "0.3.4",
"@types/uuid": "9.0.8",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"@vitejs/plugin-react": "4.3.0",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"@vitejs/plugin-react": "4.3.1",
"autoprefixer": "10.4.19",
"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.34.1",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"glob": "10.4.1",
"postcss": "8.4.38",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.14",
"sass": "1.77.2",
"postcss": "8.4.39",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.5",
"sass": "1.77.8",
"tailwind-scrollbar": "3.1.0",
"tailwindcss": "3.4.3",
"tailwindcss": "3.4.6",
"tailwindcss-safe-area": "0.5.1",
"typescript": "5.4.5",
"vite": "5.2.11",
"vite-plugin-checker": "0.6.4",
"typescript": "5.5.4",
"vite": "5.3.4",
"vite-plugin-checker": "0.7.2",
"vite-plugin-dynamic-base": "1.1.0",
"vite-plugin-eslint": "1.8.1",
"vite-plugin-svgr": "4.2.0"
Expand Down
Loading

0 comments on commit a4813ed

Please sign in to comment.