Files
strapi/examples/getstarted/package.json
T
2019-04-16 08:50:22 +02:00

61 lines
1.7 KiB
JSON

{
"name": "getstarted",
"private": true,
"version": "0.1.0",
"description": "A Strapi application.",
"main": "./server.js",
"scripts": {
"setup": "cd admin && npm run setup",
"start": "node server.js",
"strapi": "node_modules/strapi/bin/strapi.js",
"lint": "node_modules/.bin/eslint api/**/*.js config/**/*.js plugins/**/*.js"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-react": "^7.7.0"
},
"dependencies": {
"knex": "latest",
"lodash": "^4.17.5",
"sqlite3": "^4.0.6",
"strapi": "3.0.0-alpha.25.2",
"strapi-admin": "3.0.0-alpha.25.2",
"strapi-hook-bookshelf": "3.0.0-alpha.25.2",
"strapi-hook-knex": "3.0.0-alpha.25.2",
"strapi-middleware-views": "3.0.0-alpha.25.2",
"strapi-plugin-content-manager": "3.0.0-alpha.25.2",
"strapi-plugin-content-type-builder": "3.0.0-alpha.25.2",
"strapi-plugin-email": "3.0.0-alpha.25.2",
"strapi-plugin-settings-manager": "3.0.0-alpha.25.2",
"strapi-plugin-upload": "3.0.0-alpha.25.2",
"strapi-plugin-users-permissions": "3.0.0-alpha.25.2",
"strapi-provider-email-mailgun": "^3.0.0-alpha.15",
"strapi-provider-upload-aws-s3": "^3.0.0-alpha.15",
"strapi-utils": "3.0.0-alpha.25.2"
},
"author": {
"name": "alex",
"email": "",
"url": ""
},
"maintainers": [
{
"name": "alex",
"email": "",
"url": ""
}
],
"strapi": {
"packageManager": "npm",
"uuid": "8917e89f-c8ff-4f80-b963-e3d568088422"
},
"engines": {
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}