Skip to content

Commit

Permalink
migrate tool from main repo
Browse files Browse the repository at this point in the history
  • Loading branch information
voliva committed Apr 29, 2024
1 parent 8cb4bb1 commit 0192173
Show file tree
Hide file tree
Showing 21 changed files with 3,899 additions and 888 deletions.
18 changes: 0 additions & 18 deletions .eslintrc.cjs

This file was deleted.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>Common types</title>
</head>
<body>
<div id="root"></div>
Expand Down
35 changes: 24 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "common-types-tool",
"name": "known-types-tool",
"private": true,
"version": "0.0.0",
"type": "module",
Expand All @@ -9,20 +9,33 @@
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.2.2",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.3.2",
"vite": "^5.2.0"
},
"dependencies": {
"@polkadot-api/codegen": "^0.3.0",
"@polkadot-api/metadata-builders": "^0.2.0",
"@polkadot-api/observable-client": "^0.2.1",
"@polkadot-api/substrate-bindings": "^0.3.0",
"@polkadot-api/substrate-client": "^0.1.1",
"@radix-ui/themes": "^3.0.2",
"@react-rxjs/core": "^0.10.7",
"@react-rxjs/utils": "^0.9.7",
"idb-keyval": "^6.2.1",
"lucide-react": "^0.374.0",
"polkadot-api": "^0.5.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-virtuoso": "^4.7.10",
"rxjs": "^7.8.1",
"smoldot": "^2.0.24",
"tailwind-merge": "^2.3.0"
}
}
Loading

0 comments on commit 0192173

Please sign in to comment.