| { |
| "name": "kvrocks-controller-ui", |
| "version": "0.1.0", |
| "private": true, |
| "scripts": { |
| "dev": "next dev --turbopack", |
| "build": "next build", |
| "start": "next start", |
| "lint": "next lint", |
| "deploy": "next build && cp -r .next/static .next/standalone/.next/ && cp -r public .next/standalone/" |
| }, |
| "dependencies": { |
| "@emotion/react": "^11.11.3", |
| "@emotion/styled": "^11.11.0", |
| "@fortawesome/fontawesome-svg-core": "^6.6.0", |
| "@fortawesome/free-brands-svg-icons": "^6.6.0", |
| "@fortawesome/free-solid-svg-icons": "^6.6.0", |
| "@fortawesome/react-fontawesome": "^0.2.2", |
| "@mui/icons-material": "^5.15.7", |
| "@mui/material": "^5.15.5", |
| "@types/js-yaml": "^4.0.9", |
| "axios": "^1.6.7", |
| "js-yaml": "^4.1.0", |
| "next": "^16.0.7", |
| "react": "^19.2.1", |
| "react-dom": "^19.2.1" |
| }, |
| "devDependencies": { |
| "@types/node": "^20", |
| "@types/react": "^19.2.3", |
| "@types/react-dom": "^19.2.2", |
| "autoprefixer": "^10.0.1", |
| "eslint": "^9.39.1", |
| "eslint-config-next": "^16.0.7", |
| "eslint-config-prettier": "^10.1.1", |
| "postcss": "^8", |
| "prettier": "^3.6.2", |
| "prettier-plugin-tailwindcss": "^0.6.11", |
| "tailwindcss": "^3.3.0", |
| "typescript": "^5" |
| }, |
| "overrides": { |
| "@types/react": "^19.2.3", |
| "@types/react-dom": "^19.2.2" |
| } |
| } |