2025-12-06 11:53:45 +05:30

53 lines
1.5 KiB
JSON

{
"name": "Metatroncube",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@headlessui/react": "^2.1.2",
"@reduxjs/toolkit": "^2.2.7",
"@stripe/stripe-js": "^7.9.0",
"@tippyjs/react": "^4.2.6",
"@types/node": "^22.4.0",
"@types/react": "18.3.10",
"@types/react-dom": "^18.3.0",
"axios": "^1.12.2",
"eslint": "8.57.0",
"eslint-config-next": "14.2.13",
"fast-xml-parser": "^5.2.5",
"highlight.js": "^11.11.1",
"i18next": "^23.13.0",
"next": "14.2.13",
"ni18n": "^1.0.5",
"react": "18.3.1",
"react-animate-height": "^3.1.0",
"react-dom": "18.3.1",
"react-i18next": "^15.0.2",
"react-perfect-scrollbar": "^1.5.8",
"react-popper": "^2.3.0",
"react-quill": "^2.0.0",
"react-redux": "^9.1.2",
"recharts": "^3.2.1",
"typescript": "^5.3.3",
"universal-cookie": "^7.2.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"@types/lodash": "^4.17.10",
"@types/react-redux": "^7.1.32",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.35",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.1"
}
}