| { | |
| "name": "frontend", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev", | |
| "build": "next build", | |
| "start": "PORT=7860 next start", | |
| "lint": "next lint", | |
| "postbuild": "next-sitemap --config next-sitemap.config.js" | |
| }, | |
| "dependencies": { | |
| "@emotion/react": "^11.13.3", | |
| "@emotion/styled": "^11.13.0", | |
| "@fortawesome/fontawesome-free": "^6.6.0", | |
| "@fortawesome/fontawesome-svg-core": "^6.6.0", | |
| "@fortawesome/free-regular-svg-icons": "^6.6.0", | |
| "@fortawesome/free-solid-svg-icons": "^6.6.0", | |
| "@fortawesome/react-fontawesome": "^0.2.2", | |
| "@mui/material": "^6.1.1", | |
| "axios": "^1.7.4", | |
| "bootstrap": "^5.3.3", | |
| "crypto-js": "^4.2.0", | |
| "js-cookie": "^3.0.5", | |
| "jsonwebtoken": "^9.0.2", | |
| "next": "14.2.5", | |
| "next-sitemap": "^4.2.3", | |
| "next13-progressbar": "^1.2.2", | |
| "react": "^18", | |
| "react-bootstrap": "^2.10.4", | |
| "react-dom": "^18", | |
| "sharp": "^0.33.5", | |
| "styled-components": "^6.1.13", | |
| "video.js": "^8.17.4" | |
| }, | |
| "devDependencies": { | |
| "eslint": "^8", | |
| "eslint-config-next": "14.2.5", | |
| "postcss": "^8", | |
| "tailwindcss": "^3.4.1" | |
| } | |
| } | |