-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
153 lines (153 loc) · 5.91 KB
/
package.json
File metadata and controls
153 lines (153 loc) · 5.91 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
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
{
"name": "@univers42/ui-collection",
"version": "2.5.3",
"description": "Reusable UI asset library for media registries and React slash-menu icons.",
"type": "module",
"main": "./dist/library/index.js",
"types": "./dist/library/index.d.ts",
"exports": {
".": {
"types": "./dist/library/index.d.ts",
"import": "./dist/library/index.js"
},
"./library": {
"types": "./dist/library/index.d.ts",
"import": "./dist/library/index.js"
},
"./library/media": {
"types": "./dist/library/media/index.d.ts",
"import": "./dist/library/media/index.js"
},
"./library/catalogs": {
"types": "./dist/library/catalogs/index.d.ts",
"import": "./dist/library/catalogs/index.js"
},
"./library/icons/react": {
"types": "./dist/library/icons/react/index.d.ts",
"import": "./dist/library/icons/react/index.js"
},
"./library/components/react": {
"types": "./dist/library/components/react/index.d.ts",
"import": "./dist/library/components/react/index.js"
},
"./library/components/react/asset-picker": {
"types": "./dist/library/components/react/asset-picker/index.d.ts",
"import": "./dist/library/components/react/asset-picker/index.js"
},
"./library/components/react/color-picker": {
"types": "./dist/library/components/react/color-picker/index.d.ts",
"import": "./dist/library/components/react/color-picker/index.js"
},
"./library/components/react/icon-picker": {
"types": "./dist/library/components/react/icon-picker/index.d.ts",
"import": "./dist/library/components/react/icon-picker/index.js"
},
"./library/components/react/emoji-picker": {
"types": "./dist/library/components/react/emoji-picker/index.d.ts",
"import": "./dist/library/components/react/emoji-picker/index.js"
},
"./library/components/react/charts": {
"types": "./dist/library/components/react/charts/index.d.ts",
"import": "./dist/library/components/react/charts/index.js"
},
"./library/components/react/analytics": {
"types": "./dist/library/components/react/analytics/index.d.ts",
"import": "./dist/library/components/react/analytics/index.js"
},
"./library/components/react/analytics/formula": {
"types": "./dist/library/components/react/analytics/formula/index.d.ts",
"import": "./dist/library/components/react/analytics/formula/index.js"
},
"./library/components/react/analytics/relation-rollup": {
"types": "./dist/library/components/react/analytics/relation-rollup/index.d.ts",
"import": "./dist/library/components/react/analytics/relation-rollup/index.js"
},
"./library/components/react/formula": {
"types": "./dist/library/components/react/formula/index.d.ts",
"import": "./dist/library/components/react/formula/index.js"
},
"./library/components/react/primitives": {
"types": "./dist/library/components/react/primitives/index.d.ts",
"import": "./dist/library/components/react/primitives/index.js"
},
"./library/components/react/theme": {
"types": "./dist/library/components/react/theme/index.d.ts",
"import": "./dist/library/components/react/theme/index.js"
},
"./library/icons/react/slash-menu": {
"types": "./dist/library/icons/react/slash-menu/index.d.ts",
"import": "./dist/library/icons/react/slash-menu/index.js"
},
"./components/blocks/ColorPickerBoard": {
"types": "./dist/components/blocks/ColorPickerBoard.d.ts",
"import": "./dist/components/blocks/ColorPickerBoard.js"
},
"./components/blocks/IconPickerBoard": {
"types": "./dist/components/blocks/IconPickerBoard.d.ts",
"import": "./dist/components/blocks/IconPickerBoard.js"
},
"./components/blocks/EmojiPickerBoard": {
"types": "./dist/components/blocks/EmojiPickerBoard.d.ts",
"import": "./dist/components/blocks/EmojiPickerBoard.js"
},
"./components/blocks/SlashMenuIcons": {
"types": "./dist/components/blocks/SlashMenuIcons.d.ts",
"import": "./dist/components/blocks/SlashMenuIcons.js"
},
"./components/blocks/SlashMenuIconsBasic": {
"types": "./dist/components/blocks/SlashMenuIconsBasic.d.ts",
"import": "./dist/components/blocks/SlashMenuIconsBasic.js"
},
"./components/blocks/SlashMenuIconsExtended": {
"types": "./dist/components/blocks/SlashMenuIconsExtended.d.ts",
"import": "./dist/components/blocks/SlashMenuIconsExtended.js"
},
"./components/blocks/slashMenuCatalog": {
"types": "./dist/components/blocks/slashMenuCatalog.d.ts",
"import": "./dist/components/blocks/slashMenuCatalog.js"
},
"./package.json": "./package.json"
},
"files": [
"dist",
"media/README.md",
"media/media-urls.example.json",
"README.md"
],
"sideEffects": false,
"scripts": {
"build": "tsc -p tsconfig.json",
"clean": "rm -rf dist",
"typecheck": "tsc --noEmit -p tsconfig.json",
"lint": "eslint --max-warnings 0 \"library/**/*.{ts,tsx}\" \"components/**/*.{ts,tsx}\" \"scripts/**/*.{js,mjs}\"",
"prepack": "npm run clean && npm run build",
"pack:check": "npm pack --dry-run",
"smoke:package": "node ./scripts/smoke-package.mjs",
"release:check": "npm run build && npm run pack:check && npm run smoke:package"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@types/react": "^19.2.2",
"eslint": "^9.39.4",
"eslint-plugin-react-hooks": "^7.0.1",
"globals": "^17.5.0",
"react": "^19.2.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.58.2"
},
"license": "UNLICENSED",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Univers42/UI-Collection.git"
},
"homepage": "https://github.com/Univers42/UI-Collection#readme",
"bugs": {
"url": "https://github.com/Univers42/UI-Collection/issues"
}
}