aaronjy-me/package.json
Aaron Yarborough 2b0e302071 add CV
2024-03-12 13:15:18 +00:00

31 lines
706 B
JSON

{
"name": "www-aaronjy-2024",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"server": "npx decap-server",
"build": "next build",
"start": "next start",
"link": "npx standard",
"format": "npx standard --fix",
"prepare": "husky"
},
"dependencies": {
"next": "14.1.1",
"next-seo": "^6.5.0",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"eslint": "^8",
"eslint-config-next": "14.1.1",
"frontmatter-markdown-loader": "^3.7.0",
"husky": "^9.0.11",
"js-yaml": "^4.1.0",
"showdown": "^2.1.0",
"standard": "^17.1.0"
}
}