Skip to content

Commit

Permalink
Add testing packages to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
melvin-chen committed Feb 26, 2024
1 parent 8225b60 commit 54fc328
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 28 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"@typescript-eslint/parser": "^5.4.0",
"babel-eslint": "^10.1.0",
"builder": "^5.0.0",
"concurrently": "^8.2.2",
"cypress": "10.3.0",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
Expand All @@ -46,16 +47,15 @@
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"jest": "^28.1.3",
"playwright": "^1.41.2",
"prettier": "^2.7.1",
"pretty": "^2.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"shx": "^0.3.4",
"start-server-and-test": "^2.0.0",
"typescript": "^4.5.2"
},
"dependencies": {
"playwright": "^1.41.2",
"wait-on": "^7.2.0"
"typescript": "^4.5.2",
"wait-on": "^7.2.0",
"http-server": "^14.1.1"
}
}
Loading

0 comments on commit 54fc328

Please sign in to comment.