Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthonyp0329 committed May 29, 2024
1 parent 904992c commit ea7d18e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions admin-portal-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"check-git-hooks": "echo Git hooks not configured yet. You SHOULD NOT see this message unless you are still setting up linting.",
"check-git-hooks": "cd .. && node .secret-scan/secret-scan.js -- --check-git-hooks",
"format": "npm run check-git-hooks && prettier --write .",
"lint-fix": "npm run check-git-hooks && (eslint --fix --cache --report-unused-disable-directives . || true) && prettier --write .",
"lint-check": "npm run check-git-hooks && eslint --cache --report-unused-disable-directives . && prettier --check ."
"lint-check": "npm run check-git-hooks && eslint --cache --report-unused-disable-directives . && prettier --check .",
"prepare": "cd .. && husky"
},
"dependencies": {
"@emotion/react": "^11.11.4",
Expand All @@ -34,6 +35,7 @@
"eslint-config-next": "^14.1.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"husky": "^9.0.11",
"postcss": "^8",
"prettier": "^3.2.5",
"tailwindcss": "^3.3.0",
Expand Down

0 comments on commit ea7d18e

Please sign in to comment.