new commit

This commit is contained in:
54CHA
2025-07-19 17:56:06 +03:00
commit 4153e2c00a
140 changed files with 66097 additions and 0 deletions

38
package.json Normal file
View File

@ -0,0 +1,38 @@
{
"name": "openparsersferav",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prisma:generate": "prisma generate"
},
"dependencies": {
"@prisma/client": "^5.9.0",
"@tailwindcss/postcss": "^4.1.7",
"anychart": "^8.13.1",
"autoprefixer": "^10.4.21",
"cheerio": "^1.0.0-rc.12",
"framer-motion": "^12.12.1",
"lucide-react": "^0.525.0",
"next": "15.3.0",
"postcss": "^8.5.3",
"prisma": "^5.9.0",
"puppeteer": "^24.8.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-icons": "^5.5.0",
"recharts": "^2.15.3",
"tailwindcss": "^4.1.7"
},
"devDependencies": {
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"eslint": "^8.53.0",
"eslint-config-next": "15.3.0",
"typescript": "^5.2.2"
}
}