Skip to content

Commit

Permalink
Include depcheck package and script to identify unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjarling committed Jan 22, 2024
1 parent e5b4f92 commit fb99e5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"build-site-nav": "node lib/build-nav.js",
"start": "next start",
"ci-test": "jest",
"depcheck": "npx depcheck --ignores=app-config,autoprefixer,components,fixtures,jest-environment-jsdom,lib,pages,prefix,postcss,site-navigation",
"dev": "next dev",
"lint": "next lint",
"test": "jest --watch",
"ci-test": "jest"
"start": "next start",
"test": "jest --watch"
},
"dependencies": {
"-": "^0.0.1",
"@contentful/rich-text-from-markdown": "^15.16.9",
"@contentful/rich-text-react-renderer": "^15.19.0",
"@contentful/rich-text-types": "^16.3.0",
"@headlessui/react": "^1.7.18",
"@headlessui/tailwindcss": "^0.2.0",
"@heroicons/react": "^2.1.1",
Expand Down
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit fb99e5b

Please sign in to comment.