Skip to content

Commit

Permalink
package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
c121914yu committed Nov 1, 2023
1 parent 5db453c commit 4166b7e
Show file tree
Hide file tree
Showing 2 changed files with 1,373 additions and 90 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
},
"devDependencies": {
"husky": "^8.0.3",
"i18next": "^22.5.1",
"lint-staged": "^13.2.1",
"next-i18next": "^13.3.0",
"prettier": "^3.0.3",
"i18next": "^22.5.1",
"react-i18next": "^12.3.1",
"next-i18next": "^13.3.0"
"zhlint": "^0.7.1"
},
"lint-staged": {
"./**/**/*.{ts,tsx,scss}": "npm run format-code",
Expand Down
Loading

0 comments on commit 4166b7e

Please sign in to comment.