strapi mit next.js
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

34 lines
847 B

{
"dependencies": {
"@strapi/plugin-documentation": "^4.1.12",
"@strapi/plugin-graphql": "^4.0.0",
"@strapi/plugin-i18n": "4.1.12",
"@strapi/plugin-users-permissions": "4.1.12",
"@strapi/strapi": "4.1.12",
"better-sqlite3": "7.4.6",
"lodash.set": "^4.3.2"
},
"name": "backend",
"private": true,
"version": "0.1.0",
"description": "A Strapi application",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "36c6619b-e6d8-43ca-a55e-5e9be3365e25",
"template": "@strapi/template-corporate@^1.0.0",
"starter": "@strapi/starter-next-corporate"
},
"engines": {
"node": ">=12.x.x <=16.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}