40 lines
932 B
JSON
40 lines
932 B
JSON
{
|
|
"name": "draw",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@excalidraw/excalidraw": "^0.18.0",
|
|
"@types/bcryptjs": "^3.0.0",
|
|
"@types/jsonwebtoken": "^9.0.9",
|
|
"bcryptjs": "^3.0.2",
|
|
"i18next": "^25.1.2",
|
|
"i18next-resources-to-backend": "^1.2.1",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"jwt-decode": "^4.0.0",
|
|
"mongoose": "^8.14.2",
|
|
"next": "15.3.2",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-i18next": "^15.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"autoprefixer": "10",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.3.2",
|
|
"postcss": "8",
|
|
"tailwindcss": "3",
|
|
"typescript": "^5"
|
|
}
|
|
}
|