-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 934 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
{
"name": "ekival-admin",
"private": true,
"version": "0.1.0",
"description": "A Strapi application",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"dependencies": {
"@strapi/plugin-i18n": "4.3.8",
"@strapi/plugin-users-permissions": "4.3.8",
"@strapi/strapi": "4.3.8",
"better-sqlite3": "7.4.6",
"strapi-plugin-placeholder": "^4.3.6",
"strapi-plugin-populate-deep": "^0.1.2",
"strapi-plugin-rest-cache": "^4.2.4",
"strapi-plugin-slugify": "^2.2.3",
"strapi-plugin-transformer": "^2.1.0",
"strapi-provider-rest-cache-memory": "^4.2.4",
"strapi-tiptap-editor": "^0.9.1"
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "a1f01bd9-f9e9-4f7f-8265-d92fb1ef6c4e"
},
"engines": {
"node": ">=14.19.1 <=16.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}