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 db3a287
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,18 @@
"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",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47"
},
"devDependencies": {
"@types/node": "^16.11.1",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.1.0",
"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 @@ -53,8 +55,6 @@
"eslint-import-resolver-typescript": "^2.5.0",
"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 db3a287

Please sign in to comment.