mirror of
https://github.com/aljazceru/landscape-template.git
synced 2025-12-28 03:24:28 +01:00
feat(app): add 🎊
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user