Skip to content

Commit

Permalink
Feat: tailwind-css 셋팅 추가 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
minchodang authored Feb 19, 2024
1 parent e81aba9 commit e04563c
Show file tree
Hide file tree
Showing 10 changed files with 461 additions and 107 deletions.
4 changes: 3 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ node_modules
coverage
next.config.js
next-i18next.config.js
types
tailwind.config.js
types
postcss.config.js
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"autoprefixer": "^10.4.17",
"eslint": "^8.55.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
Expand All @@ -40,7 +41,9 @@
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.0",
"lint-staged": "^15.2.1",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"terser-webpack-plugin": "^5.3.10",
"typescript": "^5"
},
Expand Down
Loading

0 comments on commit e04563c

Please sign in to comment.