Skip to content

Commit

Permalink
Move all dependencies into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed May 15, 2024
1 parent ca29aa9 commit cddc376
Show file tree
Hide file tree
Showing 2 changed files with 176 additions and 66 deletions.
14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,21 @@
},
"dependencies": {
"@tailwindcss/typography": "^0.5.13",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.12.12",
"autoprefixer": "^10.4.19",
"clsx": "^2.1.1",
"isomorphic-dompurify": "^1.13.0",
"marked": "^5.1.2",
"next": "^14.2.3",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^4.12.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.12.12",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^4.12.0",
"tailwindcss": "^3.4.3",
"typescript": "5.2.2"
}
Expand Down
Loading

0 comments on commit cddc376

Please sign in to comment.