-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 959 Bytes
/
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
{
"name": "ptapuc-be-latest",
"private": true,
"version": "0.1.0",
"description": "A Strapi application",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"dependencies": {
"@_sh/strapi-plugin-ckeditor": "^2.0.4",
"@ckeditor/ckeditor5-markdown-gfm": "^36.0.1",
"@strapi/plugin-i18n": "4.8.2",
"@strapi/plugin-users-permissions": "4.8.2",
"@strapi/strapi": "4.8.2",
"better-sqlite3": "8.0.1",
"dotenv": "^16.0.3",
"mysql": "^2.18.1",
"patch-package": "^6.5.1",
"postinstall-postinstall": "^2.1.0",
"strapi-plugin-slugify": "^2.3.2"
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "49b23754-2233-47b0-933e-42bc95203ccf"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"workspaces": [
"./src/plugins/strapi-plugin-ckeditor"
],
"license": "MIT"
}