39 lines
981 B
JSON
39 lines
981 B
JSON
{
|
|
"name": "my-project",
|
|
"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.20.0",
|
|
"pg": "^8.0.3",
|
|
"sqlite3": "latest",
|
|
"strapi": "3.0.0-beta.20",
|
|
"strapi-admin": "3.0.0-beta.20",
|
|
"strapi-connector-bookshelf": "3.0.0-beta.20",
|
|
"strapi-plugin-content-manager": "3.0.0-beta.20",
|
|
"strapi-plugin-content-type-builder": "3.0.0-beta.20",
|
|
"strapi-plugin-email": "3.0.0-beta.20",
|
|
"strapi-plugin-upload": "3.0.0-beta.20",
|
|
"strapi-plugin-users-permissions": "3.0.0-beta.20",
|
|
"strapi-utils": "3.0.0-beta.20"
|
|
},
|
|
"author": {
|
|
"name": "A Strapi developer"
|
|
},
|
|
"strapi": {
|
|
"uuid": "f62c2712-766e-4962-bf78-79aa3be3d6da"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|