aizu's Knowledge Base
    • Go to: aizu.my Homepage
    • Recent
    • Tags
    • Register
    • Login

    NextJS 14.0.2 - package.json

    Linux
    1
    1
    46
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      aizu
      last edited by

      Compatible with Node v21.6.1 (web52)

      {
        "name": "something project name",
        "version": "0.1.0",
        "private": true,
        "scripts": {
          "dev": "next dev",
          "build": "next build",
          "start": "next start -p 3000",
          "lint": "next lint"
        },
        "dependencies": {
          "autoprefixer": "10.4.16",
          "axios": "^1.6.2",
          "dayjs": "^1.11.10",
          "get-youtube-id": "^1.0.1",
          "googleapis": "^128.0.0",
          "md5": "^2.3.0",
          "nanoid": "^5.0.3",
          "next": "14.0.2",
          "next-auth": "^4.24.5",
          "nookies": "^2.5.2",
          "postcss": "8.4.31",
          "react": "18.2.0",
          "react-dom": "18.2.0",
          "react-icons": "^4.12.0",
          "react-lottie": "^1.2.3",
          "react-simple-snackbar": "^1.1.11",
          "react-youtube": "^10.1.0",
          "sweetalert2": "^11.10.0",
          "tailwindcss": "3.3.5",
          "ua-parser-js": "^1.0.37",
          "youtube-player": "^5.6.0"
        },
        "devDependencies": {
          "autoprefixer": "^10.0.1",
          "postcss": "^8",
          "tailwindcss": "^3.3.0"
        }
      }
      
      1 Reply Last reply Reply Quote 0
      • First post
        Last post