fp/services/strapi/package.json

52 lines
1.3 KiB
JSON
Raw Normal View History

2024-01-20 16:16:14 +00:00
{
2024-07-30 20:34:25 +00:00
"name": "@futureporn/strapi",
2024-01-20 16:16:14 +00:00
"private": true,
2024-07-04 21:20:29 +00:00
"version": "0.1.0",
2024-01-20 16:16:14 +00:00
"description": "A Strapi application",
"scripts": {
2024-07-30 20:34:25 +00:00
"dev": "pnpm run develop",
2024-07-04 21:20:29 +00:00
"develop": "strapi develop",
2024-01-20 16:16:14 +00:00
"start": "strapi start",
"build": "strapi build",
2024-07-04 21:20:29 +00:00
"strapi": "strapi",
2024-07-16 10:46:44 +00:00
"deploy": "strapi deploy",
"clean": "rm -rf dist",
"superclean": "rm -rf node_modules && rm -rf pnpm-lock.yaml && rm -rf dist"
2024-01-20 16:16:14 +00:00
},
"dependencies": {
2024-04-08 18:23:31 +00:00
"@11ty/eleventy-fetch": "^4.0.1",
2024-09-03 16:28:39 +00:00
"@aws-sdk/client-s3": "^3.637.0",
"@mux/mux-node": "^8.8.0",
2024-01-20 16:16:14 +00:00
"@paralleldrive/cuid2": "^2.2.2",
2024-09-03 16:28:39 +00:00
"@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",
2024-01-20 16:16:14 +00:00
"canvas": "^2.11.2",
2024-07-14 05:20:35 +00:00
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"lodash": "^4.17.21",
2024-09-03 16:28:39 +00:00
"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"
2024-01-20 16:16:14 +00:00
},
"author": {
2024-07-04 21:20:29 +00:00
"name": "A Strapi developer"
2024-01-20 16:16:14 +00:00
},
2024-05-27 22:20:58 +00:00
"strapi": {
2024-07-04 21:20:29 +00:00
"uuid": "de6744d2-f4ac-43cf-aeba-224639f274d1"
},
"engines": {
2024-07-10 02:34:23 +00:00
"node": "20.x.x",
2024-07-04 21:20:29 +00:00
"npm": ">=6.0.0"
},
2024-09-06 05:39:08 +00:00
"packageManager": "pnpm@9.6.0",
2024-07-04 21:20:29 +00:00
"license": "MIT"
2024-01-20 16:16:14 +00:00
}