{
  "name": "@thoughtindustries/helium-template",
  "version": "2.1.0",
  "scripts": {
    "authenticate": "helium authenticate",
    "deploy": "helium deploy",
    "dev": "helium dev",
    "update-translations": "helium update-translations",
    "dev:vite": "concurrently \"npm run dev:css\" \"npm run dev:server\"",
    "dev:css": "tailwindcss -o ./renderer/tailwind.css --watch",
    "dev:server": "tsup ./server/index.ts && NODE_ENV=development node ./dist/index.js",
    "build": "npm run build:css && npm run build:vite",
    "build:css": "tailwindcss -o ./renderer/tailwind.css",
    "build:vite": "vite build && node scripts/generate-manifest.js && node scripts/generate-asset-tags.js",
    "build:development": "vite build --mode development"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@apollo/client": "^3.7.0",
    "@cloudflare/kv-asset-handler": "^0.2.0",
    "@graphql-tools/graphql-tag-pluck": "^7.1.3",
    "@heroicons/react": "^2.0.13",
    "@mdx-js/rollup": "^2.1.3",
    "@thoughtindustries/cart": "^2.1.0",
    "@thoughtindustries/catalog": "^2.1.0",
    "@thoughtindustries/content": "^2.1.0",
    "@thoughtindustries/featured-content": "^2.1.0",
    "@thoughtindustries/helium-server": "^3.1.0",
    "@thoughtindustries/hero": "^1.1.2",
    "@thoughtindustries/navigation-bar": "^2.1.0",
    "clsx": "^1.2.1",
    "concurrently": "^7.0.0",
    "cross-env": "^7.0.3",
    "graphql": "16.11.0",
    "i18next": "^23.16.8",
    "jwt-decode": "^3.1.2",
    "node-html-parser": "^4.1.5",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-error-boundary": "^4.0.4",
    "react-h5-audio-player": "^3.8.6",
    "react-i18next": "^13.5.0",
    "remark-frontmatter": "^4.0.1",
    "remark-mdx-frontmatter": "^5.2.0",
    "tailwindcss": "^3.0.9",
    "vike": "0.4.195",
    "vite": "^5.4.11"
  },
  "devDependencies": {
    "@thoughtindustries/helium": "^2.2.0",
    "@thoughtindustries/helium-tailwind-preset": "^2.1.0",
    "@types/node": "^18.19.68",
    "@types/react": "^18.0.21",
    "@types/react-dom": "^18.0.6",
    "tsup": "^8.5.0",
    "typescript": "^4.5.5"
  },
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=8.19.2"
  },
  "volta": {
    "node": "22.22.0",
    "npm": "10.9.4"
  },
  "gitHead": "89320fec31d135e306750326728221b7d69b0840"
}
