44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "cms-omoservice",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "A Strapi application",
|
|
"scripts": {
|
|
"build": "strapi build",
|
|
"deploy": "strapi deploy",
|
|
"develop": "strapi develop",
|
|
"start": "strapi start",
|
|
"strapi": "strapi"
|
|
},
|
|
"dependencies": {
|
|
"@strapi/plugin-cloud": "5.1.0",
|
|
"@strapi/plugin-documentation": "^5.1.0",
|
|
"@strapi/plugin-graphql": "^5.1.0",
|
|
"@strapi/plugin-seo": "^2.0.1-rc.1",
|
|
"@strapi/plugin-users-permissions": "5.1.0",
|
|
"@strapi/strapi": "5.1.0",
|
|
"@types/uuid": "^10.0.0",
|
|
"axios": "^1.7.7",
|
|
"pg": "8.8.0",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-router-dom": "^6.0.0",
|
|
"strapi-plugin-wysiwyg-react-md-editor": "^5.0.2",
|
|
"styled-components": "^6.0.0",
|
|
"uuid": "^10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"typescript": "^5"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0 <=22.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"strapi": {
|
|
"uuid": "8c93e238-8f67-4242-9515-2bfc72f55471"
|
|
}
|
|
}
|