Skip to content

Commit

Permalink
reorder package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrxu committed Sep 29, 2024
1 parent 2128480 commit b878791
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
"styled-components": "^5.3.1",
"swr": "^1.3.0",
"typescript": "^4.4.4",
"url-loader": "^4.1.1"
"url-loader": "^4.1.1",
"eslint": "^8",
"tailwindcss": "^3.4.13"
},
"devDependencies": {
"@types/node": "^16.11.1",
Expand All @@ -44,7 +46,6 @@
"autoprefixer": "^10.4.20",
"babel-eslint": "^10.1.0",
"babel-plugin-styled-components": "^1.13.3",
"eslint": "^8",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-next": "11.1.2",
"eslint-config-prettier": "^8.3.0",
Expand All @@ -54,7 +55,6 @@
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-prettier": "^4.0.0",
"postcss": "^8.4.47",
"prettier": "^2.4.1",
"tailwindcss": "^3.4.13"
"prettier": "^2.4.1"
}
}

0 comments on commit b878791

Please sign in to comment.