mirror of
https://github.com/tabler/tabler.git
synced 2026-06-17 12:50:03 +04:00
Migrate core JavaScript to TypeScript (#2582)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
+5
-3
@@ -7,13 +7,14 @@
|
||||
"dev": "turbo dev",
|
||||
"clean": "turbo clean",
|
||||
"bundlewatch": "turbo bundlewatch",
|
||||
"type-check": "turbo type-check",
|
||||
"version": "changeset version",
|
||||
"publish": "changeset publish",
|
||||
"playwright": "pnpm run build && pnpm run vt",
|
||||
"reformat-md": "node .build/reformat-md.mjs",
|
||||
"reformat-md": "tsx .build/reformat-mdx.ts",
|
||||
"lint": "pnpm run lint-md",
|
||||
"lint-md": "markdownlint docs/content/**/*.md",
|
||||
"zip-package": "node .build/zip-package.mjs",
|
||||
"zip-package": "tsx .build/zip-package.ts",
|
||||
"start": "pnpm dev"
|
||||
},
|
||||
"packageManager": "pnpm@10.27.0",
|
||||
@@ -45,6 +46,7 @@
|
||||
"shelljs": "^0.10.0",
|
||||
"terser": "^5.44.1",
|
||||
"turbo": "^2.7.3",
|
||||
"tsx": "^4.21.0",
|
||||
"vite": "^7.3.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user