lpe-cms/package.json

41 lines
964 B
JSON
Raw Normal View History

2024-01-12 10:27:44 +00:00
{
"name": "lpe-backend",
"version": "0.1.0",
2024-01-15 14:10:24 +00:00
"private": true,
2024-01-12 10:27:44 +00:00
"description": "A Strapi application",
2024-01-15 14:10:24 +00:00
"license": "MIT",
"author": {
"name": "A Strapi developer"
},
2024-01-12 10:27:44 +00:00
"scripts": {
2024-01-15 14:10:24 +00:00
"build": "strapi build",
2024-01-12 10:27:44 +00:00
"develop": "strapi develop",
2024-01-15 14:10:24 +00:00
"postinstall": "patch-package",
2024-01-12 10:27:44 +00:00
"start": "strapi start",
"strapi": "strapi"
},
"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",
"styled-components": "5.3.3"
},
2024-01-15 14:10:24 +00:00
"devDependencies": {
"patch-package": "^8.0.0"
2024-01-12 10:27:44 +00:00
},
"engines": {
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
},
2024-01-15 14:10:24 +00:00
"strapi": {
"uuid": "9b5f904c-71c6-4d98-933f-8b5e03918336"
}
2024-01-12 10:27:44 +00:00
}