Files
supanextail/package.json
2021-10-22 17:10:27 +02:00

61 lines
1.7 KiB
JSON

{
"name": "supanextail",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"eslint": "eslint . --fix",
"test": "playwright test"
},
"dependencies": {
"@headlessui/react": "^1.4.1",
"@sendgrid/mail": "^7.4.7",
"@stripe/stripe-js": "^1.18.0",
"@supabase/supabase-js": "^1.23.0",
"@types/node": "^16.10.1",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"axios": "^0.21.4",
"cors": "^2.8.5",
"daisyui": "^1.14.1",
"express-rate-limit": "^5.3.0",
"micro": "^9.3.4",
"next": ">=11.1.2",
"next-seo": "^4.28.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-icons": "^4.2.0",
"react-toastify": "^8.0.3",
"stripe": "^8.176.0",
"typescript": "^4.4.3"
},
"devDependencies": {
"@next/eslint-plugin-next": "^11.1.2",
"@playwright/test": "^1.16.0",
"@types/cors": "^2.8.12",
"@types/express-rate-limit": "^5.1.3",
"@types/micro": "^7.3.6",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"autoprefixer": "^10.3.6",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-next": "^11.1.2",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"postcss": "^8.3.8",
"prettier": "^2.4.1",
"tailwindcss": "^2.2.16"
}
}