diff --git a/package-lock.json b/package-lock.json index 46be7b4..2902165 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13678,6 +13678,14 @@ "whatwg-fetch": "^3.4.1" } }, + "react-confetti": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/react-confetti/-/react-confetti-6.0.0.tgz", + "integrity": "sha512-gPuMIiJcpRFtyv3LvWKOvXxwbm1X9fyWT3wQsIMmmM7UhW3u84Te/xqfee4c0gicQXli8zCfIDkOlZyrHBk7pw==", + "requires": { + "tween-functions": "^1.2.0" + } + }, "react-dev-utils": { "version": "11.0.0", "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-11.0.0.tgz", @@ -16435,6 +16443,11 @@ "safe-buffer": "^5.0.1" } }, + "tween-functions": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/tween-functions/-/tween-functions-1.2.0.tgz", + "integrity": "sha1-GuOlDnxguz3vd06scHrLynO7w/8=" + }, "tweetnacl": { "version": "0.14.5", "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", diff --git a/package.json b/package.json index 306404c..f10fc8f 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { "name": "word-guess", - "version": "0.1.0", + "version": "1.0.0", "private": true, "main": "src/index.tsx", + "homepage": "./", "dependencies": { "@testing-library/jest-dom": "^5.11.6", "@testing-library/react": "^11.1.2", @@ -12,7 +13,9 @@ "@types/react": "^16.9.56", "@types/react-dom": "^16.9.9", "react": "^17.0.1", + "react-confetti": "^6.0.0", "react-dom": "^17.0.1", + "tween-functions": "^1.2.0", "typescript": "^4.0.5", "web-vitals": "^0.2.4" }, diff --git a/public/favicon.ico b/public/favicon.ico index a11777c..19e23b9 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html index aa069f2..8babde0 100644 --- a/public/index.html +++ b/public/index.html @@ -5,39 +5,13 @@ - + - - -