-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.78 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
{
"name": "jsx-social-icons",
"version": "1.0.10",
"description": "Social icons with link for jsx-runtime, from Simple Icons",
"exports": {
"./react": {
"types": "./dist/react/index.d.ts",
"import": "./dist/react/index.js"
},
"./preact": {
"types": "./dist/preact/index.d.ts",
"import": "./dist/preact/index.js"
}
},
"type": "module",
"scripts": {
"check": "biome check --write src && biome format --write src",
"check:build": "biome check --write src && biome format --write src",
"react": "./build/react.js",
"preact": "./build/preact.js",
"hono": "tsup --config hono-tsup.config.ts --tsconfig hono-tsconfig.json",
"pat": "pnpm version patch && pnpm publish"
},
"keywords": [
"Social Icons",
"Simple Icons",
"React",
"Preact",
"Hono"
],
"author": "Pho Thin Mg",
"license": "Apache-2.0",
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/core": "^7.24.9",
"@babel/plugin-transform-react-constant-elements": "^7.24.7",
"@babel/plugin-transform-react-inline-elements": "^7.24.7",
"@babel/plugin-transform-react-jsx": "^7.24.7",
"@babel/plugin-transform-template-literals": "^7.24.7",
"@babel/plugin-transform-typescript": "^7.24.8",
"@babel/preset-env": "^7.24.8",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@biomejs/biome": "^1.8.3",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"babel-preset-minify": "^0.5.2",
"dax-sh": "^0.41.0",
"esbuild-plugin-babel": "^0.2.3",
"typescript": "^5.5.3"
},
"dependencies": {
"hono": "^4.5.1",
"preact": "^10.23.0",
"react": "^18.3.1"
},
"pnpm": {
"allowedDeprecatedVersions": {
"glob": "7.2.3",
"inflight": "1.0.6"
}
}
}