mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-03-01 02:38:57 +00:00
feat(create-turbo): apply official-starter transform
This commit is contained in:
20
turbo-svelte/package.json
Normal file
20
turbo-svelte/package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "with-svelte",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "turbo run build",
|
||||
"dev": "turbo run dev",
|
||||
"lint": "turbo run lint",
|
||||
"format": "prettier --write .",
|
||||
"check-types": "turbo run check-types"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^3.6.0",
|
||||
"prettier-plugin-svelte": "^3.4.0",
|
||||
"turbo": "^2.5.8"
|
||||
},
|
||||
"packageManager": "pnpm@10.0.0",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user