41 lines
1,013 B
JSON
41 lines
1,013 B
JSON
{
|
|
"name": "personal-website",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.7.7",
|
|
"@matejmazur/react-katex": "^3.1.3",
|
|
"@notionhq/client": "^2.2.2",
|
|
"clsx": "^1.2.1",
|
|
"feed": "^4.2.2",
|
|
"katex": "^0.16.4",
|
|
"next": "13.0.6",
|
|
"prismjs": "^1.29.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"tailwindcss": "^3.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@next/env": "^13.0.6",
|
|
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
|
|
"@types/prismjs": "^1.26.0",
|
|
"@types/react": "18.0.26",
|
|
"@types/react-dom": "^18.0.9",
|
|
"@vue/compiler-sfc": "^3.2.45",
|
|
"autoprefixer": "^10.4.13",
|
|
"encoding": "^0.1.13",
|
|
"eslint": "8.29.0",
|
|
"eslint-config-next": "13.0.6",
|
|
"postcss": "^8.4.20",
|
|
"prettier": "^2.8.1",
|
|
"prettier-plugin-tailwindcss": "^0.2.1",
|
|
"typescript": "^4.9.4"
|
|
}
|
|
}
|