43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"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"
|
|
} |