2024-10-26 16:56:25 +00:00
|
|
|
{
|
|
|
|
"name": "webpage-cms",
|
2025-01-05 17:33:06 +00:00
|
|
|
"version": "1.0.1",
|
2024-10-26 16:56:25 +00:00
|
|
|
"private": true,
|
|
|
|
"description": "A Strapi application",
|
|
|
|
"scripts": {
|
|
|
|
"build": "strapi build",
|
|
|
|
"deploy": "strapi deploy",
|
|
|
|
"develop": "strapi develop",
|
|
|
|
"start": "strapi start",
|
|
|
|
"strapi": "strapi"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2025-01-05 15:56:49 +00:00
|
|
|
"@offset-dev/strapi-calendar": "^1.0.0",
|
2024-10-30 13:50:13 +00:00
|
|
|
"@strapi/plugin-color-picker": "^5.1.1",
|
|
|
|
"@strapi/plugin-documentation": "^5.1.1",
|
|
|
|
"@strapi/plugin-graphql": "^5.1.1",
|
2024-10-26 16:56:25 +00:00
|
|
|
"@strapi/plugin-users-permissions": "5.1.1",
|
|
|
|
"@strapi/strapi": "5.1.1",
|
|
|
|
"mysql2": "3.9.8",
|
|
|
|
"react": "^18.0.0",
|
|
|
|
"react-dom": "^18.0.0",
|
|
|
|
"react-router-dom": "^6.0.0",
|
|
|
|
"styled-components": "^6.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": "0e0f7176-9d34-4148-9fe9-3eecb109ce3a"
|
|
|
|
}
|
|
|
|
}
|