Added support for an Advertisement Banner on the homepage
made home publish/draft
This commit is contained in:
83
package.json
83
package.json
@@ -1,42 +1,43 @@
|
||||
{
|
||||
"name": "encoach-cms",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"description": "The Content Management System for the EnCoach website, developed by eCrop",
|
||||
"scripts": {
|
||||
"develop": "strapi develop",
|
||||
"start": "strapi start",
|
||||
"build": "strapi build",
|
||||
"strapi": "strapi"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"dependencies": {
|
||||
"@strapi-community/strapi-provider-upload-google-cloud-storage": "^4.10.5",
|
||||
"@strapi/plugin-cloud": "^4.21.1",
|
||||
"@strapi/plugin-color-picker": "^4.21.1",
|
||||
"@strapi/plugin-documentation": "^4.20.5",
|
||||
"@strapi/plugin-i18n": "^4.21.1",
|
||||
"@strapi/plugin-users-permissions": "^4.21.1",
|
||||
"@strapi/strapi": "^4.21.1",
|
||||
"better-sqlite3": "8.6.0",
|
||||
"esbuild": "^0.20.2",
|
||||
"mysql2": "^3.9.2",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"react-router-dom": "5.3.4",
|
||||
"strapi-plugin-import-export-entries": "^1.23.1",
|
||||
"strapi-plugin-populate-deep": "^3.0.1",
|
||||
"styled-components": "5.3.3"
|
||||
},
|
||||
"author": {
|
||||
"name": "eCrop"
|
||||
},
|
||||
"strapi": {
|
||||
"uuid": "5a0eb038-39c9-4d64-8f41-78376e285f85"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=20.x.x",
|
||||
"npm": ">=6.0.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
"name": "encoach-cms",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"description": "The Content Management System for the EnCoach website, developed by eCrop",
|
||||
"scripts": {
|
||||
"develop": "strapi develop",
|
||||
"start": "strapi start",
|
||||
"build": "strapi build",
|
||||
"strapi": "strapi"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"dependencies": {
|
||||
"@strapi-community/strapi-provider-upload-google-cloud-storage": "^4.10.5",
|
||||
"@strapi/plugin-cloud": "^4.21.1",
|
||||
"@strapi/plugin-color-picker": "^4.21.1",
|
||||
"@strapi/plugin-documentation": "^4.20.5",
|
||||
"@strapi/plugin-i18n": "^4.21.1",
|
||||
"@strapi/plugin-users-permissions": "^4.21.1",
|
||||
"@strapi/strapi": "^4.21.1",
|
||||
"better-sqlite3": "8.6.0",
|
||||
"esbuild": "^0.20.2",
|
||||
"mysql2": "^3.9.2",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"react-router-dom": "5.3.4",
|
||||
"strapi-plugin-import-export-entries": "^1.23.1",
|
||||
"strapi-plugin-populate-deep": "^3.0.1",
|
||||
"strapi-plugin-publisher": "^1.5.7",
|
||||
"styled-components": "5.3.3"
|
||||
},
|
||||
"author": {
|
||||
"name": "eCrop"
|
||||
},
|
||||
"strapi": {
|
||||
"uuid": "5a0eb038-39c9-4d64-8f41-78376e285f85"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=20.x.x",
|
||||
"npm": ">=6.0.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user