2024-01-20 16:16:14 +00:00
|
|
|
{
|
2024-07-04 21:20:29 +00:00
|
|
|
"name": "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-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-05-27 22:20:58 +00:00
|
|
|
"@aws-sdk/client-s3": "^3.583.0",
|
2024-04-08 18:23:31 +00:00
|
|
|
"@mux/mux-node": "^7.3.5",
|
2024-01-20 16:16:14 +00:00
|
|
|
"@paralleldrive/cuid2": "^2.2.2",
|
2024-07-12 14:41:34 +00:00
|
|
|
"@strapi/plugin-cloud": "4.25.3",
|
|
|
|
"@strapi/plugin-i18n": "4.25.3",
|
|
|
|
"@strapi/plugin-users-permissions": "4.25.3",
|
|
|
|
"@strapi/strapi": "4.25.3",
|
2024-07-14 05:20:35 +00:00
|
|
|
"@strapi/utils": "^4.25.3",
|
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",
|
|
|
|
"node-fetch": "^2.7.0",
|
2024-07-04 21:20:29 +00:00
|
|
|
"pg": "8.8.0",
|
|
|
|
"react": "^18.0.0",
|
2024-06-12 04:28:36 +00:00
|
|
|
"react-dom": "^18.0.0",
|
2024-01-20 16:16:14 +00:00
|
|
|
"react-router-dom": "5.3.4",
|
2024-04-08 18:23:31 +00:00
|
|
|
"strapi-plugin-fuzzy-search": "^2.2.1",
|
2024-07-04 21:20:29 +00:00
|
|
|
"styled-components": "5.3.3"
|
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-07-14 05:20:35 +00:00
|
|
|
"packageManager": "pnpm@9.5.0",
|
2024-07-04 21:20:29 +00:00
|
|
|
"license": "MIT"
|
2024-01-20 16:16:14 +00:00
|
|
|
}
|