diff --git a/package.json b/package.json index 0a80b6a..b2a720c 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,14 @@ "name": "react", "version": "1.0.0", "description": "React example starter project", - "keywords": ["react", "starter"], + "keywords": [ + "react", + "starter" + ], "main": "src/index.js", "dependencies": { + "lodash.shuffle": "4.2.0", + "prop-types": "15.7.2", "react": "17.0.2", "react-dom": "17.0.2", "react-scripts": "4.0.0" @@ -19,5 +24,10 @@ "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" }, - "browserslist": [">0.2%", "not dead", "not ie <= 11", "not op_mini all"] -} + "browserslist": [ + ">0.2%", + "not dead", + "not ie <= 11", + "not op_mini all" + ] +} \ No newline at end of file diff --git a/public/index.html b/public/index.html index 42ae2d2..587c69a 100644 --- a/public/index.html +++ b/public/index.html @@ -1,17 +1,19 @@ - -
- - - - - - - -