-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.08 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
{
"name": "strapi-bootstrap-icons",
"version": "0.0.0",
"description": "Bootstrap Icons for Strapi",
"keywords": [
"strapi",
"strapi-plugin",
"custom-fields",
"bootstrap",
"icon",
"svg"
],
"strapi": {
"name": "strapi-bootstrap-icons",
"displayName": "Strapi Bootstrap Icons",
"description": "Bootstrap Icons for Strapi",
"kind": "plugin"
},
"dependencies": {
"@strapi/design-system": "^1.14.1",
"@strapi/helper-plugin": "^4.20.0",
"@strapi/icons": "^1.14.1",
"bootstrap-icons": "^1.11.3",
"prop-types": "^15.8.1"
},
"devDependencies": {
"@strapi/typescript-utils": "^4.20.0",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/react-router-dom": "5.3.3",
"@types/styled-components": "^5.1.34",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"npm-install-peers": "^1.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^5.3.4",
"styled-components": "^6.1.8",
"ts-jest": "^29.1.2",
"typescript": "5.0.4"
},
"peerDependencies": {
"@strapi/strapi": "^4.20.0",
"react": "^17.0.0 || ^18.2.0",
"react-dom": "^17.0.0 || ^18.2.0",
"react-router-dom": "^5.3.4",
"styled-components": "^5.3.3 || ^6.1.8"
},
"homepage": "https://github.com/dynolabs/strapi-bootstrap-icons",
"readme": "https://github.com/dynolabs/strapi-bootstrap-icons#readme",
"author": {
"name": "Dulaj Ariyaratne",
"email": "dulajdeshans@gmail.com",
"url": "https://github.com/dulajdeshan"
},
"repository": {
"url": "https://github.com/dynolabs/strapi-bootstrap-icons",
"type": "git",
"directory": "."
},
"bugs": {
"url": "https://github.com/dynolabs/strapi-bootstrap-icons/issues",
"email": "dulajdeshans@gmail.com"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=16.0.0 <=20.x.x",
"npm": ">=6.0.0"
},
"scripts": {
"develop": "tsc -p tsconfig.server.json -w",
"build": "tsc -p tsconfig.server.json",
"test": "jest"
},
"license": "MIT"
}