This commit is contained in:
2025-02-08 14:24:51 -06:00
parent d643be301f
commit 769e99d4c3
136 changed files with 3759 additions and 444 deletions
+6 -2
View File
@@ -1,5 +1,5 @@
{
"name": "boulangerie-nextjs",
"name": "itsthevine.com",
"version": "0.1.0",
"private": true,
"scripts": {
@@ -9,10 +9,14 @@
"lint": "next lint"
},
"dependencies": {
"@svgr/webpack": "^8.1.0",
"framer-motion": "^11.11.11",
"keen-slider": "^6.8.6",
"next": "15.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-awesome-slider": "^4.1.0",
"react-dom": "^18.2.0",
"sass": "^1.83.4"
},
"devDependencies": {
"@types/node": "^20",