shronkchat-web/package.json

30 lines
600 B
JSON
Raw Permalink Normal View History

{
"name": "shronkchat-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"crypto-js": "^4.2.0",
"next": "14.2.5",
"node-fetch": "^3.3.2",
"react": "^18",
"react-dom": "^18",
"swr": "^2.2.5"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}