42 lines
1019 B
JSON
42 lines
1019 B
JSON
{
|
|
"name": "strapi",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"description": "A Strapi application",
|
|
"scripts": {
|
|
"develop": "strapi develop",
|
|
"start": "strapi start",
|
|
"build": "strapi build",
|
|
"strapi": "strapi",
|
|
"deploy": "strapi deploy"
|
|
},
|
|
"dependencies": {
|
|
"@11ty/eleventy-fetch": "^4.0.1",
|
|
"@aws-sdk/client-s3": "^3.583.0",
|
|
"@mux/mux-node": "^7.3.5",
|
|
"@paralleldrive/cuid2": "^2.2.2",
|
|
"@strapi/plugin-cloud": "4.25.1",
|
|
"@strapi/plugin-i18n": "4.25.1",
|
|
"@strapi/plugin-users-permissions": "4.25.1",
|
|
"@strapi/strapi": "4.25.1",
|
|
"canvas": "^2.11.2",
|
|
"pg": "8.8.0",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-router-dom": "5.3.4",
|
|
"strapi-plugin-fuzzy-search": "^2.2.1",
|
|
"styled-components": "5.3.3"
|
|
},
|
|
"author": {
|
|
"name": "A Strapi developer"
|
|
},
|
|
"strapi": {
|
|
"uuid": "de6744d2-f4ac-43cf-aeba-224639f274d1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0 <=20.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|