-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.47 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
51
52
53
54
55
56
{
"name": "etx-back-office",
"private": true,
"version": "0.1.0",
"description": "A Strapi application",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build --no-optimization",
"strapi": "strapi",
"cs": "config-sync"
},
"devDependencies": {
"@babel/eslint-parser": "^7.5.4",
"@babel/preset-react": "^7.16.7",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.29.4",
"prettier": "^2.6.2"
},
"dependencies": {
"@strapi/plugin-documentation": "4.2.0",
"@strapi/plugin-graphql": "4.2.0",
"@strapi/plugin-i18n": "4.2.0",
"@strapi/plugin-users-permissions": "4.2.0",
"@strapi/provider-upload-cloudinary": "^4.2.0",
"@strapi/provider-upload-custom-s3": "file:providers/upload-custom-s3",
"@strapi/provider-upload-local": "^4.2.0",
"@strapi/strapi": "4.2.0",
"aws-sdk": "^2.1163.0",
"better-sqlite3": "7.4.6",
"mysql": "^2.18.1",
"pg": "^8.7.3",
"strapi-plugin-config-sync": "^1.0.1",
"strapi-plugin-deepl": "^0.3.6",
"strapi-plugin-notes": "^1.0.1",
"strapi-plugin-publisher": "^1.1.3"
},
"resolutions": {
"@graphql-tools/utils": "8.6.7"
},
"workspaces": [
"./src/plugins/*"
],
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "ccdeb222-b1f3-4192-87d2-a68c67e39763"
},
"engines": {
"node": ">=12.x.x <=16.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}