2024-01-18 15:46:18 +08:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-02-12 15:00:21 +08:00
|
|
|
"@formatjs/intl-localematcher": "^0.5.4",
|
2024-01-21 23:08:25 +08:00
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.5.1",
|
|
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
2024-01-18 15:46:18 +08:00
|
|
|
"@juggle/resize-observer": "^3.4.0",
|
2024-02-05 23:11:47 +08:00
|
|
|
"@lemonsqueezy/lemonsqueezy.js": "^2.0.0",
|
2024-01-22 19:15:00 +08:00
|
|
|
"@next/third-parties": "^14.1.0",
|
2024-01-21 23:08:25 +08:00
|
|
|
"@reduxjs/toolkit": "^2.0.1",
|
2024-02-19 16:57:29 +08:00
|
|
|
"@sentry/nextjs": "^7.101.1",
|
2024-01-18 15:46:18 +08:00
|
|
|
"@supabase/ssr": "latest",
|
|
|
|
"@supabase/supabase-js": "latest",
|
2024-02-24 11:20:15 +08:00
|
|
|
"@types/react-toastify": "^4.1.0",
|
2024-01-18 15:46:18 +08:00
|
|
|
"add": "^2.0.6",
|
|
|
|
"autoprefixer": "10.4.15",
|
|
|
|
"axios": "^1.6.5",
|
2024-02-23 12:58:35 +08:00
|
|
|
"citation-js": "^0.7.8",
|
2024-01-29 17:45:13 +08:00
|
|
|
"file-saver": "^2.0.5",
|
2024-01-18 15:46:18 +08:00
|
|
|
"geist": "^1.0.0",
|
2024-01-29 17:45:13 +08:00
|
|
|
"i": "^0.3.7",
|
2024-02-12 13:28:16 +08:00
|
|
|
"i18next": "^23.8.2",
|
2024-02-12 20:55:14 +08:00
|
|
|
"i18next-browser-languagedetector": "^7.2.0",
|
|
|
|
"i18next-resources-to-backend": "^1.2.0",
|
2024-01-18 15:46:18 +08:00
|
|
|
"lodash": "^4.17.21",
|
2024-02-12 15:00:21 +08:00
|
|
|
"negotiator": "^0.6.3",
|
2024-01-18 15:46:18 +08:00
|
|
|
"next": "latest",
|
2024-01-21 23:08:25 +08:00
|
|
|
"next-redux-wrapper": "^8.1.0",
|
2024-01-18 15:46:18 +08:00
|
|
|
"openai": "^4.24.3",
|
2024-02-17 11:05:21 +08:00
|
|
|
"postcss": "8.4.35",
|
2024-02-25 10:27:33 +08:00
|
|
|
"punycode": "^2.3.1",
|
2024-01-18 15:46:18 +08:00
|
|
|
"quill": "^1.3.7",
|
2024-01-29 17:45:13 +08:00
|
|
|
"quill-to-word": "^1.3.0",
|
2024-02-08 10:31:29 +08:00
|
|
|
"raw-body": "^2.5.2",
|
2024-01-18 15:46:18 +08:00
|
|
|
"react": "^18.2.0",
|
2024-02-12 20:55:14 +08:00
|
|
|
"react-cookie": "^7.0.2",
|
2024-01-18 15:46:18 +08:00
|
|
|
"react-dom": "^18.2.0",
|
2024-02-12 15:00:21 +08:00
|
|
|
"react-i18next": "^14.0.5",
|
2024-03-07 13:46:08 +08:00
|
|
|
"react-icons": "^5.0.1",
|
2024-01-21 23:08:25 +08:00
|
|
|
"react-redux": "^9.1.0",
|
2024-02-18 23:46:18 +08:00
|
|
|
"react-toastify": "^10.0.4",
|
2024-02-08 10:31:29 +08:00
|
|
|
"react-transition-group": "^4.4.5",
|
2024-01-18 23:22:23 +08:00
|
|
|
"react-use": "^17.4.3",
|
2024-01-21 23:08:25 +08:00
|
|
|
"redux": "^5.0.1",
|
|
|
|
"redux-logger": "^3.0.6",
|
|
|
|
"redux-persist": "^6.0.0",
|
2024-02-17 11:05:21 +08:00
|
|
|
"sweetalert2": "^11.10.5",
|
2024-01-18 15:46:18 +08:00
|
|
|
"tailwindcss": "3.3.3",
|
|
|
|
"typescript": "5.1.3",
|
|
|
|
"xml2js": "^0.6.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-02-29 22:32:42 +08:00
|
|
|
"@next/bundle-analyzer": "^14.1.0",
|
2024-01-29 17:45:13 +08:00
|
|
|
"@types/file-saver": "^2.0.7",
|
2024-02-12 15:00:21 +08:00
|
|
|
"@types/negotiator": "^0.6.3",
|
2024-01-18 15:46:18 +08:00
|
|
|
"@types/node": "^20.3.1",
|
2024-01-21 23:08:25 +08:00
|
|
|
"@types/react": "^18.2.48",
|
2024-01-18 15:46:18 +08:00
|
|
|
"@types/react-dom": "18.2.5",
|
2024-02-08 10:31:29 +08:00
|
|
|
"@types/react-transition-group": "^4.4.10",
|
2024-01-21 23:20:23 +08:00
|
|
|
"@types/redux-logger": "^3.0.12",
|
2024-01-18 15:46:18 +08:00
|
|
|
"encoding": "^0.1.13"
|
2024-01-23 15:45:47 +08:00
|
|
|
},
|
2024-03-13 21:22:58 +08:00
|
|
|
"version": "1.9.0"
|
2024-01-18 15:46:18 +08:00
|
|
|
}
|