+ LibraryPage
+ StoryPage
+ logo
+ font
This commit is contained in:
2023-09-13 09:03:52 +02:00
parent f8348a3f96
commit 063b3ed8d3
186 changed files with 17200 additions and 325 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.14.0-alpha.0",
"@strapi/plugin-users-permissions": "4.14.0-alpha.0",
"@strapi/plugin-i18n": "4.14.0-alpha.0",
"better-sqlite3": "8.5.0"
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "4a36f241-a270-478b-b4d8-29e228d40b96"
},
"engines": {
"node": ">=16.0.0 <=20.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}