omariosouto/mariosouto.com

View on GitHub
apps/web/package.json

Summary

Maintainability
Test Coverage
{
  "name": "web",
  "version": "0.0.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@omariosouto/commons": "*",
    "@skynexui/components": "^1.24.6",
    "next": "12.0.7",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "xml2json": "^0.12.0"
  },
  "devDependencies": {
    "@types/react": "17.0.37",
    "config": "*",
    "eslint": "7.32.0",
    "next-transpile-modules": "9.0.0",
    "tsconfig": "*",
    "typescript": "^4.5.3"
  }
}