mirror of
https://github.com/Alee14/alure-website.git
synced 2025-01-22 10:51:53 -05:00
27 lines
606 B
JSON
27 lines
606 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.16",
|
|
"date-fns": "^2.30.0",
|
|
"eslint": "^8.55.0",
|
|
"eslint-config-next": "^14.0.4",
|
|
"gray-matter": "^4.0.3",
|
|
"markdown-to-jsx": "^7.3.2",
|
|
"next": "^14.0.4",
|
|
"postcss": "^8.4.32",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"tailwindcss": "^3.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.10"
|
|
}
|
|
}
|