{ "name": "@futureporn/strapi", "private": true, "version": "0.1.0", "description": "A Strapi application", "scripts": { "dev": "yarn strapi develop", "dev:c": "concurrently \"npm:tunnel\" \"npm:dev:strapi\"", "tunnel": "ngrok start futureporn-strapi", "chisel": "bash ./chisel.sh", "db": "bash ./database/devDb.sh", "start": "strapi start", "build": "strapi build", "strapi": "strapi" }, "dependencies": { "@11ty/eleventy-fetch": "^4.0.1", "@aws-sdk/client-s3": "^3.550.0", "@esm2cjs/execa": "6.1.1-cjs.1", "@mux/mux-node": "^7.3.5", "@paralleldrive/cuid2": "^2.2.2", "@radix-ui/react-use-callback-ref": "^1.0.1", "@strapi/plugin-i18n": "4.22.1", "@strapi/plugin-users-permissions": "4.22.1", "@strapi/provider-email-sendgrid": "4.22.1", "@strapi/provider-upload-cloudinary": "4.22.1", "@strapi/strapi": "4.22.1", "@strapi/utils": "4.22.1", "@testing-library/dom": "8.19.0", "@testing-library/react": "12.1.4", "@testing-library/react-hooks": "8.0.1", "@testing-library/user-event": "14.4.3", "aws-sdk": "^2.1594.0", "bcryptjs": "2.4.3", "better-sqlite3": "8.0.1", "canvas": "^2.11.2", "codemirror": "^6.0.1", "css-loader": "^6.11.0", "cuid": "^3.0.0", "date-fns": "^3.6.0", "formik": "2.2.9", "fuzzy-search": "^3.2.1", "grant-koa": "5.4.8", "history": "^4.10.1", "immer": "9.0.19", "jsonwebtoken": "9.0.0", "jwk-to-pem": "2.0.5", "koa": "^2.15.2", "koa2-ratelimit": "^1.1.3", "lodash": "4.17.21", "match-sorter": "^4.2.1", "msw": "1.0.1", "node-abort-controller": "^3.1.1", "object-assign": "^4.1.1", "pg": "^8.11.5", "prop-types": "^15.8.1", "purest": "4.0.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-intl": "6.3.2", "react-query": "3.24.3", "react-redux": "8.0.5", "react-router-dom": "5.3.4", "react-test-renderer": "^17.0.2", "semver": "^7.6.0", "sharp": "0.33.3", "strapi-plugin-fuzzy-search": "^2.2.1", "styled-components": "5.3.3", "typescript": "^5.4.4", "url-join": "4.0.1", "yallist": "^4.0.0", "yup": "^0.32.11" }, "devDependencies": { "concurrently": "^8.2.2" }, "author": { "name": "CJ_Clippy" }, "strapi": { "uuid": false }, "engines": { "node": ">=14.19.1 <=19.x.x", "npm": ">=6.0.0" }, "license": "MIT", "pnpm": { "supportedArchitectures": { "libc": [ "musl" ] }, "overrides": { "sharp": "0.33.3" } } }