-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.97 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.97 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"version": "0.0.7",
"keywords": [
"strapi",
"plugin",
"security",
"logger",
"console",
"admin",
"v5"
],
"type": "commonjs",
"exports": {
"./package.json": "./package.json",
"./strapi-admin": {
"source": "./admin/src/index.js",
"import": "./dist/admin/index.mjs",
"require": "./dist/admin/index.js",
"default": "./dist/admin/index.js"
},
"./strapi-server": {
"source": "./server/src/index.js",
"import": "./dist/server/index.mjs",
"require": "./dist/server/index.js",
"default": "./dist/server/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "strapi-plugin build",
"watch": "strapi-plugin watch",
"watch:link": "strapi-plugin watch:link",
"verify": "strapi-plugin verify"
},
"dependencies": {
"@sonatel-os/juf-xpress-logger": "^2.0.0-beta.1.7",
"@strapi/design-system": "^2.0.0-rc.18",
"@strapi/icons": "^2.0.0-rc.18",
"convict": "^6.2.4",
"elastic-apm-node": "^4.11.2",
"jsonwebtoken": "^9.0.2",
"path-to-regexp": "^8.2.0",
"react-intl": "^7.1.10"
},
"devDependencies": {
"@strapi/sdk-plugin": "^5.3.2",
"@strapi/strapi": "^5.11.3",
"prettier": "^3.5.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.30.0",
"styled-components": "^6.1.16"
},
"peerDependencies": {
"@strapi/sdk-plugin": "^5.3.2",
"@strapi/strapi": "^5.11.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.30.0",
"styled-components": "^6.1.16"
},
"strapi": {
"kind": "plugin",
"name": "strapi-plugin-juf-logger",
"displayName": "JUF XPress Logger",
"description": "Substitute to default strapi logger with @sonatel/juf-xpress-logger"
},
"name": "strapi-plugin-juf-logger",
"description": "Substitute to default strapi logger with @sonatel/juf-xpress-logger",
"license": "MIT",
"author": "LPIX-11 <mohamed.johnson@orange-sonatel.com>"
}