-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 770 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 770 Bytes
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
{
"name": "@uiw/react-split",
"version": "5.9.3",
"description": "A piece of content can be divided into areas that can be dragged to adjust the width or height.",
"main": "cjs/index.js",
"module": "esm/index.js",
"homepage": "https://uiwjs.github.io/react-split",
"funding": "https://jaywcjlove.github.io/#/sponsor",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/react-split.git"
},
"author": "Kenny Wong <wowohoo@qq.com>",
"license": "MIT",
"files": [
"src/**/*.{ts,tsx,less}",
"README-zh.md",
"dist.css",
"dist",
"esm",
"cjs"
],
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
}