Skip to content

Commit

Permalink
add knip command
Browse files Browse the repository at this point in the history
  • Loading branch information
narthur committed Dec 25, 2024
1 parent 0d0fdaf commit 6ad9252
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 19 deletions.
227 changes: 210 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"analyze:browser": "BUNDLE_ANALYZE=browser npm run build:webpack-only",
"svgo": "svgo -f ./public/img/icons-raw -o ./public/img/icons",
"pa11y": "pa11y-ci --sitemap http://localhost:3000/sitemap-0.xml --sitemap-find https://www.audioverse.org --sitemap-replace http://localhost:3000 --sitemap-exclude 'https?:\\/\\/[\\w\\.-]+\\/(?!en)\\w\\w\\/'",
"prepare": "husky"
"prepare": "husky",
"knip": "knip"
},
"dependencies": {
"@emotion/styled": "^11.13.0",
Expand Down Expand Up @@ -99,6 +100,7 @@
"@types/jest-when": "^3.5.5",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.7",
"@types/node": "^22.10.2",
"@types/node-forge": "^1.3.11",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
Expand Down Expand Up @@ -130,6 +132,7 @@
"jest-date-mock": "^1.0.10",
"jest-environment-jsdom": "^29.7.0",
"jest-when": "^3.6.0",
"knip": "^5.41.1",
"next-sitemap": "^4.2.3",
"pa11y-ci": "^3.1.0",
"prettier": "^3.3.3",
Expand All @@ -139,7 +142,7 @@
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tsx": "^4.19.1",
"type-fest": "^4.26.1",
"typescript": "^5.6.2"
"typescript": "^5.7.2"
},
"overrides": {
"next-pwa": {
Expand Down

0 comments on commit 6ad9252

Please sign in to comment.