feat: Strapi fresh install

This commit is contained in:
Aitor Urrutia
2022-01-14 19:08:34 +01:00
parent a7cdf90231
commit 04f8242dad
21 changed files with 10485 additions and 0 deletions

30
back/package.json Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "back",
"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.0.4",
"@strapi/plugin-users-permissions": "4.0.4",
"@strapi/plugin-i18n": "4.0.4",
"sqlite3": "5.0.2"
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "b0fa2552-2961-4886-8673-c2d7fe07b8a1"
},
"engines": {
"node": ">=12.x.x <=16.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}