feat: 🎨
Showing
| ... | ... | @@ -6,6 +6,10 @@ |
| "build": "next build", | ||
| "export": "npm run build && next export", | ||
| "start": "next start", | ||
| "build:dev": "cross-env DEPLOY_ENV=dev npm run build", | ||
| "build:rc": "cross-env DEPLOY_ENV=rc npm run build", | ||
| "build:gray": "cross-env DEPLOY_ENV=gray npm run build", | ||
| "build:prod": "cross-env DEPLOY_ENV=prod npm run build", | ||
| "prepare": "husky install", | ||
| "precommit": "pretty-quick --staged" | ||
| }, | ||
| ... | ... | @@ -32,11 +36,12 @@ |
| "@commitlint/config-conventional": "^13.1.0", | ||
| "@types/react": "^17.0.9", | ||
| "commitlint-config-cz": "^0.13.2", | ||
| "cross-env": "^5.2.0", | ||
| "cross-env": "^7.0.2", | ||
| "husky": "^7.0.1", | ||
| "lint-staged": "^11.1.1", | ||
| "prettier": "2.3.2", | ||
| "pretty-quick": "^3.1.1", | ||
| "react-cookies": "^0.1.1", | ||
| "typescript": "^4.3.2", | ||
| "webpack": "^4.37.0", | ||
| "webpack-bundle-analyzer": "^3.3.2" | ||
| ... | ... |
Please
register
or
sign in
to comment