Files
api.pawol.nu/package.json
T

45 lines
1.1 KiB
JSON
Raw Normal View History

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": {
2022-05-05 17:52:57 +04:00
"knex": "0.21.19",
2021-05-24 18:54:28 +02:00
"nodemailer": "^6.6.1",
2022-03-27 02:06:37 +04:00
"qs": "^6.10.3",
2020-12-13 12:58:03 +01:00
"slugify": "^1.4.6",
2022-05-05 17:52:57 +04:00
"sqlite3": "5.0.2",
2022-05-12 01:17:03 +04:00
"strapi": "3.6.9",
"strapi-admin": "3.6.9",
2022-05-05 17:52:57 +04:00
"strapi-connector-bookshelf": "3.6.9",
2022-05-12 01:17:03 +04:00
"strapi-connector-mongoose": "^3.6.9",
2022-01-27 07:12:06 +04:00
"strapi-middleware-cache": "^2.1.7",
2022-05-12 01:17:03 +04:00
"strapi-plugin-content-manager": "3.6.9",
"strapi-plugin-content-type-builder": "3.6.9",
"strapi-plugin-documentation": "3.6.9",
"strapi-plugin-email": "3.6.9",
"strapi-plugin-upload": "3.6.9",
"strapi-plugin-users-permissions": "3.6.9",
"strapi-provider-email-nodemailer": "3.6.9",
"strapi-utils": "3.6.9"
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"
}