|
|
@@ -0,0 +1,39 @@ |
|
|
|
{ |
|
|
|
"name": "tbg-catania-hotel", |
|
|
|
"private": true, |
|
|
|
"version": "0.1.0", |
|
|
|
"description": "A Strapi application", |
|
|
|
"scripts": { |
|
|
|
"develop": "strapi develop", |
|
|
|
"start": "strapi start", |
|
|
|
"build": "strapi build", |
|
|
|
"strapi": "strapi" |
|
|
|
}, |
|
|
|
"devDependencies": {}, |
|
|
|
"dependencies": { |
|
|
|
"knex": "0.21.18", |
|
|
|
"sqlite3": "5.0.0", |
|
|
|
"strapi": "3.6.8", |
|
|
|
"strapi-admin": "3.6.8", |
|
|
|
"strapi-connector-bookshelf": "3.6.8", |
|
|
|
"strapi-plugin-content-manager": "3.6.8", |
|
|
|
"strapi-plugin-content-type-builder": "3.6.8", |
|
|
|
"strapi-plugin-email": "3.6.8", |
|
|
|
"strapi-plugin-graphql": "3.6.8", |
|
|
|
"strapi-plugin-i18n": "3.6.8", |
|
|
|
"strapi-plugin-upload": "3.6.8", |
|
|
|
"strapi-plugin-users-permissions": "3.6.8", |
|
|
|
"strapi-utils": "3.6.8" |
|
|
|
}, |
|
|
|
"author": { |
|
|
|
"name": "A Strapi developer" |
|
|
|
}, |
|
|
|
"strapi": { |
|
|
|
"uuid": "64646ad5-7507-4cd8-93e5-3dbc4aedf338" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": ">=10.16.0 <=14.x.x", |
|
|
|
"npm": "^6.0.0" |
|
|
|
}, |
|
|
|
"license": "MIT" |
|
|
|
} |