package.json
{
"name": "mantine-next-template",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"analyze": "ANALYZE=true next build",
"start": "next start",
"typecheck": "tsc --noEmit",
"export": "next build && next export",
"lint": "next lint",
"jest": "jest",
"jest:watch": "jest --watch",
"prettier:check": "prettier --check \"**/*.{ts,tsx}\"",
"prettier:write": "prettier --write \"**/*.{ts,tsx}\"",
"test": "npm run prettier:check && npm run lint && npm run typecheck && npm run jest",
"storybook": "start-storybook -p 7001",
"storybook:build": "build-storybook"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/server": "^11.4.0",
"@mantine/carousel": "5.2.7",
"@mantine/core": "5.2.7",
"@mantine/dates": "5.2.7",
"@mantine/dropzone": "^5.7.0",
"@mantine/form": "^5.5.2",
"@mantine/hooks": "^5.5.4",
"@mantine/modals": "^5.9.0",
"@mantine/next": "5.2.7",
"@mantine/notifications": "5.2.7",
"@mantine/prism": "5.2.7",
"@mantine/rte": "^5.5.4",
"@next/bundle-analyzer": "^13.0.2",
"@supabase/auth-helpers-nextjs": "^0.4.0-next.3",
"@supabase/auth-helpers-react": "^0.3.0-next.2",
"@supabase/auth-ui-react": "^0.2.1",
"@supabase/supabase-js": "^2.0.0-rc.10",
"@tabler/icons": "^1.78.1",
"@types/react-beautiful-dnd": "^13.1.2",
"cookies-next": "^2.1.1",
"dayjs": "^1.11.5",
"dotenv": "^16.0.3",
"embla-carousel-react": "^7.0.0",
"googleapis": "^108.0.0",
"mantine-data-grid": "^0.0.19",
"next": "12.2.5",
"nodemailer": "^6.8.0",
"package.json": "^2.0.1",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-beautiful-dnd-next": "^11.0.5",
"react-dom": "18.2.0",
"tabler-icons-react": "^1.55.0",
"uuid": "^9.0.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@next/eslint-plugin-next": "^12.1.4",
"@storybook/react": "^6.5.9",
"@testing-library/dom": "^8.12.0",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^14.0.4",
"@types/jest": "^27.4.1",
"@types/node": "^18.0.6",
"@types/react": "18.0.16",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"babel-loader": "^8.2.4",
"eslint": "^8.18.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-mantine": "2.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.5.7",
"eslint-plugin-testing-library": "^5.2.0",
"jest": "^27.5.1",
"prettier": "^2.6.2",
"storybook-addon-turbo-build": "^1.1.0",
"storybook-dark-mode": "^1.1.0",
"ts-jest": "^27.1.4",
"typescript": "4.7.4"
}
}
Last updated on December 15, 2022