Skip to content

Commit

Permalink
Merge pull request #10 from aeternity/dev
Browse files Browse the repository at this point in the history
Maintenance, responsive UI
  • Loading branch information
loxs authored Jan 4, 2023
2 parents 759235d + 2abe610 commit e5704d8
Show file tree
Hide file tree
Showing 17 changed files with 1,009 additions and 912 deletions.
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,45 +14,45 @@
"svelte-check": "svelte-check"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@playwright/test": "^1.26.0",
"@sveltejs/adapter-node": "next",
"@sveltejs/kit": "1.0.0-next.499",
"@sveltejs/vite-plugin-svelte": "^1.0.8",
"@tailwindcss/typography": "^0.5.7",
"@playwright/test": "^1.29.1",
"@sveltejs/adapter-node": "^1.0.0",
"@sveltejs/kit": "1.0.1",
"@sveltejs/vite-plugin-svelte": "^2.0.2",
"@tailwindcss/typography": "^0.5.8",
"@types/json-bigint": "^1.0.1",
"@types/node": "^18.7.18",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"@zerodevx/svelte-toast": "^0.7.2",
"autoprefixer": "^10.4.12",
"axios": "^0.27.2",
"daisyui": "^2.31.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@zerodevx/svelte-toast": "^0.8.2",
"autoprefixer": "^10.4.13",
"axios": "^1.2.2",
"daisyui": "^2.46.1",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-svelte3": "^4.0.0",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"svelte": "^3.50.1",
"svelte-check": "^2.9.0",
"postcss": "^8.4.20",
"prettier": "^2.8.1",
"prettier-plugin-svelte": "^2.9.0",
"svelte": "^3.55.0",
"svelte-check": "^3.0.1",
"svelte-fa": "^3.0.3",
"svelte-preprocess": "^4.10.7",
"tailwindcss": "^3.1.8",
"svelte-preprocess": "^5.0.0",
"tailwindcss": "^3.2.4",
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"tslib": "^2.4.1",
"typeface-roboto": "^1.1.13",
"typescript": "^4.8.3",
"vite": "^3.1.3"
"typescript": "^4.9.4",
"vite": "^4.0.4"
},
"type": "module",
"dependencies": {
"@aeternity/aepp-sdk": "loxs/aepp-sdk-js#feature/ceres",
"dotenv": "^16.0.2",
"@aeternity/aepp-sdk": "github:loxs/aepp-sdk-js#feature/ceres",
"dotenv": "^16.0.3",
"human-readable": "^0.2.1",
"json-bigint": "^1.0.0",
"zod": "^3.19.1"
"zod": "^3.20.2"
}
}
Loading

0 comments on commit e5704d8

Please sign in to comment.