-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.21 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
{
"name": "react-virtual-overflow",
"version": "1.1.2",
"description": "virtual scroll without headache",
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "node ./build.js && tsc && browserify ./lib/examples/demo.js -o ./build_examples/demo.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Morglod/react-virtual-overflow.git"
},
"keywords": [
"virtual",
"scroll",
"infinity",
"window",
"react",
"hooks",
"magic",
"hack",
"impossible",
"swap"
],
"author": "morglod",
"license": "MIT",
"peerDependencies": {
"react": "~17 || ~18"
},
"bugs": {
"url": "https://github.com/Morglod/react-virtual-overflow/issues"
},
"homepage": "https://github.com/Morglod/react-virtual-overflow#readme",
"devDependencies": {
"@size-limit/preset-app": "^11.1.4",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.8",
"browserify": "^17.0.0",
"esbuild": "^0.19.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.3.3"
},
"size-limit": [
{
"path": "lib/fixed-list-y.js",
"limit": "1 kB",
"gzip": true
}
]
}