You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
999 B
JSON
39 lines
999 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"
|
|
},
|
|
"dependencies": {
|
|
"@notum-cz/strapi-plugin-content-versioning": "^0.4.7",
|
|
"@strapi/plugin-graphql": "^4.6.1",
|
|
"@strapi/plugin-i18n": "4.6.1",
|
|
"@strapi/plugin-seo": "^1.7.7",
|
|
"@strapi/plugin-users-permissions": "4.6.1",
|
|
"@strapi/strapi": "4.6.1",
|
|
"pg": "8.8.0",
|
|
"strapi-plugin-comments": "^2.2.6",
|
|
"strapi-plugin-config-sync": "^1.1.1",
|
|
"strapi-plugin-duplicate-button": "^1.1.7",
|
|
"strapi-plugin-ezforms": "^0.1.5",
|
|
"strapi-plugin-sitemap": "^2.0.9",
|
|
"strapi-plugin-slugify": "^2.3.2"
|
|
},
|
|
"author": {
|
|
"name": "A Strapi developer"
|
|
},
|
|
"strapi": {
|
|
"uuid": "e2b99837-b66f-49db-8f93-5ed226e478af"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.19.1 <=18.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|