Skip to content

Commit

Permalink
chore: update template
Browse files Browse the repository at this point in the history
  • Loading branch information
DevilTea committed Oct 23, 2024
1 parent f9bfe4b commit 9621f23
Show file tree
Hide file tree
Showing 3 changed files with 1,053 additions and 629 deletions.
25 changes: 15 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pkg-placeholder",
"type": "module",
"version": "0.0.0",
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@9.12.2",
"description": "_description_",
"author": "DevilTea <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -43,7 +43,7 @@
"node": ">=20"
},
"scripts": {
"build": "unbuild",
"build": "unbuild && pnpm calcsize",
"dev": "unbuild --stub",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
Expand All @@ -52,24 +52,29 @@
"start": "tsx src/index.ts",
"test": "vitest",
"test:cov": "vitest --coverage",
"calcsize": "tsx ./scripts/calcsize.ts",
"typecheck": "tsc --noEmit --project tsconfig.test.json",
"prepare": "simple-git-hooks"
},
"devDependencies": {
"@deviltea/eslint-config": "3.4.1",
"@deviltea/tsconfig": "0.0.6",
"@types/node": "20.12.7",
"@vitest/coverage-v8": "2.0.3",
"bumpp": "9.4.1",
"eslint": "8.57.0",
"lint-staged": "15.2.7",
"@vitest/coverage-v8": "2.1.3",
"brotli-size": "4.0.0",
"bumpp": "9.7.1",
"eslint": "9.13.0",
"fast-glob": "3.3.2",
"gzip-size": "7.0.0",
"lint-staged": "15.2.10",
"rimraf": "6.0.1",
"simple-git-hooks": "2.11.1",
"tsx": "4.16.2",
"typescript": "5.5.3",
"terser": "5.36.0",
"tsx": "4.19.1",
"typescript": "5.6.3",
"unbuild": "2.0.0",
"vite": "5.3.4",
"vitest": "2.0.3"
"vite": "5.4.10",
"vitest": "2.1.3"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
Loading

0 comments on commit 9621f23

Please sign in to comment.