9b27ba0595
Bumps the npm_and_yarn group with 2 updates in the /. directory: [postcss](https://github.com/postcss/postcss) and [sweetalert2](https://github.com/sweetalert2/sweetalert2). Updates `postcss` from 8.4.31 to 8.4.35 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.31...8.4.35) Updates `sweetalert2` from 11.10.4 to 11.10.5 - [Release notes](https://github.com/sweetalert2/sweetalert2/releases) - [Changelog](https://github.com/sweetalert2/sweetalert2/blob/main/CHANGELOG.md) - [Commits](https://github.com/sweetalert2/sweetalert2/compare/v11.10.4...v11.10.5) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production dependency-group: npm_and_yarn-security-group - dependency-name: sweetalert2 dependency-type: direct:production dependency-group: npm_and_yarn-security-group ... Signed-off-by: dependabot[bot] <support@github.com>
69 lines
1.9 KiB
JSON
69 lines
1.9 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@formatjs/intl-localematcher": "^0.5.4",
|
|
"@fortawesome/free-solid-svg-icons": "^6.5.1",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"@juggle/resize-observer": "^3.4.0",
|
|
"@lemonsqueezy/lemonsqueezy.js": "^2.0.0",
|
|
"@next/third-parties": "^14.1.0",
|
|
"@reduxjs/toolkit": "^2.0.1",
|
|
"@sentry/nextjs": "^7.100.1",
|
|
"@supabase/ssr": "latest",
|
|
"@supabase/supabase-js": "latest",
|
|
"add": "^2.0.6",
|
|
"autoprefixer": "10.4.15",
|
|
"axios": "^1.6.5",
|
|
"file-saver": "^2.0.5",
|
|
"geist": "^1.0.0",
|
|
"i": "^0.3.7",
|
|
"i18next": "^23.8.2",
|
|
"i18next-browser-languagedetector": "^7.2.0",
|
|
"i18next-resources-to-backend": "^1.2.0",
|
|
"lodash": "^4.17.21",
|
|
"negotiator": "^0.6.3",
|
|
"next": "latest",
|
|
"next-redux-wrapper": "^8.1.0",
|
|
"openai": "^4.24.3",
|
|
"postcss": "8.4.35",
|
|
"quill": "^1.3.7",
|
|
"quill-to-word": "^1.3.0",
|
|
"raw-body": "^2.5.2",
|
|
"react": "^18.2.0",
|
|
"react-cookie": "^7.0.2",
|
|
"react-dom": "^18.2.0",
|
|
"react-i18next": "^14.0.5",
|
|
"react-quill": "^2.0.0",
|
|
"react-redux": "^9.1.0",
|
|
"react-transition-group": "^4.4.5",
|
|
"react-use": "^17.4.3",
|
|
"redux": "^5.0.1",
|
|
"redux-logger": "^3.0.6",
|
|
"redux-persist": "^6.0.0",
|
|
"slate": "^0.101.5",
|
|
"slate-history": "^0.100.0",
|
|
"slate-hyperscript": "^0.100.0",
|
|
"slate-react": "^0.101.5",
|
|
"sweetalert2": "^11.10.5",
|
|
"tailwindcss": "3.3.3",
|
|
"typescript": "5.1.3",
|
|
"xml2js": "^0.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/negotiator": "^0.6.3",
|
|
"@types/node": "^20.3.1",
|
|
"@types/react": "^18.2.48",
|
|
"@types/react-dom": "18.2.5",
|
|
"@types/react-transition-group": "^4.4.10",
|
|
"@types/redux-logger": "^3.0.12",
|
|
"encoding": "^0.1.13"
|
|
},
|
|
"version": "1.5.0"
|
|
}
|