41 lines
981 B
JSON
41 lines
981 B
JSON
{
|
|
"name": "neuratalk",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^2.2.8",
|
|
"@monaco-editor/react": "^4.7.0",
|
|
"framer-motion": "^12.23.22",
|
|
"millify": "^6.1.0",
|
|
"monaco-editor": "^0.53.0",
|
|
"next": "15.5.3",
|
|
"next-themes": "^0.4.6",
|
|
"react": "19.1.0",
|
|
"react-animate-height": "^3.2.3",
|
|
"react-dom": "19.1.0",
|
|
"react-spinners": "^0.17.0",
|
|
"react-textarea-autosize": "^8.5.9",
|
|
"react-use": "^17.6.0",
|
|
"recharts": "^3.2.1",
|
|
"swiper": "^12.0.2",
|
|
"tailwind-scrollbar": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.5.3",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|