-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.72 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.72 KB
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
{
"name": "@nebutra/icons",
"version": "0.1.2",
"description": "Geist icon set (541 icons) packaged as TypeScript React components",
"private": false,
"license": "MIT",
"sideEffects": false,
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"scripts": {
"generate": "tsx scripts/generate.ts",
"build": "tsup src/index.ts --format cjs,esm --out-dir dist && tsc -p tsconfig.build.json",
"dev": "tsup src/index.ts --format cjs,esm --out-dir dist --watch",
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"@types/react": ">=18.0.0",
"react": ">=18.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"devDependencies": {
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@svgr/plugin-prettier": "^8.1.0",
"@svgr/plugin-svgo": "^8.1.0",
"@types/node": "^22.19.15",
"tsup": "^8.5.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"react": ">=18.0.0",
"@types/react": "^19.0.0"
},
"homepage": "https://github.com/Nebutra/icons#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Nebutra/icons.git"
},
"bugs": {
"url": "https://github.com/Nebutra/icons/issues"
},
"publishConfig": {
"access": "public"
},
"nebutraMirror": {
"sourceRepository": "Nebutra/Nebutra-Sailor",
"sourceDirectory": "packages/design/icons",
"sourcePackage": "@nebutra/icons",
"sourceSha": "de6f494fa3b75031fc1d4762fa52a7a8dacff1c3",
"canonicalSource": "monorepo"
},
"packageManager": "pnpm@10.32.1"
}