+ hive
+ LibraryPage + StoryPage + logo + font
This commit is contained in:
30
BACK/package.json
Normal file
30
BACK/package.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user