install swr

This commit is contained in:
2023-01-28 00:51:08 +01:00
parent 39921148ba
commit 752e6c491a
4 changed files with 133 additions and 101 deletions

View File

@ -19,6 +19,7 @@
"react-repeatable": "^2.0.1",
"react-router-dom": "^6.4.5",
"react-scripts": "5.0.1",
"swr": "^2.0.2",
"typescript": "^4.9.4",
"use-fit-text": "^2.4.0",
"web-vitals": "^2.1.4"
@ -30,7 +31,7 @@
"eject": "react-scripts eject",
"build:local": "env-cmd -f .env.local npm run build",
"build:hope-fly": "env-cmd -f .env.hope-fly npm run build",
"postbuild:local": "cp ./src/.htaccess ./build && sudo cp -vrRT ./build/. /opt/lampp/htdocs/dog/",
"postbuild:local": "cp ./src/.htaccess ./build && cp -vrRT ./build/. /opt/lampp/htdocs/dog/",
"postbuild:hope-fly": "cp ./src/.htaccess ./build"
},
"eslintConfig": {