36 lines
796 B
JSON
36 lines
796 B
JSON
{
|
|
"name": "cms",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"description": "A Strapi application",
|
|
"scripts": {
|
|
"develop": "strapi develop",
|
|
"start": "strapi start",
|
|
"build": "strapi build",
|
|
"strapi": "strapi"
|
|
},
|
|
"devDependencies": {},
|
|
"dependencies": {
|
|
"@strapi/strapi": "4.19.1",
|
|
"@strapi/plugin-users-permissions": "4.19.1",
|
|
"@strapi/plugin-i18n": "4.19.1",
|
|
"@strapi/plugin-cloud": "4.19.1",
|
|
"pg": "8.8.0",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-router-dom": "5.3.4",
|
|
"styled-components": "5.3.3"
|
|
},
|
|
"author": {
|
|
"name": "A Strapi developer"
|
|
},
|
|
"strapi": {
|
|
"uuid": "46664143-0881-4173-b3bf-0cc5ed6810d6"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0 <=20.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|