-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f635a7d
commit 0c14a18
Showing
6 changed files
with
14,890 additions
and
10,780 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
nodeLinker: node-modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,83 +4,77 @@ | |
"private": true, | ||
"scripts": { | ||
"compile-locales": "gulp compileLocales --no-color", | ||
"predev": "gulp prebuild", | ||
"dev": "next dev", | ||
"prebuild": "gulp prebuild", | ||
"build": "next build", | ||
"dev": "gulp prebuild && next dev", | ||
"build": "gulp prebuild && next build", | ||
"start": "next start", | ||
"lint": "next lint --ext .js --ext .mjs --ext .cjs --ext .jsx --ext .ts --ext .mts --ext .cts --ext .tsx --ext .yml --ext .yaml", | ||
"preprod": "yarn build", | ||
"prod": "next start", | ||
"release": "release-it --ci", | ||
"postrelease": "gulp postRelease", | ||
"prod": "yarn build && next start", | ||
"release": "release-it --ci && gulp postRelease", | ||
"test": "jest --watch", | ||
"test:ci": "jest --ci", | ||
"pretest:e2e": "yarn compile-locales", | ||
"test:e2e": "playwright test", | ||
"preinstall:dev": "yarn install", | ||
"install:dev": "gulp installDev" | ||
"test:e2e": "yarn compile-locales && playwright test", | ||
"install:dev": "yarn install && gulp installDev" | ||
}, | ||
"dependencies": { | ||
"@algorandfoundation/algokit-utils": "5.0.1", | ||
"@blockshake/defly-connect": "^1.1.6", | ||
"@daffiwallet/connect": "^1.0.3", | ||
"@perawallet/connect": "^1.3.1", | ||
"@radix-ui/react-dialog": "^1.0.4", | ||
"@radix-ui/react-dropdown-menu": "^2.0.5", | ||
"@perawallet/connect": "^1.3.4", | ||
"@radix-ui/react-dialog": "^1.0.5", | ||
"@radix-ui/react-dropdown-menu": "^2.0.6", | ||
"@radix-ui/react-popover": "^1.0.7", | ||
"@radix-ui/react-toast": "^1.1.4", | ||
"@radix-ui/react-toast": "^1.1.5", | ||
"@randlabs/myalgo-connect": "^1.4.2", | ||
"@tabler/icons-react": "^2.26.0", | ||
"@tailwindcss/typography": "^0.5.9", | ||
"@txnlab/use-wallet": "^2.1.3", | ||
"@tabler/icons-react": "^2.45.0", | ||
"@tailwindcss/typography": "^0.5.10", | ||
"@txnlab/use-wallet": "^2.3.1", | ||
"accept-language": "^3.0.18", | ||
"algosdk": "^2.4.0", | ||
"autoprefixer": "^10.4.14", | ||
"daisyui": "^4.0.0", | ||
"algosdk": "^2.7.0", | ||
"autoprefixer": "^10.4.16", | ||
"daisyui": "^4.5.0", | ||
"gulp": "^4.0.2", | ||
"gulp-execa": "^6.0.0", | ||
"gulp-rename": "^2.0.0", | ||
"i18next": "^23.2.11", | ||
"i18next-browser-languagedetector": "^7.1.0", | ||
"i18next-resources-to-backend": "^1.1.4", | ||
"jotai": "^2.2.2", | ||
"i18next": "^23.7.16", | ||
"i18next-browser-languagedetector": "^7.2.0", | ||
"i18next-resources-to-backend": "^1.2.0", | ||
"jotai": "^2.6.1", | ||
"jotai-form": "^0.1.3", | ||
"js-yaml": "^4.1.0", | ||
"next": "^14.0.0", | ||
"postcss": "^8.4.26", | ||
"next": "^14.0.4", | ||
"postcss": "^8.4.33", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-i18next": "^14.0.0", | ||
"svg-to-ico": "^1.0.14", | ||
"tailwindcss": "^3.3.3", | ||
"typescript": "^5.1.6", | ||
"tailwindcss": "^3.4.1", | ||
"typescript": "^5.3.3", | ||
"use-debounce": "^10.0.0", | ||
"yup": "^1.3.2" | ||
"yup": "^1.3.3" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^18.0.0", | ||
"@commitlint/config-conventional": "^18.0.0", | ||
"@playwright/test": "^1.36.1", | ||
"@release-it/conventional-changelog": "^8.0.0", | ||
"@commitlint/cli": "^18.4.4", | ||
"@commitlint/config-conventional": "^18.4.4", | ||
"@playwright/test": "^1.40.1", | ||
"@release-it/conventional-changelog": "^8.0.1", | ||
"@swc-jotai/react-refresh": "^0.1.0", | ||
"@testing-library/jest-dom": "^6.0.0", | ||
"@testing-library/react": "^14.0.0", | ||
"@testing-library/user-event": "^14.4.3", | ||
"@types/jest": "^29.5.3", | ||
"@types/node": "^20.5.0", | ||
"@types/react": "^18.2.15", | ||
"@types/react-dom": "^18.2.7", | ||
"@testing-library/jest-dom": "^6.2.0", | ||
"@testing-library/react": "^14.1.2", | ||
"@testing-library/user-event": "^14.5.2", | ||
"@types/jest": "^29.5.11", | ||
"@types/node": "^20.10.7", | ||
"@types/react": "^18.2.47", | ||
"@types/react-dom": "^18.2.18", | ||
"commitizen": "^4.3.0", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.47.0", | ||
"eslint-config-next": "^14.0.0", | ||
"eslint-plugin-testing-library": "^6.0.0", | ||
"eslint-plugin-yml": "^1.8.0", | ||
"jest": "^29.6.1", | ||
"jest-environment-jsdom": "^29.6.1", | ||
"lefthook": "^1.4.6", | ||
"release-it": "^17.0.0", | ||
"eslint": "^8.56.0", | ||
"eslint-config-next": "^14.0.4", | ||
"eslint-plugin-testing-library": "^6.2.0", | ||
"eslint-plugin-yml": "^1.11.0", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"lefthook": "^1.5.5", | ||
"release-it": "^17.0.1", | ||
"ts-jest": "^29.1.1", | ||
"yaml-eslint-parser": "^1.2.2" | ||
}, | ||
|
@@ -113,5 +107,6 @@ | |
} | ||
} | ||
} | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
Oops, something went wrong.