mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-29 13:52:46 -07:00
feat: initialize base route-generate functionality
This commit is contained in:
@@ -2,12 +2,11 @@
|
||||
"name": "router-generator",
|
||||
"version": "0.1.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "vite build",
|
||||
"lint": "eslint --ext .ts,.tsx ./src -c ../../.eslintrc",
|
||||
"format": "prettier -u --write '**/*'",
|
||||
"test": "vitest --typecheck --watch=false",
|
||||
"test": "vitest --watch=false",
|
||||
"types": "tsc --noEmit"
|
||||
},
|
||||
"keywords": [],
|
||||
@@ -31,6 +30,7 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@tanstack/config": "^0.7.0",
|
||||
"prettier": "^3.2.4",
|
||||
"vite": "^5.2.10",
|
||||
"vitest": "^1.5.2"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user