{ "name": "@futureporn/strapi", "private": true, "version": "0.1.0", "description": "A Strapi application", "scripts": { "dev": "pnpm run develop", "develop": "strapi develop", "start": "strapi start", "build": "strapi build", "strapi": "strapi", "deploy": "strapi deploy", "clean": "rm -rf dist", "superclean": "rm -rf node_modules && rm -rf pnpm-lock.yaml && rm -rf dist" }, "dependencies": { "@11ty/eleventy-fetch": "^4.0.1", "@aws-sdk/client-s3": "^3.637.0", "@mux/mux-node": "^8.8.0", "@paralleldrive/cuid2": "^2.2.2", "@strapi/plugin-cloud": "4.25.9", "@strapi/plugin-i18n": "4.25.9", "@strapi/plugin-users-permissions": "4.25.9", "@strapi/strapi": "4.25.9", "@strapi/utils": "^4.25.9", "canvas": "^2.11.2", "date-fns": "^3.6.0", "dotenv": "^16.4.5", "lodash": "^4.17.21", "node-fetch": "^3.3.2", "pg": "8.12.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "6.26.1", "sharp": "^0.33.5", "strapi-plugin-fuzzy-search": "^3.0.0", "styled-components": "6.1.13" }, "author": { "name": "A Strapi developer" }, "strapi": { "uuid": "de6744d2-f4ac-43cf-aeba-224639f274d1" }, "engines": { "node": "20.x.x", "npm": ">=6.0.0" }, "packageManager": "pnpm@9.6.0", "license": "MIT" }