Files
no-copy-frontend/package.json
T

46 lines
1.0 KiB
JSON

{
"name": "no-copy-frontend",
"version": "0.42.0",
"private": true,
"scripts": {
"dev": "next dev -p 2999",
"build": "next build",
"start": "next start -p 2999",
"lint": "eslint"
},
"dependencies": {
"@a2seven/yoo-checkout": "^1.1.4",
"@react-input/mask": "^2.0.4",
"@tailwindcss/postcss": "^4.1.17",
"@tanstack/match-sorter-utils": "^8.19.4",
"@tanstack/react-query": "^5.90.11",
"@tanstack/react-table": "^8.21.3",
"@vkid/sdk": "^2.6.2",
"clsx": "^2.1.1",
"jose": "^6.1.2",
"next": "^16.0.7",
"next-auth": "5.0.0-beta.30",
"next-intl": "^4.5.8",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-slick": "^0.31.0",
"recharts": "^3.5.1",
"sonner": "^2.0.7",
"swiper": "^12.0.3",
"tailwindcss": "^4.1.17",
"use-debounce": "^10.1.0",
"validator": "^13.15.26",
"zod": "^4.1.13",
"zustand": "^5.0.9"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.0.3",
"sass": "^1.94.2",
"typescript": "^5"
}
}