-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.52 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.52 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
{
"name": "virtual-list-down-up",
"version": "1.0.7",
"type": "module",
"files": [
"dist"
],
"repository": "https://github.com/chao31/virtual-list-down-up",
"homepage": "https://chao31.github.io/virtual-list-down-up-examaples",
"main": "./dist/index.umd.cjs",
"license": "MIT",
"module": "./dist/index.js",
"author": "chao31",
"keywords": [
"Virtual Scrolling",
"virtual list",
"Pull up loading",
"pull down loading",
"react"
],
"tags": [
"Virtual Scrolling",
"virtual list",
"Pull up loading",
"pull down loading",
"react",
"html"
],
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.umd.cjs"
},
"./index.css": "./dist/index.css"
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"peerDependencies": {
"react": ">=17"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/faker": "4.1.0",
"@types/node": "^22.8.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.13.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.13",
"faker": "^4.1.0",
"globals": "^15.11.0",
"path": "^0.12.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "~5.6.2",
"typescript-eslint": "^8.10.0",
"virtual-list-down-up": "1.0.2",
"vite": "^5.4.9",
"vite-plugin-libcss": "^1.1.1"
}
}