40 lines
975 B
JSON
40 lines
975 B
JSON
{
|
|
"name": "vaala-chat",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@next/font": "13.1.6",
|
|
"@tanstack/react-query": "^4.24.6",
|
|
"@types/node": "18.13.0",
|
|
"@types/react": "18.0.28",
|
|
"@types/react-dom": "18.0.10",
|
|
"clsx": "^1.2.1",
|
|
"eslint": "8.34.0",
|
|
"eslint-config-next": "13.1.6",
|
|
"next": "13.1.6",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-markdown": "^8.0.5",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"react-use": "^17.4.0",
|
|
"rehype-highlight": "^6.0.0",
|
|
"rehype-pretty-code": "^0.9.4",
|
|
"remark-gfm": "^3.0.1",
|
|
"shiki": "^0.14.1",
|
|
"styled-components": "^5.3.8",
|
|
"typescript": "4.9.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/styled-components": "^5.1.26",
|
|
"autoprefixer": "^10.4.13",
|
|
"postcss": "^8.4.21",
|
|
"tailwindcss": "^3.2.6"
|
|
}
|
|
}
|