omariosouto/mariosouto.com

View on GitHub
apps/midiakit/package.json

Summary

Maintainability
Test Coverage
{
  "name": "midiakit",
  "version": "1.0.0",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "dev": "next dev",
    "start": "next start",
    "build": "next build"
  },
  "dependencies": {
    "@skynexui/components": "^1.24.4",
    "next": "^12.0.10",
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  }
}