2024-01-12 10:27:44 +00:00
|
|
|
{
|
|
|
|
"name": "lpe-backend",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "A Strapi application",
|
|
|
|
"scripts": {
|
|
|
|
"develop": "strapi develop",
|
|
|
|
"start": "strapi start",
|
|
|
|
"build": "strapi build",
|
|
|
|
"strapi": "strapi"
|
|
|
|
},
|
|
|
|
"devDependencies": {},
|
|
|
|
"dependencies": {
|
2024-01-12 13:07:57 +00:00
|
|
|
"@ckeditor/strapi-plugin-ckeditor": "^0.0.10",
|
2024-01-12 10:27:44 +00:00
|
|
|
"@strapi/plugin-cloud": "4.16.2",
|
|
|
|
"@strapi/plugin-graphql": "4.16.2",
|
|
|
|
"@strapi/plugin-i18n": "4.16.2",
|
|
|
|
"@strapi/plugin-users-permissions": "4.16.2",
|
|
|
|
"@strapi/strapi": "4.16.2",
|
|
|
|
"pg": "8.8.0",
|
|
|
|
"react": "^18.0.0",
|
|
|
|
"react-dom": "^18.0.0",
|
|
|
|
"react-router-dom": "5.3.4",
|
2024-01-12 13:07:57 +00:00
|
|
|
"strapi-tiptap-editor": "^0.9.12",
|
2024-01-12 10:27:44 +00:00
|
|
|
"styled-components": "5.3.3"
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "A Strapi developer"
|
|
|
|
},
|
|
|
|
"strapi": {
|
|
|
|
"uuid": "9b5f904c-71c6-4d98-933f-8b5e03918336"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=18.0.0 <=20.x.x",
|
|
|
|
"npm": ">=6.0.0"
|
|
|
|
},
|
|
|
|
"license": "MIT"
|
|
|
|
}
|