no console.log

This commit is contained in:
Lynn
2022-01-01 19:48:10 +01:00
parent 50ecda06c9
commit 6f94cb936a
4 changed files with 296 additions and 3 deletions

View File

@@ -1,7 +1,8 @@
{
"name": "wordl",
"version": "0.1.0",
"private": true,
"homepage": "https://lynn.github.io/hello-wordl",
"private": false,
"dependencies": {
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
@@ -10,6 +11,7 @@
"@types/node": "^16.11.17",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"gh-pages": "^3.2.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "5.0.0",
@@ -17,6 +19,8 @@
"web-vitals": "^2.1.2"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",