36 lines
881 B
JSON
36 lines
881 B
JSON
{
|
|
"name": "www-aaronjy-2024",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"server": "npx decap-server",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"link": "npx standard",
|
|
"format": "npx standard --fix",
|
|
"prepare": "husky",
|
|
"deploy": "./util/deploy-gcloud.sh"
|
|
},
|
|
"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",
|
|
"@commitlint/cli": "^19.1.0",
|
|
"@commitlint/config-conventional": "^19.1.0",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.1.1",
|
|
"front-matter": "^4.0.2",
|
|
"frontmatter-markdown-loader": "^3.7.0",
|
|
"husky": "^9.0.11",
|
|
"js-yaml": "^4.1.0",
|
|
"showdown": "^2.1.0",
|
|
"standard": "^17.1.0"
|
|
}
|
|
}
|