Skip to content

Instantly share code, notes, and snippets.

@PonomareVlad
Created December 6, 2023 15:41
Show Gist options
  • Save PonomareVlad/fa000c7844b1019224b9ec8744dd55fe to your computer and use it in GitHub Desktop.
Save PonomareVlad/fa000c7844b1019224b9ec8744dd55fe to your computer and use it in GitHub Desktop.
SQ
{
"packageManager": "yarn@1.22.21",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"customlint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\"",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,css,md}\" --config ./.prettierrc"
},
"husky": {
"hooks": {
"pre-commit": "yarn run customlint && yarn run format"
}
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@reduxjs/toolkit": "^1.9.5",
"@types/node": "^20.3.1",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"antd": "^5.6.2",
"axios": "^1.4.0",
"dayjs": "^1.11.9",
"embla-carousel-react": "^8.0.0-rc12",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-react": "^7.33.2",
"generate-password-ts": "^1.6.3",
"moment": "^2.29.4",
"next": "^13.4.7",
"next-auth": "^4.22.1",
"react": "^18.2.0",
"react-card-flip": "^1.2.0",
"react-dom": "^18.2.0",
"react-input-mask": "^2.0.4",
"react-phone-input-2": "^2.15.1",
"react-player": "^2.13.0",
"react-redux": "^8.1.1",
"react-widgets": "^5.8.4",
"sharp": "^0.32.6",
"typescript": "^5.1.3",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.2",
"@types/react-input-mask": "^3.0.2",
"@types/react-slick": "^0.23.10",
"@types/react-transition-group": "^4.4.6",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-no-use-extend-native": "^0.5.0",
"eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sonarjs": "^0.23.0",
"husky": "^8.0.3",
"prettier": "^3.1.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment