-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 819 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 819 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
32
33
34
35
36
37
{
"name": "tablex-master",
"version": "1.2.8",
"description": "table virtualized tree-table ",
"author": "nexx",
"repository": {
"type": "git",
"url": "https://github.com/NexxLuo/tablex"
},
"private": true,
"workspaces": [
"packages/*"
],
"homepage": "https://nexxluo.github.io/tablex",
"scripts": {
"i": "lerna bootstrap",
"clean": "lerna clean",
"start": "yarn workspace doc start",
"build": "lerna run build --stream",
"pub-pro": "npm run version:patch &&lerna publish from-package --no-private --yes"
},
"keywords": [
"table",
"virtualized",
"tree-table",
"data-table",
"data-list",
"list"
],
"license": "ISC",
"dependencies": {},
"devDependencies": {
"lerna": "^6.3.0",
"father": "4.1.2",
"antd": "^3.20.3"
}
}