| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- {
- "name": "vuexy-mui-nextjs-admin-template",
- "version": "2.0.0",
- "license": "Commercial",
- "private": true,
- "scripts": {
- "dev": "next dev",
- "build": "next build",
- "start": "next start",
- "lint": "next lint",
- "lint:fix": "next lint --fix",
- "format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
- "build:icons": "tsx src/assets/iconify-icons/bundle-icons-css.js",
- "migrate": "dotenv -e .env -- npx prisma migrate dev",
- "postinstall": "prisma generate && npm run build:icons",
- "seed": "node src/prisma/seeds/seed.js"
- },
- "dependencies": {
- "@auth/prisma-adapter": "1.5.0",
- "@emotion/cache": "11.11.0",
- "@emotion/react": "11.11.4",
- "@emotion/styled": "11.11.0",
- "@floating-ui/react": "0.26.9",
- "@formatjs/intl-localematcher": "0.5.4",
- "@fullcalendar/common": "5.11.5",
- "@fullcalendar/core": "6.1.11",
- "@fullcalendar/daygrid": "6.1.11",
- "@fullcalendar/interaction": "6.1.11",
- "@fullcalendar/list": "6.1.11",
- "@fullcalendar/react": "6.1.11",
- "@fullcalendar/timegrid": "6.1.11",
- "@hookform/resolvers": "3.3.4",
- "@iconify/json": "2.2.190",
- "@mui/lab": "5.0.0-alpha.167",
- "@mui/material": "5.15.12",
- "@mui/material-nextjs": "5.15.11",
- "@prisma/client": "5.10.2",
- "@tanstack/match-sorter-utils": "8.11.8",
- "@tanstack/react-table": "8.13.2",
- "apexcharts": "3.47.0",
- "bootstrap-icons": "1.11.3",
- "classnames": "2.5.1",
- "date-fns": "3.3.1",
- "draft-js": "0.11.7",
- "kbar": "0.1.0-beta.45",
- "keen-slider": "6.8.6",
- "negotiator": "0.6.3",
- "next": "14.1.3",
- "next-auth": "4.24.7",
- "react": "18.2.0",
- "react-apexcharts": "1.4.1",
- "react-colorful": "5.6.1",
- "react-datepicker": "6.2.0",
- "react-dom": "18.2.0",
- "react-draft-wysiwyg": "1.15.0",
- "react-dropzone": "14.2.3",
- "react-hook-form": "7.51.0",
- "react-perfect-scrollbar": "1.5.8",
- "react-toastify": "10.0.4",
- "react-use": "17.5.0",
- "recharts": "2.12.2",
- "server-only": "0.0.1",
- "stylis": "4.3.1",
- "stylis-plugin-rtl": "2.1.1",
- "tailwindcss": "3.4.1",
- "tailwindcss-logical": "3.0.1",
- "tsx": "4.7.1",
- "valibot": "0.29.0"
- },
- "devDependencies": {
- "@iconify/tools": "4.0.2",
- "@iconify/utils": "2.1.22",
- "autoprefixer": "10.4.18",
- "dotenv-cli": "7.4.1",
- "eslint": "8.57.0",
- "eslint-config-next": "14.1.3",
- "eslint-config-prettier": "9.1.0",
- "eslint-plugin-import": "2.29.1",
- "postcss": "8.4.35",
- "postcss-styled-syntax": "0.6.4",
- "prettier": "3.2.5",
- "prisma": "5.10.2",
- "stylelint": "16.2.1",
- "stylelint-use-logical-spec": "5.0.1"
- },
- "resolutions": {
- "immutable": "3.7.4"
- },
- "overrides": {
- "react": "18.2.0"
- },
- "prisma": {
- "schema": "./src/prisma/schema.prisma"
- }
- }
|