Guest User

package.json

a guest
Nov 20th, 2023
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.83 KB | None | 0 0
  1. {
  2.       "name": "project",
  3.       "version": "0.1.0",
  4.       "private": true,
  5.       "scripts": {
  6.         "dev": "next dev",
  7.         "build": "next build",
  8.         "start": "next start",
  9.         "lint": "next lint"
  10.       },
  11.       "dependencies": {
  12.         "@mdx-js/loader": "^3.0.0",
  13.         "@mdx-js/react": "^3.0.0",
  14.         "@next/mdx": "^14.0.2",
  15.         "@nextui-org/react": "^2.2.5",
  16.         "@types/mdx": "^2.0.10",
  17.         "framer-motion": "^10.16.4",
  18.         "next": "14.0.1",
  19.         "next-mdx-remote": "^4.4.1",
  20.         "next-themes": "^0.2.1",
  21.         "prismjs": "^1.29.0",
  22.         "react": "^18",
  23.         "react-dom": "^18"
  24.       },
  25.       "devDependencies": {
  26.         "@tailwindcss/typography": "^0.5.10",
  27.         "autoprefixer": "^10.0.1",
  28.         "postcss": "^8",
  29.         "tailwindcss": "^3.3.0"
  30.       }
  31.     }
Advertisement
Add Comment
Please, Sign In to add comment