feat(app): add 🎊

This commit is contained in:
Johns Beharry
2021-11-28 22:42:05 -06:00
parent 5266d070f1
commit 0bdcd900a4

View File

@@ -23,6 +23,7 @@
"lodash.throttle": "^4.1.1",
"prisma": "3.5.0",
"react": "^17.0.2",
"react-confetti": "^6.0.1",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
@@ -33,8 +34,10 @@
"react-responsive-carousel": "^3.2.22",
"react-router-dom": "^6.0.2",
"react-scripts": "4.0.3",
"react-use": "^17.3.1",
"typescript": "^4.4.4",
"web-vitals": "^1.1.2"
"web-vitals": "^1.1.2",
"webln": "^0.2.2"
},
"scripts": {
"start": "craco start",
@@ -50,7 +53,7 @@
"db:reset": "prisma migrate reset",
"db:seed": "prisma db seed",
"db:gui": "prisma studio",
"api:start": "netlify dev"
"netlify:start": "netlify dev"
},
"prisma": {
"seed": "node prisma/seed.js"