package.json

📅 2022-08-13T07:54:35.641Z
👁️ 60 katselukertaa
🔓 Julkinen


{
  "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/core": "5.0.2",
    "@mantine/dates": "5.0.2",
    "@mantine/hooks": "5.0.2",
    "@mantine/next": "5.0.2",
    "@mantine/notifications": "5.0.2",
    "@mantine/prism": "5.0.2",
    "@mantine/rte": "^5.0.2",
    "@modulz/radix-icons": "^4.0.0",
    "@next/bundle-analyzer": "^12.1.4",
    "@tabler/icons": "^1.78.1",
    "@uiw/react-textarea-code-editor": "^1.4.4",
    "cookies-next": "^2.1.1",
    "dayjs": "^1.11.0",
    "highlight.js": "^11.6.0",
    "next": "12.2.2",
    "next-remove-imports": "^1.0.6",
    "react": "18.1.0",
    "react-dom": "18.1.0"
  },
  "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.15",
    "@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"
  }
}