futureporn-strapi/package.json

84 lines
2.3 KiB
JSON

{
"name": "futureporn-strapi",
"private": true,
"version": "0.1.0",
"description": "A Strapi application",
"scripts": {
"dev:c": "concurrently \"npm:tunnel\" \"npm:dev:strapi\"",
"tunnel": "lt --port 1337 --subdomain futureporn-strapi",
"dev": "bash ./database/devDb.sh; strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"dependencies": {
"@11ty/eleventy-fetch": "^4.0.0",
"@aws-sdk/client-s3": "^3.363.0",
"@esm2cjs/execa": "6.1.1-cjs.1",
"@mux/mux-node": "^7.3.0",
"@radix-ui/react-use-callback-ref": "^1.0.1",
"@strapi/plugin-i18n": "4.13.3",
"@strapi/plugin-users-permissions": "4.13.3",
"@strapi/provider-email-sendgrid": "4.13.3",
"@strapi/provider-upload-cloudinary": "4.13.3",
"@strapi/strapi": "4.13.3",
"@strapi/utils": "4.13.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",
"bcryptjs": "2.4.3",
"better-sqlite3": "8.0.1",
"canvas": "^2.11.2",
"codemirror": "^6.0.1",
"css-loader": "^6.8.1",
"cuid": "^3.0.0",
"formik": "2.2.9",
"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.14.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.1",
"prop-types": "^15.8.1",
"purest": "4.0.2",
"react": "^18.1.0",
"react-dom": "^18.1.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.5.3",
"sharp": "^0.32.1",
"strapi-plugin-fuzzy-search": "^2.0.0",
"styled-components": "5.3.3",
"typescript": "^5.1.6",
"url-join": "4.0.1",
"yallist": "^4.0.0",
"yup": "^0.32.11"
},
"devDependencies": {
"concurrently": "^8.2.0"
},
"author": {
"name": "CJ_Clippy"
},
"strapi": {
"uuid": false
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"license": "MIT",
"packageManager": "yarn@1.22.19"
}