2020-12-04 20:12:49 +01:00
|
|
|
{
|
|
|
|
|
"name": "oki-api",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"description": "#OKi API",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "strapi develop",
|
|
|
|
|
"start": "strapi start",
|
|
|
|
|
"build": "strapi build",
|
|
|
|
|
"strapi": "strapi"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {},
|
|
|
|
|
"dependencies": {
|
2020-12-05 21:55:52 +01:00
|
|
|
"knex": "<0.20.0",
|
2020-12-13 12:58:03 +01:00
|
|
|
"slugify": "^1.4.6",
|
2020-12-05 21:55:52 +01:00
|
|
|
"sqlite3": "latest",
|
2021-01-31 20:33:30 +01:00
|
|
|
"strapi": "3.4.0",
|
|
|
|
|
"strapi-admin": "3.4.0",
|
|
|
|
|
"strapi-connector-mongoose": "^3.4.0",
|
|
|
|
|
"strapi-plugin-content-manager": "3.4.0",
|
|
|
|
|
"strapi-plugin-content-type-builder": "3.4.0",
|
|
|
|
|
"strapi-plugin-documentation": "3.4.0",
|
|
|
|
|
"strapi-plugin-email": "3.4.0",
|
|
|
|
|
"strapi-plugin-upload": "3.4.0",
|
|
|
|
|
"strapi-plugin-users-permissions": "3.4.0",
|
|
|
|
|
"strapi-utils": "3.4.0"
|
2020-12-04 20:12:49 +01:00
|
|
|
},
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "Ced"
|
|
|
|
|
},
|
|
|
|
|
"strapi": {
|
|
|
|
|
"uuid": "d65204fd-feec-4e3e-9c49-a3840f7104a8"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=10.16.0 <=14.x.x",
|
|
|
|
|
"npm": ">=6.0.0"
|
|
|
|
|
},
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
}
|