This commit is contained in:
Nilstrieb 2021-02-13 16:23:46 +01:00
parent dd903c3fa9
commit a7d729d700
2 changed files with 15362 additions and 1 deletions

15357
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -2,10 +2,12 @@
"name": "untitled", "name": "untitled",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"homepage": "https://Nilstrieb.github.io/hugos-lieblingsflugzeuge",
"dependencies": { "dependencies": {
"@testing-library/jest-dom": "^5.11.4", "@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0", "@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10", "@testing-library/user-event": "^12.1.10",
"gh-pages": "^3.1.0",
"react": "^17.0.1", "react": "^17.0.1",
"react-dom": "^17.0.1", "react-dom": "^17.0.1",
"react-scripts": "4.0.2", "react-scripts": "4.0.2",
@ -15,7 +17,9 @@
"start": "react-scripts start", "start": "react-scripts start",
"build": "react-scripts build", "build": "react-scripts build",
"test": "react-scripts test", "test": "react-scripts test",
"eject": "react-scripts eject" "eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
}, },
"eslintConfig": { "eslintConfig": {
"extends": [ "extends": [