-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 940 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 940 Bytes
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
{
"name": "@eth-planet/data-server",
"version": "0.16.0",
"description": "Data Server scaffold for all kinds of Organizations, built on Strapi",
"private": true,
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"dependencies": {
"knex": "<0.20.0",
"sqlite3": "^5.0.2",
"strapi": "3.6.5",
"strapi-admin": "3.6.5",
"strapi-connector-bookshelf": "3.6.5",
"strapi-plugin-ckeditor5": "^1.11.0",
"strapi-plugin-content-manager": "3.6.5",
"strapi-plugin-content-type-builder": "3.6.5",
"strapi-plugin-documentation": "3.6.5",
"strapi-plugin-email": "3.6.5",
"strapi-plugin-upload": "3.6.5",
"strapi-plugin-users-permissions": "3.6.5",
"strapi-utils": "3.6.5"
},
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"strapi": {
"uuid": "d366baee-5728-4957-be2b-0e6de6b1716f"
}
}