Skip to content

Commit

Permalink
Start removing tsdx dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Oct 13, 2024
1 parent 0a1b8cd commit f4fba2d
Show file tree
Hide file tree
Showing 2 changed files with 2,451 additions and 6,516 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,13 @@
"src"
],
"scripts": {
"analyze": "size-limit --why",
"build": "tsdx build --format esm --target node --tsconfig tsconfig.src.json",
"docker-build": "docker build --tag preflight .",
"docker-build-run": "pnpm docker-build-ts && pnpm docker-build && pnpm docker-run",
"docker-build-ts": "tsc --project docker/tsconfig.build.json",
"docker-run": "docker run preflight",
"lint": "eslint . --max-warnings 0",
"size": "size-limit",
"start": "tsdx watch --format esm --target node",
"start": "tsx watch ./src/index.ts",
"test": "vitest run",
"test-local": "rm -rf ./__tests__/fixtures/__temp && pnpm test"
},
Expand Down Expand Up @@ -55,11 +53,9 @@
"eslint": "9.12.0",
"eslint-config-upleveled": "8.7.3",
"p-map": "7.0.2",
"postinstall-postinstall": "2.1.0",
"prettier": "3.3.3",
"size-limit": "11.1.6",
"stylelint": "16.9.0",
"tsdx": "0.14.1",
"tslib": "2.7.0",
"typescript": "5.6.3",
"vitest": "2.1.2"
Expand Down
Loading

0 comments on commit f4fba2d

Please sign in to comment.