Files
MermsWebsite2025/package.json
T
CHIEFSOFT\ameye 752fc86549 tem contact page
2025-12-25 12:42:24 -05:00

30 lines
784 B
JSON

{
"name": "merms",
"version": "0.1.1",
"private": true,
"author": "author",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"sass": "sass --watch public/assets/scss/main.scss:public/assets/css/main.css"
},
"dependencies": {
"@tanstack/react-query": "^5.62.16",
"axios": "^1.13.2",
"eslint": "8.41.0",
"eslint-config-next": "13.4.3",
"formik": "^2.4.9",
"next": "^13.5.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-modal-video": "^2.0.2",
"sass": "^1.62.1",
"server-only": "^0.0.1",
"swiper": "^10.0.4",
"wowjs": "^1.1.3",
"yup": "^1.7.1"
}
}