This commit is contained in:
DIVISIONSolar 2024-03-12 19:52:20 -04:00
parent 1925ca9cd6
commit 5226ee9ee9
Signed by: JoshS
GPG key ID: A37D037686151E97
2 changed files with 2003 additions and 1 deletions

2001
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -4,7 +4,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export"
"export": "next export",
"cfpages": "npm run build && npm start"
},
"dependencies": {
"framer-motion": "^7.10.3",