Newer
Older
mobile.raikyakun.app / node / package.json
nutrition on 24 Jul 2024 918 bytes first commit
{
  "name": "raikyakun-smartphone",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@dnd-kit/core": "^6.1.0",
    "@dnd-kit/sortable": "^8.0.0",
    "@dnd-kit/utilities": "^3.2.2",
    "@emotion/react": "^11.11.1",
    "@emotion/styled": "^11.11.0",
    "@imbios/next-pwa": "^1.1.1",
    "@mui/icons-material": "^5.14.1",
    "@mui/material": "^5.14.2",
    "@types/node": "20.4.5",
    "@types/react": "18.2.17",
    "@types/react-dom": "18.2.7",
    "axios": "^1.6.1",
    "date-fns": "^3.6.0",
    "eslint": "8.45.0",
    "eslint-config-next": "13.4.12",
    "jssha": "^3.3.1",
    "next": "13.4.7",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-hook-form": "^7.51.5",
    "typescript": "5.1.6"
  },
  "devDependencies": {
    "@types/web-push": "^3.3.2"
  }
}