{
  "name": "@platformatic/frontend-template",
  "version": "2.75.2",
  "main": "index.js",
  "type": "module",
  "description": "Platformatic Frontend Template",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/platformatic/platformatic.git"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/platformatic/platformatic/issues"
  },
  "homepage": "https://github.com/platformatic/platformatic#readme",
  "dependencies": {
    "camelcase": "^8.0.0",
    "code-block-writer": "^13.0.1",
    "desm": "^1.3.1",
    "es-main": "^1.3.0",
    "execa": "^9.0.0",
    "help-me": "^5.0.0",
    "jsonpointer": "^5.0.1",
    "minimist": "^1.2.8",
    "scheduler": "^0.26.0",
    "undici": "^7.0.0",
    "@platformatic/client": "2.75.2",
    "@platformatic/db": "2.75.2"
  },
  "devDependencies": {
    "@playwright/test": "^1.42.1",
    "@types/react": "^19.1.6",
    "@types/react-dom": "^19.1.5",
    "@vitejs/plugin-react": "^4.5.2",
    "eslint": "9",
    "neostandard": "^0.12.0",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "typescript": "^5.5.4",
    "vite": "^5.1.6",
    "@platformatic/utils": "2.75.2"
  },
  "scripts": {
    "dev": "vite",
    "build": "pnpm run test:prepare && vite build",
    "preview": "vite preview",
    "test:e2e": "playwright test",
    "test:types": "tsc",
    "test:server": "node ../cli/cli.js db start --config=test/e2e/fixtures/platformatic.e2e.db.json",
    "test:prepare": "node test/prepare.mjs",
    "test:cleanup": "rm -rf src/platformatic-generated-code test/e2e/fixtures/db.sqlite",
    "lint": "eslint",
    "test": "npm run lint && npm run test:e2e && npm run test:types",
    "pretest": "npm run test:prepare && npm run build"
  }
}