-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"name": "strapi-mysql",
"private": true,
"version": "0.1.0",
"description": "A Strapi application",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"devDependencies": {},
"dependencies": {
"@_sh/strapi-plugin-ckeditor": "^1.1.2",
"@ckeditor/ckeditor5-theme-lark": "^35.2.1",
"@strapi/plugin-color-picker": "^4.4.5",
"@strapi/plugin-i18n": "4.4.3",
"@strapi/plugin-seo": "^1.7.6",
"@strapi/plugin-users-permissions": "4.4.3",
"@strapi/strapi": "4.4.3",
"mysql": "2.18.1",
"strapi-plugin-config-sync": "^1.0.4",
"strapi-plugin-import-export-entries": "^1.16.1",
"strapi-plugin-navigation": "^2.2.2",
"strapi-plugin-populate-deep": "^1.0.1",
"strapi-plugin-vercel-deploy": "^1.3.1"
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "a901eaef-5eb0-4bba-9141-a89ab1a889a3"
},
"engines": {
"node": ">=14.19.1 <=16.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}