picshop/package.json

75 lines
2.1 KiB
JSON
Raw Normal View History

2024-12-04 15:35:04 +00:00
{
"name": "picshop",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "next dev -p 3100",
"build": "next build",
"start": "next start -p 3100",
"lint": "next lint",
"prod": "next build && next start"
},
"dependencies": {
"@babel/eslint-parser": "^7.23.10",
"@babel/preset-react": "^7.23.3",
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/styled": "latest",
"@formatjs/intl-localematcher": "^0.5.4",
"@mui/icons-material": "latest",
"@mui/lab": "^5.0.0-alpha.153",
"@mui/material": "latest",
"@next/bundle-analyzer": "^14.1.3",
"@paypal/react-paypal-js": "^8.1.3",
"@react-pdf/renderer": "^3.3.4",
"@reduxjs/toolkit": "^1.9.7",
"@stripe/react-stripe-js": "^2.4.0",
"@stripe/stripe-js": "^2.2.1",
"axios": "^1.6.7",
"bcrypt": "^5.1.1",
"change-case": "^5.2.0",
"cloudinary": "^1.41.0",
"date-fns": "^2.30.0",
"eslint": "latest",
"eslint-config-next": "latest",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"formik": "^2.4.5",
"framer-motion": "^10.16.5",
"fs": "^0.0.1-security",
"lodash": "^4.17.21",
"negotiator": "^0.6.3",
"next": "^14.0.3",
"next-nprogress-bar": "^2.1.2",
"next-share": "^0.27.0",
"nodemailer": "^6.9.11",
"numeral": "^2.0.6",
"otp-generator": "^4.0.1",
"path": "^0.12.7",
"prettier": "^3.2.5",
"react": "^18.3.1",
"react-apexcharts": "^1.4.1",
"react-countdown": "^2.3.5",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"react-otp-input": "^3.1.0",
"react-query": "^3.39.3",
"react-redux": "^8.1.3",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"server-only": "^0.0.1",
"simplebar-react": "^3.2.4",
"stripe": "^14.9.0",
"stylis": "^4.3.0",
"stylis-plugin-rtl": "^2.1.1",
2024-12-05 18:07:22 +00:00
"uuid": "^11.0.3",
2024-12-04 15:35:04 +00:00
"yup": "^1.3.2"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0"
}
}