asherfalcon.com/package.json
Asher 62e6776585
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m55s
Added docker-compose deploy post
2025-03-02 14:52:56 +00:00

34 lines
786 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",
"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"
}
}