aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: e2107cf9138e08d0c9000aedee2b8e8ff043ea85 (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.21",
    "date-fns": "^4.1.0",
    "eslint": "^9.9.0",
    "eslint-config-next": "15.3.1",
    "googleapis": "^148.0.0",
    "gray-matter": "^4.0.3",
    "markdown-to-jsx": "^7.7.6",
    "next": "15.3.1",
    "postcss": "^8.4.41",
    "react": "19.1.0",
    "react-dom": "19.1.0",
    "tailwindcss": "3.4.17"
  },
  "devDependencies": {
    "@tailwindcss/typography": "^0.5.10"
  }
}