73 lines
1.7 KiB
JSON
73 lines
1.7 KiB
JSON
|
{
|
||
|
"name": "yufan.me",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"keywords": [
|
||
|
"blog",
|
||
|
"next.js",
|
||
|
"react",
|
||
|
"yufan",
|
||
|
"ameho",
|
||
|
"syhily"
|
||
|
],
|
||
|
"homepage": "https://yufan.me",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/syhily/yufan.me/issues",
|
||
|
"email": "syhily@gmail.com"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/syhily/yufan.me.git"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"author": {
|
||
|
"name": "Yufan Sheng",
|
||
|
"email": "syhily@gmail.com",
|
||
|
"url": "https://yufan.me"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "velite && next build",
|
||
|
"content": "velite",
|
||
|
"dev": "velite && next dev -p 4321",
|
||
|
"lint": "velite && next lint --fix",
|
||
|
"prepare": "husky",
|
||
|
"start": "next start -p 4321",
|
||
|
"watch": "velite dev"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@radix-ui/react-dialog": "^1.0.5",
|
||
|
"@radix-ui/react-form": "^0.0.3",
|
||
|
"artalk": "^2.8.6",
|
||
|
"bootstrap": "^5.3.3",
|
||
|
"feed": "^4.2.2",
|
||
|
"fuse.js": "^7.0.0",
|
||
|
"lodash": "^4.17.21",
|
||
|
"luxon": "^3.4.4",
|
||
|
"mysql2": "^3.9.7",
|
||
|
"nanoid": "^5.0.7",
|
||
|
"next": "14.2.3",
|
||
|
"react": "^18.3.1",
|
||
|
"react-dom": "^18.3.1",
|
||
|
"react-qr-code": "^2.0.13",
|
||
|
"rehype-pretty-code": "^0.13.2"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/lodash": "^4.17.4",
|
||
|
"@types/luxon": "^3.4.2",
|
||
|
"@types/node": "^20.12.12",
|
||
|
"@types/react": "^18.3.2",
|
||
|
"@types/react-dom": "^18.3.0",
|
||
|
"@types/unist": "^3.0.2",
|
||
|
"eslint": "^8.57.0",
|
||
|
"eslint-config-next": "14.2.3",
|
||
|
"eslint-config-prettier": "^9.1.0",
|
||
|
"eslint-plugin-prettier": "^5.1.3",
|
||
|
"eslint-plugin-simple-import-sort": "^12.1.0",
|
||
|
"husky": "^9.0.11",
|
||
|
"prettier": "^3.2.5",
|
||
|
"typescript": "^5.4.5",
|
||
|
"unist-util-visit": "^5.0.0",
|
||
|
"velite": "0.1.0-rc.3"
|
||
|
}
|
||
|
}
|