alure-website/package.json

28 lines
605 B
JSON
Raw Normal View History

2023-07-14 11:42:42 -04:00
{
"name": "alure-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
2023-07-14 11:42:42 -04:00
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2024-08-17 13:58:28 -04:00
"autoprefixer": "^10.4.20",
"date-fns": "^3.6.0",
"eslint": "^9.9.0",
"eslint-config-next": "^14.2.5",
"gray-matter": "^4.0.3",
2024-08-17 13:58:28 -04:00
"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": {
2023-10-01 16:01:47 -04:00
"@tailwindcss/typography": "^0.5.10"
2023-07-14 11:42:42 -04:00
}
}