Skip to content

Commit

Permalink
removing extra deps and fixing types
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhitley committed Apr 9, 2024
1 parent 3c688e2 commit ff60297
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1,065 deletions.
14 changes: 5 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@
"require": "./text.js",
"types": "./text.d.ts"
},
"./types": {
"import": "./types.mjs",
"require": "./types.js",
"types": "./types.d.ts"
},
"./webp": {
"import": "./webp.mjs",
"require": "./webp.js",
Expand Down Expand Up @@ -149,36 +154,27 @@
"@rollup/plugin-multi-entry": "^6.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@skypack/package-check": "^0.2.2",
"@types/node": "^20.11.27",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/coverage-v8": "^1.3.1",
"@whatwg-node/server": "^0.9.29",
"coveralls": "^3.1.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"fetch-mock": "^9.11.0",
"fs-extra": "^11.2.0",
"globby": "^14.0.1",
"gzip-size": "^7.0.0",
"http": "^0.0.1-security",
"itty-router": "^4.2.0",
"jsdom": "^24.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rollup": "^4.13.0",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-multi-input": "^1.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vitest": "^1.3.1",
"yarn": "^1.22.22",
"yarn-release": "^1.10.6"
}
}
Loading

0 comments on commit ff60297

Please sign in to comment.