TokenizeRWATemplate

This commit is contained in:
SaraJane
2025-12-31 12:33:58 +00:00
parent 93e3f09667
commit 203580ffb0
9 changed files with 849 additions and 82 deletions

View File

@ -13,24 +13,24 @@
},
"devDependencies": {
"@algorandfoundation/algokit-client-generator": "^5.0.0",
"@playwright/test": "^1.35.0",
"@types/jest": "29.5.2",
"@types/node": "^18.17.14",
"@types/react": "^18.2.11",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"playwright": "^1.35.0",
"postcss": "^8.4.24",
"tailwindcss": "3.3.2",
"ts-jest": "^29.1.1",
"@types/jest": "29.5.2",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"@playwright/test": "^1.35.0",
"playwright": "^1.35.0",
"vite": "^5.0.0",
"vite-plugin-node-polyfills": "^0.22.0"
},
@ -45,6 +45,8 @@
"notistack": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.5.0",
"react-router-dom": "^7.11.0",
"tslib": "^2.6.2"
},
"scripts": {