You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
621 B
27 lines
621 B
{
|
|
"name": "site",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 3000",
|
|
"build": "next build",
|
|
"start": "next start -p 3000",
|
|
"lint": "echo 'skip'"
|
|
},
|
|
"dependencies": {
|
|
"next": "14.2.5",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/aspect-ratio": "0.4.2",
|
|
"@tailwindcss/line-clamp": "0.4.4",
|
|
"@tailwindcss/typography": "0.5.15",
|
|
"@types/node": "20.11.30",
|
|
"@types/react": "18.2.66",
|
|
"autoprefixer": "10.4.19",
|
|
"postcss": "8.4.38",
|
|
"tailwindcss": "3.4.10",
|
|
"typescript": "5.4.5"
|
|
}
|
|
}
|
|
|