-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.73 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
{
"name": "@upstash/strapi-plugin-upstash-ratelimit",
"version": "0.1.2",
"description": "This is the description of the plugin.",
"strapi": {
"name": "strapi-plugin-upstash-ratelimit",
"description": "Description of strapi-plugin-upstash-ratelimit plugin",
"kind": "plugin"
},
"files": [
"dist/",
"server/",
"admin/",
"strapi-admin.js",
"strapi-server.js"
],
"dependencies": {
"@koa/router": "^13.0.0",
"@strapi/design-system": "^1.6.3",
"@strapi/helper-plugin": "^4.6.0",
"@strapi/icons": "^1.6.3",
"@types/koa-router": "^7.4.8",
"@upstash/ratelimit": "^2.0.1",
"koa-router": "^12.0.1",
"prop-types": "^15.7.2"
},
"devDependencies": {
"@strapi/typescript-utils": "^4.6.0",
"@types/react": "^17.0.53",
"@types/react-dom": "^18.0.28",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.32",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^5.3.4",
"styled-components": "^5.3.6",
"typescript": "5.0.4"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "^5.2.0",
"styled-components": "^5.2.1",
"@strapi/strapi": "^4.4.0"
},
"author": {
"name": "Fahreddin Ozcan",
"url": "https://github.com/fahreddinozcan",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Fahreddin Ozcan",
"url": "https://github.com/fahreddinozcan",
"email": "[email protected]"
}
],
"engines": {
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
},
"scripts": {
"develop": "tsc -p tsconfig.server.json -w",
"build": "tsc -p tsconfig.server.json"
},
"license": "MIT"
}