101 lines
3.0 KiB
JSON
101 lines
3.0 KiB
JSON
{
|
|
"name": "flierland",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"email": "npx react-email dev --dir ./src/common/components/emails",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"test": "jest --watch",
|
|
"postinstall": "node ./postinstall.js"
|
|
},
|
|
"dependencies": {
|
|
"@apollo/client": "^3.7.14",
|
|
"@cloudflare/next-on-pages": "^0.10.1",
|
|
"@directus/sdk": "^19.1.0",
|
|
"@dnd-kit/core": "^6.0.8",
|
|
"@dnd-kit/sortable": "^7.0.2",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"@googlemaps/js-api-loader": "^1.16.6",
|
|
"@react-email/components": "1.0.0",
|
|
"@react-email/render": "^2.0.0",
|
|
"@reduxjs/toolkit": "^2.2.3",
|
|
"@sendgrid/mail": "^7.7.0",
|
|
"@stripe/stripe-js": "^3.0.10",
|
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
"@tinymce/tinymce-react": "^4.3.0",
|
|
"@types/react-beautiful-dnd": "^13.1.4",
|
|
"@types/react-dom": "^18.2.25",
|
|
"@types/react-redux": "^7.1.23",
|
|
"@zoomit/dayjs-jalali-plugin": "^0.1.11",
|
|
"axios": "^1.7.2",
|
|
"bcrypt": "^5.1.1",
|
|
"cheerio": "^1.1.2",
|
|
"colorthief": "^2.4.0",
|
|
"concurrently": "^7.6.0",
|
|
"cookie": "^0.6.0",
|
|
"cors": "^2.8.5",
|
|
"d3": "^7.9.0",
|
|
"date-fns-jalali": "^4.1.0-0",
|
|
"dayjs": "^1.11.19",
|
|
"dompurify": "^3.1.0",
|
|
"embla-carousel-autoplay": "^8.0.0-rc14",
|
|
"embla-carousel-react": "^8.0.0-rc22",
|
|
"fs": "^0.0.1-security",
|
|
"fs-extra": "^11.1.1",
|
|
"graphql": "^16.3.0",
|
|
"html-react-parser": "^3.0.1",
|
|
"isomorphic-dompurify": "^2.7.0",
|
|
"micro": "^10.0.1",
|
|
"micro-cors": "^0.1.1",
|
|
"motion": "^12.23.12",
|
|
"mustache": "^4.2.0",
|
|
"next": "^14.2.2",
|
|
"next-auth": "^4.18.10",
|
|
"next-pwa": "^5.6.0",
|
|
"next-sitemap": "^4.2.3",
|
|
"react": "^18.2.0",
|
|
"react-beautiful-dnd": "^13.1.1",
|
|
"react-day-picker": "^9.11.1",
|
|
"react-dom": "^18.2.0",
|
|
"react-infinite-scroll-hook": "^4.1.1",
|
|
"react-player": "^2.16.0",
|
|
"react-redux": "^8.0.5",
|
|
"react-signature-canvas": "^1.1.0-alpha.2",
|
|
"react-to-print": "^3.2.0",
|
|
"react-virtuoso": "^4.1.0",
|
|
"recharts": "^2.15.0",
|
|
"resend": "^6.4.2",
|
|
"stripe": "^18.5.0",
|
|
"swr": "^2.1.5",
|
|
"tinymce": "^6.4.0",
|
|
"vanilla-calendar-pro": "^3.0.5",
|
|
"xss": "^1.0.15",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.17.5",
|
|
"@react-email/preview-server": "^5.0.1",
|
|
"@tailwindcss/postcss": "^4.2.4",
|
|
"@testing-library/jest-dom": "^5.16.2",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@types/bcrypt": "^5.0.2",
|
|
"@types/cors": "^2.8.17",
|
|
"@types/dompurify": "^3.0.5",
|
|
"@types/google.maps": "^3.55.9",
|
|
"@types/micro-cors": "^0.1.5",
|
|
"@types/mustache": "^4.2.5",
|
|
"@types/node": "^20.12.7",
|
|
"@types/react": "^18.2.79",
|
|
"babel-loader": "^8.2.3",
|
|
"eslint": "8.8.0",
|
|
"eslint-config-next": "^14.2.2",
|
|
"jest": "^27.5.1",
|
|
"postcss": "^8.4.35",
|
|
"react-email": "^5.0.1",
|
|
"tailwindcss": "^4.2.4",
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|