start useState

This commit is contained in:
Joshua Seigler 2022-10-09 21:28:54 -04:00
parent 98ab1bce45
commit 2a4cd44504
8 changed files with 168 additions and 18 deletions

View file

@ -8,8 +8,9 @@
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel",
"build": "parcel build",
"deploy": "git-directory-deploy --directory dist/",
"clean": "rm -rf ./dist ./.cache ./.parcel-cache"
"deploy": "echo > ./dist/.nojekyll && git-directory-deploy --directory dist/",
"clean": "rm -rf ./dist",
"publish": "npm run clean && npm run build && npm run deploy"
},
"keywords": [
"presentation",
@ -24,6 +25,7 @@
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/react-router-dom": "^5.3.3",
"localforage": "^1.10.0",
"react-dom": "^18.2.0",
"react-router": "^6.4.2",
"react-router-dom": "^6.4.2",