dependcies: added some

This commit is contained in:
원더 2021-01-04 20:11:39 +09:00
parent b7d2ef4c0f
commit 1b56c6e1c6

View File

@ -10,8 +10,10 @@
"lint:fix": "eslint --ext ts,tsx . --fix"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"autoprefixer": "^10.1.0",
"next": "10.0.4",
"next-themes": "^0.0.10",
"postcss": "^8.2.2",
"react": "17.0.1",
"react-dom": "17.0.1",
@ -30,6 +32,7 @@
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.2.1",
"prettier-plugin-tailwind": "^2.2.8",
"typescript": "^4.1.3"
}
}