-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.23 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
50
51
{
"name": "bookmarks-cms",
"private": true,
"version": "1.7.0",
"description": "Strapi bookmarks CMS",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi",
"commit": "cz"
},
"devDependencies": {
"cz-conventional-changelog": "3.3.0"
},
"dependencies": {
"@purest/config": "1.0.1",
"@request/api": "0.6.0",
"knex": "0.95.4",
"pg": "8.6.0",
"react-sortable-tree": "2.7.1",
"sqlite3": "5.0.2",
"strapi": "3.6.0",
"strapi-admin": "3.6.0",
"strapi-connector-bookshelf": "3.6.0",
"strapi-helper-plugin": "3.6.0",
"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-upload": "3.6.0",
"strapi-plugin-users-permissions": "3.6.0",
"strapi-utils": "3.6.0"
},
"author": {
"name": "Julien Froidefond"
},
"strapi": {
"uuid": "64b5a452-020e-499f-a76c-3677d56fac9d"
},
"engines": {
"node": ">=10.16.0 <=14.x.x",
"npm": "^7.0.0"
},
"license": "MIT",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}