aaronjy-me/package.json
Aaron Yarborough e4a327efb0 Format
2024-03-04 21:03:03 +00:00

23 lines
460 B
JSON

{
"name": "www-aaronjy-2024",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"link": "npx standard",
"format": "npx standard --fix"
},
"dependencies": {
"next": "14.1.1",
"next-seo": "^6.5.0",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.1.1",
"standard": "^17.1.0"
}
}