mirror of
https://github.com/Alee14/alure-website.git
synced 2025-01-22 10:51:53 -05:00
27 lines
605 B
JSON
27 lines
605 B
JSON
{
|
|
"name": "alure-website",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbo",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"autoprefixer": "^10.4.20",
|
|
"date-fns": "^3.6.0",
|
|
"eslint": "^9.9.0",
|
|
"eslint-config-next": "^14.2.5",
|
|
"gray-matter": "^4.0.3",
|
|
"markdown-to-jsx": "^7.4.7",
|
|
"next": "^14.2.5",
|
|
"postcss": "^8.4.41",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"tailwindcss": "^3.4.10"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.10"
|
|
}
|
|
}
|