update pay function

This commit is contained in:
2025-11-22 08:57:37 +08:00
parent 990ca3663e
commit e778742590
210 changed files with 8236 additions and 5345 deletions

View File

@@ -0,0 +1,40 @@
{
"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"
}
}