opcotech/elemo

View on GitHub
web/package.json

Summary

Maintainability
Test Coverage
{
  "name": "elemo-web",
  "version": "0.1.0",
  "license": "AGPL-3.0-or-later",
  "private": true,
  "engines": {
    "node": ">=20.0.0"
  },
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "build:storybook": "storybook build",
    "storybook": "storybook dev -p 6006 --no-open",
    "start": "next start",
    "lint": "next lint",
    "test:e2e": "playwright test",
    "format": "prettier --plugin-search-dir . --write . && next lint --fix",
    "generate": "../scripts/generate-frontend-client.sh"
  },
  "dependencies": {
    "@headlessui/react": "^2.0.4",
    "@heroicons/react": "^2.1.3",
    "@hookform/resolvers": "^3.4.2",
    "@storybook/client-api": "^7.6.17",
    "@types/node": "20.14.0",
    "@types/react": "18.3.3",
    "@types/react-dom": "18.3.0",
    "autoprefixer": "10.4.19",
    "elemo-client": "workspace:*",
    "eslint": "8.57.0",
    "eslint-config-next": "14.2.3",
    "framer-motion": "^11.2.10",
    "next": "14.2.3",
    "next-auth": "^4.24.7",
    "postcss": "8.4.38",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "react-hook-form": "^7.51.5",
    "sharp": "^0.33.4",
    "tailwindcss": "3.4.3",
    "typescript": "5.4.5",
    "zod": "^3.23.8",
    "zustand": "^4.5.2"
  },
  "devDependencies": {
    "@playwright/test": "^1.44.1",
    "@storybook/addon-a11y": "^8.1.5",
    "@storybook/addon-essentials": "^8.1.5",
    "@storybook/addon-interactions": "^8.1.5",
    "@storybook/addon-links": "^8.1.5",
    "@storybook/addon-styling": "^1.3.4",
    "@storybook/addon-viewport": "^8.1.5",
    "@storybook/blocks": "^8.1.5",
    "@storybook/nextjs": "^8.1.5",
    "@storybook/react": "^8.1.5",
    "@storybook/testing-library": "^0.2.2",
    "@tailwindcss/forms": "^0.5.7",
    "@tailwindcss/typography": "^0.5.13",
    "dotenv": "^16.4.5",
    "eslint-plugin-storybook": "^0.8.0",
    "neo4j-driver": "^5.21.0",
    "storybook": "^8.1.5"
  }
}