-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
44 lines (44 loc) · 1.12 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
{
"name": "social-logos",
"version": "3.1.15-alpha",
"description": "A repository of all the social logos used on WordPress.com.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/social-logos/",
"bugs": {
"url": "https://github.com/Automattic/jetpack/labels/[JS Package] Social Logos"
},
"exports": {
".": "./build/react/index.js",
"./svg-sprite/social-logos.svg": "./build/svg-sprite/social-logos.svg",
"./font/*": "./build/font/*"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Automattic/jetpack.git",
"directory": "projects/js-packages/social-logos"
},
"license": "GPL-2.0+",
"dependencies": {
"prop-types": "^15.8.1",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"glob": "10.4.1",
"svg2ttf": "^6.0.3",
"svgicons2svgfont": "^14.0.0",
"svgo": "^3.3.2",
"svgstore": "^3.0.1",
"typescript": "5.0.4",
"wawoff2": "^2.0.1",
"xml2js": "^0.6.2"
},
"scripts": {
"build": "./tools/build"
}
}