mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
done
This commit is contained in:
+10
-6
@@ -11,19 +11,23 @@
|
||||
"examples/*"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "turbo run build",
|
||||
"build:libs": "turbo run build --filter=!./examples/*",
|
||||
"test": "turbo run test",
|
||||
"lint": "turbo run lint",
|
||||
"typecheck": "turbo run typecheck",
|
||||
"build": "turbo run build",
|
||||
"clean": "turbo run clean",
|
||||
"dev": "turbo run dev --parallel",
|
||||
"dev:html": "turbo run dev --filter=html-demo...",
|
||||
"dev:react": "turbo run dev --filter=react-demo..."
|
||||
"dev:react": "turbo run dev --filter=react-demo...",
|
||||
"dev": "turbo run dev --parallel",
|
||||
"format:check": "prettier . --check --log-level warn --cache",
|
||||
"format": "prettier . --write --log-level warn --cache",
|
||||
"lint": "turbo run lint",
|
||||
"test": "turbo run test",
|
||||
"typecheck": "turbo run typecheck"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
|
||||
"@types/node": "^20.0.0",
|
||||
"@types/react": "^18.0.0",
|
||||
"prettier": "^3.6.2",
|
||||
"react": "^18.0.0",
|
||||
"tsup": "^8.0.0",
|
||||
"turbo": "^2.5.5",
|
||||
|
||||
Reference in New Issue
Block a user