-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.27 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.27 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
{
"name": "react-editable-tables",
"private": true,
"version": "1.0.0",
"description": "React 可编辑表格方案集 — 原生轻量版 & Formily 高性能版",
"type": "module",
"scripts": {
"dev:docs": "pnpm --filter @react-editable-tables/docs dev",
"build:docs": "pnpm --filter @react-editable-tables/docs build",
"build": "pnpm -r --filter './packages/*' run build",
"test": "pnpm -r test",
"format": "biome format --write .",
"lint": "biome lint .",
"check": "biome check --write .",
"type-check": "pnpm -r type-check",
"release": "bash scripts/publish.sh"
},
"keywords": [
"react",
"editable-table",
"formily",
"antd",
"virtual-scroll"
],
"author": "chenJJ-88",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/chenJJ-88/react-editable-tables.git"
},
"homepage": "https://chenjj-88.github.io/react-editable-tables/",
"bugs": {
"url": "https://github.com/chenJJ-88/react-editable-tables/issues"
},
"devDependencies": {
"@biomejs/biome": "^2.4.15",
"tsup": "^8.5.1",
"typescript": "~5.8.3"
},
"packageManager": "pnpm@9.15.4"
}