feat(create-turbo): create with-vite-react
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "turbo run build",
|
||||
"dev": "turbo run dev",
|
||||
"lint": "turbo run lint",
|
||||
"format": "prettier --write \"**/*.{ts,tsx,md}\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.57.0",
|
||||
"prettier": "^3.2.5",
|
||||
"turbo": "^2.6.1"
|
||||
},
|
||||
"packageManager": "pnpm@8.15.6",
|
||||
"name": "with-vite-react"
|
||||
}
|
||||
Reference in New Issue
Block a user