feat: create basic router

This commit is contained in:
Valerio Ageno
2024-05-11 15:08:49 +02:00
parent df80756c44
commit 73c94e5fbb
30 changed files with 686 additions and 105 deletions
+4 -2
View File
@@ -2,9 +2,10 @@
"name": "tuono",
"version": "0.1.0",
"description": "",
"main": "index.js",
"main": "src/index.js",
"packageManager": "pnpm@8.12.1",
"scripts": {
"dev": "turbo dev",
"build": "turbo build",
"lint": "turbo lint",
"format": "turbo format",
@@ -17,6 +18,7 @@
"devDependencies": {
"@tanstack/config": "^0.7.0",
"@types/node": "^20.12.7",
"@types/react": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vitejs/plugin-react": "^4.2.1",
@@ -28,7 +30,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.2.4",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vite": "^5.2.11",
"vitest": "^1.5.2"
}
}