This repository was archived by the owner on Jan 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.77 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.77 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
{
"name": "strapi-plugin-audit-log-marje3",
"version": "1.1.7",
"description": "A plugin that logs all user interactions, fully-equiped with permissions and configurations.",
"strapi": {
"name": "audit-log-marje3",
"description": "A plugin that logs all user interactions, fully-equiped with permissions and configurations.",
"kind": "plugin",
"displayName": "Audit Log Plugin"
},
"dependencies": {
"@strapi/design-system": "^1.6.3",
"@strapi/helper-plugin": "^4.6.0",
"@strapi/icons": "^1.6.3",
"@strapi/utils": "^4.13.1",
"eslint-plugin-only-warn": "^1.1.0",
"lodash": "^4.17.21",
"prop-types": "^15.7.2",
"qs": "^6.11.2",
"yup": "^1.2.0"
},
"devDependencies": {
"eslint": "^8.2.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^5.3.4",
"styled-components": "^5.3.6"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "^5.3.4",
"styled-components": "^5.3.6"
},
"author": {
"name": "HDDTHR",
"url": "https://github.com/HDDTHR"
},
"maintainers": [
{
"name": "HDDTHR",
"url": "https://github.com/HDDTHR"
}
],
"repository": {
"type": "git",
"url": "https://github.com/Marje3PSUT/audit-log-plugin.git"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=7.x.x"
},
"keywords": [
"strapi",
"plugin",
"log",
"audit"
],
"license": "MIT"
}