-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.49 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "strapi-commerce",
"private": true,
"version": "0.1.0",
"description": "Ecommerce Backend API (simple, secure and fast) using Strapi.",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"start:production": "SET NODE_ENV=production & strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"devDependencies": {},
"dependencies": {
"knex": "0.21.18",
"pg": "^8.5.1",
"pg-connection-string": "^2.4.0",
"sqlite3": "^5.0.0",
"strapi": "3.6.0",
"strapi-admin": "3.6.0",
"strapi-connector-bookshelf": "3.6.0",
"strapi-generate-admin": "^1.6.3",
"strapi-plugin-content-manager": "3.6.0",
"strapi-plugin-content-type-builder": "3.6.0",
"strapi-plugin-documentation": "3.6.0",
"strapi-plugin-email": "3.6.0",
"strapi-plugin-graphql": "3.6.0",
"strapi-plugin-i18n": "3.6.0",
"strapi-plugin-upload": "3.6.0",
"strapi-plugin-users-permissions": "3.6.0",
"strapi-provider-email-sendgrid": "^3.6.0",
"strapi-provider-email-smtp": "^1.0.1",
"strapi-provider-upload-aws-s3": "^3.3.3",
"strapi-utils": "3.6.0",
"stripe": "^8.121.0",
"voucher-code-generator": "^1.1.1"
},
"strapi": {
"uuid": "8a042ae3-6282-4672-969c-64100545b0ed"
},
"engines": {
"node": ">= 12.x <= 14.x.x",
"npm": ">=6.0.0"
},
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/Voqzimedia/pashudh-backend.git",
"author": "vinocrzy <[email protected]>"
}