-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.27 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.27 KB
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
{
"name": "AdminAletheia",
"private": true,
"version": "2.0.1",
"description": "Aletheia Data Admin",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"dependencies": {
"knex": "0.21.18",
"nft.storage": "^3.3.0",
"strapi": "3.6.3",
"strapi-admin": "3.6.3",
"strapi-connector-bookshelf": "3.6.3",
"strapi-connector-mongoose": "^3.6.3",
"strapi-plugin-content-manager": "3.6.3",
"strapi-plugin-content-type-builder": "3.6.3",
"strapi-plugin-documentation": "3.6.3",
"strapi-plugin-email": "3.6.3",
"strapi-plugin-graphql": "3.6.3",
"strapi-plugin-i18n": "3.6.3",
"strapi-plugin-upload": "3.6.3",
"strapi-plugin-users-permissions": "3.6.3",
"strapi-provider-email-amazon-ses": "^3.6.3",
"strapi-provider-upload-aws-s3": "^3.6.3",
"strapi-provider-upload-ipfs": "0.0.2",
"strapi-provider-upload-nft-storage": "0.0.2",
"strapi-provider-upload-web3-storage": "^0.1.1",
"strapi-utils": "3.6.3",
"web3.storage": "^3.5.3"
},
"author": {
"name": "Aletheia Dev Team"
},
"strapi": {
"uuid": "88990541-7204-42c6-aeab-9f97d13d83a8"
},
"engines": {
"node": "16.15.x",
"npm": "8.5.x"
},
"license": "MIT"
}