27 lines
591 B
JSON
27 lines
591 B
JSON
{
|
|
"name": "computer-repair",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@next/env": "^15.0.4",
|
|
"@next/third-parties": "^15.1.3",
|
|
"@vercel/analytics": "^1.4.1",
|
|
"@vercel/speed-insights": "^1.1.0",
|
|
"motion": "^11.16.0",
|
|
"next": "^15.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "15.0.3",
|
|
"postcss": "^8.4.49",
|
|
"tailwindcss": "^3.4.17"
|
|
}
|
|
}
|