-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.29 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
{
"name": "tegal-dev-cms",
"private": true,
"version": "0.1.0",
"description": "A Strapi application",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi",
"lint": "eslint ./ --fix"
},
"dependencies": {
"@ckeditor/strapi-plugin-ckeditor": "^0.0.11",
"@strapi/plugin-cloud": "4.24.0",
"@strapi/plugin-i18n": "4.24.0",
"@strapi/plugin-users-permissions": "4.24.0",
"@strapi/provider-email-nodemailer": "^4.24.5",
"@strapi/provider-upload-cloudinary": "^4.24.4",
"@strapi/strapi": "4.24.0",
"ajv": "^8.16.0",
"better-sqlite3": "8.6.0",
"pg": "^8.11.5",
"pg-connection-string": "^2.6.4",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "5.3.4",
"strapi-plugin-excel-export-2024": "^1.0.7",
"strapi-plugin-qrcode-generator": "^0.1.1",
"strapi-plugin-transformer": "^3.1.2",
"styled-components": "5.3.3",
"yup": "^1.4.0"
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "c99d9eae-b0e6-4962-8bf7-11eacd882ab1"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",
"npm": "^8.x.x"
},
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.4.0",
"eslint": "^9.4.0",
"globals": "^15.4.0"
}
}