Merge pull request #29 from jhalitaksoy/fix/vercel-game-route-issue

fix vercel game route issue
This commit is contained in:
Halit Aksoy 2022-07-31 17:59:01 +03:00 committed by GitHub
commit b3d17f35ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,8 +5,8 @@
"scripts": { "scripts": {
"dev": "parcel src/index.html", "dev": "parcel src/index.html",
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"build:parcel": "parcel build ./src/index.html --public-url ./ --no-source-maps", "build": "parcel build src/index.html",
"build": "npm run clean && npm run build:parcel", "start": "parcel",
"clean": "rm -rf dist/*" "clean": "rm -rf dist/*"
}, },
"keywords": [], "keywords": [],
@ -18,8 +18,8 @@
"@types/styled-jsx": "^3.4.4", "@types/styled-jsx": "^3.4.4",
"@types/uuid": "^8.3.4", "@types/uuid": "^8.3.4",
"mancala.js": "^0.0.2-beta.3", "mancala.js": "^0.0.2-beta.3",
"react": "^16.0.0 || ^17.0.0 || ^18.0.0", "react": "^18.2.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0", "react-dom": "^18.2.0",
"react-router-dom": "6", "react-router-dom": "6",
"styled-jsx": "^5.0.2", "styled-jsx": "^5.0.2",
"uuid": "^8.3.2" "uuid": "^8.3.2"