-
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.73 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.73 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": "@lanyue/react-data-grid",
"description": "A high-performance React data grid component.",
"version": "0.1.0",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"react-data-grid",
"data-grid",
"grid-table"
],
"files": ["dist"],
"github": "https://github.com/mengdu/react-data-grid",
"repository": {
"type": "git",
"url": "git+https://github.com/mengdu/react-data-grid.git"
},
"bugs": {
"url": "https://github.com/mengdu/react-data-grid/issues"
},
"license": "MIT",
"author": "Lanyue <lanyueos@qq.com>",
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "vite",
"build:pages": "tsc -b && vite build",
"build": "tsc -b && vite build --mode lib",
"lint": "oxlint",
"preview": "vite preview",
"prepack": "npm run build"
},
"peerDependencies": {
"@tanstack/react-virtual": "^3.14.5",
"react": "^19.2.7"
},
"devDependencies": {
"@tanstack/react-virtual": "^3.14.5",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"@babel/core": "^7.29.7",
"@faker-js/faker": "^10.5.0",
"@mdx-js/react": "^3.1.1",
"@mdx-js/rollup": "^3.1.1",
"@radix-ui/react-icons": "^1.3.2",
"@rolldown/plugin-babel": "^0.2.3",
"@tailwindcss/vite": "^4.3.2",
"@types/babel__core": "^7.20.5",
"@types/node": "^24.13.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"babel-plugin-react-compiler": "^1.0.0",
"i": "^0.3.7",
"less": "^4.6.7",
"npm": "^11.18.0",
"oxlint": "^1.71.0",
"tailwindcss": "^4.3.2",
"typescript": "~6.0.2",
"unplugin-dts": "^1.0.3",
"vite": "^8.1.1"
}
}