Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
okrayum committed Apr 12, 2024
1 parent 32471f2 commit b1f9040
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 2 deletions.
178 changes: 178 additions & 0 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "shortys-dog-rescue",
"version": "0.1.0",
"private": true,
"homepage": "https://okrayum.github.io/",
"homepage": "https://okrayum.github.io/Shorty-s-Rescue",
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
Expand All @@ -23,7 +23,8 @@
"eject": "react-scripts eject",
"server": "cd.. && cd server && npm run dev",
"client": "npm run start",
"start:dev": "concurrently \"npm run server\" \"npm run client\" "
"start:dev": "concurrently \"npm run server\" \"npm run client\" ",
"deploy": "npm run build && gh-pages -d build"
},
"proxy": "http://localhost:4000",
"eslintConfig": {
Expand All @@ -47,6 +48,7 @@
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"concurrently": "^8.2.2",
"gh-pages": "^6.1.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
Expand Down

0 comments on commit b1f9040

Please sign in to comment.