Files
MermsWebsite2025/package.json
T
CHIEFSOFT\ameye 7e3ecb79f1 first commit
2024-12-23 11:26:25 -05:00

25 lines
624 B
JSON

{
"name": "merms",
"version": "0.1.0",
"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": {
"eslint": "8.41.0",
"eslint-config-next": "13.4.3",
"next": "13.4.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-modal-video": "^2.0.2",
"sass": "^1.62.1",
"swiper": "^10.0.4",
"wowjs": "^1.1.3"
}
}