-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.34 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
{
"name": "@grlt-hub/react-slots",
"version": "1.0.0",
"type": "module",
"private": false,
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["/README.md", "/package.json", "/dist"],
"author": "Viktor Pasynok",
"license": "MIT",
"devDependencies": {
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"@size-limit/preset-small-lib": "11.1.6",
"clean-publish": "5.1.0",
"prettier": "3.3.3",
"prettier-plugin-organize-imports": "4.1.0",
"size-limit": "11.1.6",
"tslib": "2.8.1",
"tsup": "8.3.5",
"typescript": "5.6.3"
},
"peerDependencies": {
"effector": "23",
"effector-react": "23",
"nanoid": "*",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"volta": {
"node": "22.9.0",
"npm": "10.9.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/grlt-hub/react-slots.git"
},
"homepage": "https://github.com/grlt-hub/react-slots",
"description": "Bring the power of slots to your React components effortlessly.",
"keywords": [
"grlt",
"grlt-hub",
"react",
"slots",
"slot-based-architecture",
"dynamic-content",
"component-injection",
"modular-components",
"react-library",
"ui-framework",
"content-management",
"frontend"
]
}