fp/packages/strapi/package.json

97 lines
2.5 KiB
JSON

{
"name": "@futureporn/strapi",
"private": true,
"version": "0.3.0",
"description": "A Strapi application",
"scripts": {
"dev": "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.583.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.24.3",
"@strapi/plugin-users-permissions": "4.24.3",
"@strapi/provider-email-sendgrid": "4.24.3",
"@strapi/provider-upload-cloudinary": "4.24.3",
"@strapi/strapi": "4.24.3",
"@strapi/utils": "4.24.3",
"@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.1628.0",
"bcryptjs": "2.4.3",
"better-sqlite3": "8.0.1",
"canvas": "^2.11.2",
"codemirror": "^6.0.1",
"css-loader": "^6.11.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.3",
"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.3.1",
"react-dom": "^18.3.1",
"react-intl": "6.3.2",
"react-query": "3.24.3",
"react-redux": "8.0.5",
"react-router-dom": "5.3.4",
"react-test-renderer": "^18.3.1",
"semver": "^7.6.2",
"sharp": "0.33.3",
"strapi-plugin-fuzzy-search": "^2.2.1",
"styled-components": "5.3.3",
"typescript": "^4.7",
"url-join": "4.0.1",
"yallist": "^4.0.0",
"yup": "^0.32.11"
},
"devDependencies": {
"concurrently": "^8.2.2"
},
"author": {
"name": "CJ_Clippy"
},
"packageManager": "pnpm@9.1.3",
"engines": {
"node": "18.x.x",
"npm": ">=6.0.0"
},
"license": "MIT",
"strapi": {
"uuid": false,
"supportedArchitectures": {
"libc": [
"musl"
]
},
"overrides": {
"sharp": "0.33.3"
}
}
}