You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
878 B
JSON
38 lines
878 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",
|
|
"deploy": "strapi deploy"
|
|
},
|
|
"devDependencies": {},
|
|
"dependencies": {
|
|
"@strapi/plugin-cloud": "4.25.1",
|
|
"@strapi/plugin-i18n": "4.25.1",
|
|
"@strapi/plugin-users-permissions": "4.25.1",
|
|
"@strapi/strapi": "4.25.1",
|
|
"better-sqlite3": "8.6.0",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-router-dom": "5.3.4",
|
|
"strapi-plugin-slugify": "^2.3.8",
|
|
"styled-components": "5.3.3"
|
|
},
|
|
"author": {
|
|
"name": "A Strapi developer"
|
|
},
|
|
"strapi": {
|
|
"uuid": "3386387c-4d31-4291-a3ab-28d002672446"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0 <=20.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|