All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m54s
35 lines
818 B
JSON
35 lines
818 B
JSON
{
|
|
"name": "next",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
"autoprefixer": "^10.4.20",
|
|
"framer-motion": "^12.7.4",
|
|
"lucide-react": "^0.477.0",
|
|
"next": "15.1.7",
|
|
"react": "^19.0.0",
|
|
"react-code-blocks": "^0.1.6",
|
|
"react-dom": "^19.0.0",
|
|
"react-icons": "^5.5.0",
|
|
"react-syntax-highlighter": "^15.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.1.7",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
}
|
|
}
|