Files
radio-otherway/web/package.json
2023-03-06 15:04:09 +00:00

76 lines
2.1 KiB
JSON

{
"name": "radio-otherway",
"version": "0.1.1",
"private": true,
"scripts": {
"turbo": "next dev --turbo",
"dev": "node ./server.js",
"debug": "node ./server.js",
"dev-nossl": "next dev",
"build-export": "next build && next export",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/plugin-transform-react-display-name": "^7.18.6",
"@headlessui/react": "^1.7.11",
"@next/font": "13.2.3",
"@types/feather-icons": "^4.29.1",
"@types/node": "18.14.6",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@upstash/qstash": "^0.3.6",
"axios": "^1.3.4",
"babel": "^6.23.0",
"classnames": "^2.3.2",
"daisyui": "^2.49.0",
"encoding": "^0.1.13",
"eslint": "^8.35.0",
"eslint-config-next": "13.2.3",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"feather-icons": "^4.29.0",
"firebase": "^9.17.1",
"firebase-admin": "^11.5.0",
"firebase-functions": "^4.2.1",
"fireschema": "^4.0.4",
"http-status-codes": "^2.2.0",
"localforage": "^1.10.0",
"logrocket": "^3.0.1",
"mailgun.js": "^8.2.0",
"next": "13.2.3",
"next-logger": "^3.0.1",
"next-seo": "^5.15.0",
"path-browserify": "^1.0.1",
"react": "18.2.0",
"react-daisyui": "^3.0.3",
"react-device-detect": "^2.2.3",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-feather": "^2.0.10",
"react-hook-form": "^7.43.2",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.7.1",
"react-phone-number-input": "^3.2.19",
"reactfire": "^4.2.2",
"theme-change": "^2.3.0",
"twilio": "^4.8.0",
"typescript": "4.9.5",
"zod": "^3.20.6"
},
"packageManager": "yarn@1.22.19",
"devDependencies": {
"@google-cloud/local-auth": "2.1.1",
"@hookform/devtools": "^4.3.0",
"autoprefixer": "^10.4.13",
"eslint-config-prettier": "^8.6.0",
"googleapis": "112.0.0",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.2",
"tailwindcss": "^3.2.4"
}
}