aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: d4c98d4efe42cb3f5805aeb0d1ae9929b5263701 (plain) (blame)
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
{
  "name": "alure-website",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev --turbopack",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "autoprefixer": "^10.4.22",
    "date-fns": "^4.1.0",
    "eslint": "^9.39.1",
    "eslint-config-next": "15.3.1",
    "googleapis": "^148.0.0",
    "gray-matter": "^4.0.3",
    "markdown-to-jsx": "^7.7.17",
    "next": "^15.3.6",
    "postcss": "^8.5.6",
    "react": "19.1.0",
    "react-dom": "19.1.0",
    "tailwindcss": "3.4.17"
  },
  "devDependencies": {
    "@tailwindcss/typography": "^0.5.19"
  }
}