-
Notifications
You must be signed in to change notification settings - Fork 146
/
Copy pathpackage.json
158 lines (158 loc) · 5.64 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"name": "react-social-icons",
"version": "6.22.0",
"description": "beautiful, easy svg social icons in react",
"main": "./dist/react-social-icons.cjs",
"module": "./dist/react-social-icons.js",
"types": "./dist/react-social-icons.d.ts",
"type": "module",
"files": [
"dist"
],
"exports": {
".": "./dist/react-social-icons.js",
"./component": "./dist/component.js",
"./auth0": "./dist/icons/auth0.js",
"./bandsintown": "./dist/icons/bandsintown.js",
"./behance": "./dist/icons/behance.js",
"./bsky.app": "./dist/icons/bsky.app.js",
"./clubhouse": "./dist/icons/clubhouse.js",
"./codepen": "./dist/icons/codepen.js",
"./dev.to": "./dist/icons/dev.to.js",
"./developer.mozilla": "./dist/icons/developer.mozilla.js",
"./discord": "./dist/icons/discord.js",
"./dribbble": "./dist/icons/dribbble.js",
"./dropbox": "./dist/icons/dropbox.js",
"./email": "./dist/icons/email.js",
"./facebook": "./dist/icons/facebook.js",
"./fivehundredpix": "./dist/icons/fivehundredpix.js",
"./flickr": "./dist/icons/flickr.js",
"./foursquare": "./dist/icons/foursquare.js",
"./github": "./dist/icons/github.js",
"./gitlab": "./dist/icons/gitlab.js",
"./google": "./dist/icons/google.js",
"./google_play": "./dist/icons/google_play.js",
"./groupme": "./dist/icons/groupme.js",
"./hashnode": "./dist/icons/hashnode.js",
"./instagram": "./dist/icons/instagram.js",
"./itch.io": "./dist/icons/itch.io.js",
"./itunes": "./dist/icons/itunes.js",
"./leetcode": "./dist/icons/leetcode.js",
"./line.me": "./dist/icons/line.me.js",
"./linkedin": "./dist/icons/linkedin.js",
"./linktree": "./dist/icons/linktree.js",
"./mailto": "./dist/icons/mailto.js",
"./mastodon": "./dist/icons/mastodon.js",
"./matrix": "./dist/icons/matrix.js",
"./medium": "./dist/icons/medium.js",
"./meetup": "./dist/icons/meetup.js",
"./misskey": "./dist/icons/misskey.js",
"./onlyfans": "./dist/icons/onlyfans.js",
"./opensea": "./dist/icons/opensea.js",
"./patreon": "./dist/icons/patreon.js",
"./pinterest": "./dist/icons/pinterest.js",
"./pixiv": "./dist/icons/pixiv.js",
"./ravelry": "./dist/icons/ravelry.js",
"./rdio": "./dist/icons/rdio.js",
"./reddit": "./dist/icons/reddit.js",
"./rss": "./dist/icons/rss.js",
"./sharethis": "./dist/icons/sharethis.js",
"./slack": "./dist/icons/slack.js",
"./smugmug": "./dist/icons/smugmug.js",
"./snapchat": "./dist/icons/snapchat.js",
"./soundcloud": "./dist/icons/soundcloud.js",
"./spotify": "./dist/icons/spotify.js",
"./squarespace": "./dist/icons/squarespace.js",
"./stackoverflow": "./dist/icons/stackoverflow.js",
"./substack": "./dist/icons/substack.js",
"./t.me": "./dist/icons/t.me.js",
"./telegram": "./dist/icons/telegram.js",
"./threads": "./dist/icons/threads.js",
"./tiktok": "./dist/icons/tiktok.js",
"./tumblr": "./dist/icons/tumblr.js",
"./twitch": "./dist/icons/twitch.js",
"./twitter": "./dist/icons/twitter.js",
"./upwork": "./dist/icons/upwork.js",
"./vevo": "./dist/icons/vevo.js",
"./vimeo": "./dist/icons/vimeo.js",
"./vine": "./dist/icons/vine.js",
"./vk": "./dist/icons/vk.js",
"./vsco": "./dist/icons/vsco.js",
"./wechat": "./dist/icons/wechat.js",
"./whatsapp": "./dist/icons/whatsapp.js",
"./x": "./dist/icons/x.js",
"./xiaohongshu": "./dist/icons/xiaohongshu.js",
"./xing": "./dist/icons/xing.js",
"./yandex": "./dist/icons/yandex.js",
"./yelp": "./dist/icons/yelp.js",
"./youtube": "./dist/icons/youtube.js"
},
"scripts": {
"build": "./cli build",
"bundlesize": "./cli info:bundlesize",
"dev": "./cli dev",
"lint": "pnpm test:lint && pnpm test:publint",
"prepare": "pnpm build",
"start": "./cli dev",
"test": "./cli test:",
"test:unit": "./cli test:unit",
"test:lint": "./cli test:lint",
"test:publint": "./cli test:publint",
"test:ts": "./cli test:ts",
"test:codesplitting": "./cli test:codesplitting"
},
"author": "couetilc",
"license": "MIT",
"contributors": [
"Connor Couetil <connor@couetil.com>",
"Vitaly Aminev <v@makeomatic.ru>",
"Jake Trent <hi@jaketrent.com>"
],
"homepage": "https://react-social-icons.com",
"repository": {
"type": "git",
"url": "git+https://github.com/couetilc/react-social-icons.git"
},
"peerDependencies": {
"react": "15.x.x || 16.x.x || 17.x.x || 18.x.x",
"react-dom": "15.x.x || 16.x.x || 17.x.x || 18.x.x"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.24.8",
"@babel/preset-react": "^7.24.7",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^16.0.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/react": "^19.0.8",
"@typescript-eslint/parser": "^8.22.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-react": "^7.37.4",
"global-jsdom": "^26.0.0",
"globals": "^15.8.0",
"jsdom": "^26.0.0",
"playwright": "^1.45.3",
"prettier": "^3.3.3",
"publint": "^0.3.2",
"rollup": "^4.19.0",
"rollup-plugin-copy": "^3.5.0",
"svgo": "^3.3.2",
"typescript": "^5.5.3",
"vite": "^6.0.11",
"vitest": "^3.0.4",
"wrangler": "^3.65.1"
},
"dependencies": {
"@babel/runtime": "^7.24.8",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"packageManager": "pnpm@8.15.3"
}