Files
story/BACK/package.json
streaper2 063b3ed8d3 + hive
+ LibraryPage
+ StoryPage
+ logo
+ font
2023-09-13 09:03:52 +02:00

31 lines
676 B
JSON

{
"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"
}