strapi/examples/getstarted/package.json
2019-09-18 14:00:21 +02:00

45 lines
1.3 KiB
JSON

{
"name": "getstarted",
"private": true,
"version": "3.0.0-beta.16.5",
"description": "A Strapi application.",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"dependencies": {
"knex": "^0.16.5",
"lodash": "^4.17.5",
"mysql": "^2.17.1",
"pg": "^7.10.0",
"sqlite3": "^4.0.6",
"strapi": "3.0.0-beta.16.5",
"strapi-admin": "3.0.0-beta.16.5",
"strapi-hook-bookshelf": "3.0.0-beta.16.5",
"strapi-hook-knex": "3.0.0-beta.16.5",
"strapi-hook-mongoose": "3.0.0-beta.16.5",
"strapi-middleware-views": "3.0.0-beta.16.5",
"strapi-plugin-content-manager": "3.0.0-beta.16.5",
"strapi-plugin-content-type-builder": "3.0.0-beta.16.5",
"strapi-plugin-documentation": "3.0.0-beta.16.5",
"strapi-plugin-email": "3.0.0-beta.16.5",
"strapi-plugin-graphql": "3.0.0-beta.16.5",
"strapi-plugin-settings-manager": "3.0.0-beta.16.5",
"strapi-plugin-upload": "3.0.0-beta.16.5",
"strapi-plugin-users-permissions": "3.0.0-beta.16.5",
"strapi-provider-email-mailgun": "3.0.0-beta.16.5",
"strapi-provider-upload-aws-s3": "3.0.0-beta.16.5",
"strapi-utils": "3.0.0-beta.16.5"
},
"strapi": {
"uuid": "getstarted"
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"license": "MIT"
}