Migrate build setup

This commit is contained in:
Jon Staab
2025-04-02 10:00:00 -07:00
parent c434955c2d
commit 0d2ef9b816
57 changed files with 3975 additions and 8459 deletions
+13 -18
View File
@@ -1,28 +1,23 @@
{
"name": "@welshman",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"test": "vitest",
"docs:dev": "vitepress dev docs",
"docs:build": "npx typedoc && vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"repository": {
"type": "git",
"url": "https://github.com/coracle-social/skiff.git"
"clean": "pnpm run -r clean",
"build": "pnpm run -r build",
"test": "pnpm run -r test",
"lint": "eslint ."
},
"devDependencies": {
"@vitest/coverage-v8": "^3.0.5",
"fake-indexeddb": "^6.0.0",
"gts": "^6.0.2",
"happy-dom": "^17.1.0",
"typedoc": "^0.27.9",
"typedoc-plugin-markdown": "^4.4.2",
"typedoc-vitepress-theme": "^1.1.2",
"typescript": "^5.6.3",
"vitepress": "^1.6.3",
"vitest": "^3.0.5"
"@eslint/js": "~9.23.0",
"eslint": "~9.23.0",
"eslint-plugin-prettier": "~5.2.5",
"eslint-plugin-react": "~7.37.4",
"globals": "~16.0.0",
"prettier": "~3.5.3",
"typescript": "~5.8.0",
"typescript-eslint": "~8.29.0"
}
}