repo setup
This commit is contained in:
+10
-5
@@ -1,17 +1,22 @@
|
||||
{
|
||||
"name": "editor-v2",
|
||||
"name": "editor",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "turbo run build",
|
||||
"dev": "turbo run dev",
|
||||
"lint": "turbo run lint",
|
||||
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
|
||||
"lint": "biome lint",
|
||||
"lint:fix": "biome lint --write",
|
||||
"format": "biome format --write",
|
||||
"format:check": "biome format",
|
||||
"check": "biome check",
|
||||
"check:fix": "biome check --write",
|
||||
"check-types": "turbo run check-types"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^3.7.4",
|
||||
"@biomejs/biome": "^2.3.11",
|
||||
"turbo": "^2.7.4",
|
||||
"typescript": "5.9.2"
|
||||
"typescript": "5.9.2",
|
||||
"ultracite": "^7.0.11"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
|
||||
Reference in New Issue
Block a user