forked from Cringe-Studio/strapi-auto-uuid
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
84 lines (84 loc) · 2.09 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "strapi-auto-uuid",
"version": "0.0.8",
"description": "This is the description of the plugin.",
"strapi": {
"name": "field-uuid",
"description": "Description of uuid plugin",
"kind": "plugin"
},
"dependencies": {
"uuid": "^9.0.0"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@strapi/design-system": "^1.7.2",
"@strapi/helper-plugin": "^4.10.1",
"@strapi/icons": "^1.7.2",
"@strapi/typescript-utils": "^4.10.1",
"@types/jest": "^29.5.1",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@types/styled-components": "^5.1.26",
"@types/uuid": "^9.0.1",
"babel-jest": "^29.5.0",
"jest": "^29.5.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^6.4.2",
"styled-components": "^5.3.10",
"ts-jest": "^29.1.0",
"typescript": "5.0.4"
},
"peerDependencies": {
"@strapi/strapi": "^4.9.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^5.3.10"
},
"homepage": "https://github.com/Cringe-Studio/strapi-auto-uuid",
"readme": "https://github.com/Cringe-Studio/strapi-auto-uuid#readme",
"maintainers": [
{
"name": "Cringe Studio",
"email": "[email protected]",
"url": "https://github.com/Cringe-Studio"
}
],
"author": {
"name": "Stefano Cerelli ",
"email": "[email protected]",
"url": "https://github.com/scerelli"
},
"repository": {
"url": "https://github.com/Cringe-Studio/strapi-auto-uuid",
"type": "git",
"directory": "."
},
"bugs": {
"url": "https://github.com/Cringe-Studio/strapi-auto-uuid/issues",
"email": "[email protected]"
},
"publishConfig": {
"access": "public"
},
"release": {
"branches": [
"latest"
]
},
"engines": {
"node": ">=16.20.0 <=18.x.x",
"pnpm": ">=7.0.0",
"npm": ">=8.0.0",
"yarn": ">=1.0.0"
},
"packageManager": "[email protected]",
"scripts": {
"develop": "tsc -p tsconfig.server.json -w",
"build": "tsc -p tsconfig.server.json",
"test": "jest"
},
"license": "MIT"
}