-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.22 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
{
"name": "tum-4-health-cms",
"private": true,
"version": "0.1.0",
"description": "A Strapi application",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"install-documentation": "strapi install documentation",
"strapi": "strapi",
"strapi-console": "strapi console",
"lint": "npx eslint .",
"lint-fix": "npx eslint . --fix"
},
"dependencies": {
"@strapi/plugin-documentation": "4.2.2",
"@strapi/plugin-i18n": "4.2.2",
"@strapi/plugin-users-permissions": "4.2.2",
"@strapi/strapi": "4.2.2",
"async-mutex": "^0.3.2",
"axios-retry": "^3.2.5",
"better-sqlite3": "7.4.6",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"cron-parser": "^4.4.0",
"eslint": "^8.19.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"html-entities": "^2.3.3",
"knex": "^2.0.0",
"pg": "^8.7.3",
"sharp": "^0.30.4",
"turndown": "^7.1.1",
"underscore": "^1.13.3"
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "3445d4ac-ed41-407b-a099-09daa97f264f"
},
"engines": {
"node": ">=12.x.x <=16.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}