summaryrefslogtreecommitdiff
path: root/package.json
blob: c2e5b4c745c3f4af2a6e8b72bf6bc34c43144b4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "name": "der-topogo",
  "version": "0.1.0",
  "private": true,
  "description": "Site de consulting IAM & Sécurité Informatique",
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4.2.0",
    "eslint": "^9.39.2",
    "eslint-config-next": "^16.1.6",
    "postcss": "^8.5.6",
    "tailwindcss": "^4.2.0"
  },
  "dependencies": {
    "@payloadcms/db-postgres": "^3.77.0",
    "@payloadcms/next": "^3.77.0",
    "@payloadcms/richtext-lexical": "^3.77.0",
    "clsx": "^2.1.1",
    "framer-motion": "^12.34.2",
    "graphql": "^16.12.0",
    "lucide-react": "^0.574.0",
    "payload": "^3.77.0",
    "sharp": "^0.34.5",
    "tailwind-merge": "^3.5.0"
  }
}