31 lines
676 B
JSON
31 lines
676 B
JSON
|
{
|
||
|
"name": "@schlechtenburg/cms",
|
||
|
"private": true,
|
||
|
"version": "0.0.0",
|
||
|
"description": "A Strapi application",
|
||
|
"scripts": {
|
||
|
"dev": "strapi develop",
|
||
|
"start": "strapi start",
|
||
|
"build": "strapi build",
|
||
|
"strapi": "strapi"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@strapi/plugin-graphql": "^4.5.3",
|
||
|
"@strapi/plugin-i18n": "4.5.3",
|
||
|
"@strapi/plugin-users-permissions": "4.5.3",
|
||
|
"@strapi/strapi": "4.5.3",
|
||
|
"better-sqlite3": "7.4.6"
|
||
|
},
|
||
|
"author": {
|
||
|
"name": "A Strapi developer"
|
||
|
},
|
||
|
"strapi": {
|
||
|
"uuid": "d70cca4c-887b-45a7-8b2d-afb95c49a0c8"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=14.19.1 <=18.x.x",
|
||
|
"npm": ">=6.0.0"
|
||
|
},
|
||
|
"license": "MIT"
|
||
|
}
|