-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 1.84 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "witd",
"version": "1.0.0",
"author": "shipeijing",
"description": "企业级 React UI 组件库",
"scripts": {
"start": "PORT=9999 dumi dev",
"docs:build": "dumi build",
"super:update": "node bin/index update",
"docs:deploy": "gh-pages -d docs-dist",
"build": "father build",
"deploy": "npm run docs:build && npm run docs:deploy",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
"test": "umi-test",
"test:coverage": "umi-test --coverage",
"prepublishOnly": "npm run build"
},
"files": [
"esm",
"bin",
".super.js"
],
"bin": {
"super": "bin/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Shipeijing/witd"
},
"module": "esm/index.js",
"typings": "esm/index.d.ts",
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,less,md,json}": [
"prettier --write"
],
"*.ts?(x)": [
"prettier --parser=typescript --write"
]
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"exceljs": "^4.3.0",
"inquirer": "8.0.0",
"leaflet": "^1.9.2",
"react": "17.x",
"react-dom": "17.x",
"react-draggable": "^4.4.5",
"react-fast-marquee": "^1.3.5",
"react-sortable-hoc": "^2.0.0",
"rs-antd": "^1.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/react": "^13.0.0",
"@turf/turf": "^6.5.0",
"@tweenjs/tween.js": "^18.6.4",
"@types/jest": "^27.0.3",
"@types/leaflet": "^1.8.0",
"@umijs/fabric": "^2.8.1",
"@umijs/test": "^3.0.5",
"copy-to-clipboard": "^3.3.3",
"dumi": "^1.1.47",
"father": "4.0.0-rc.2",
"gh-pages": "^3.0.0",
"lint-staged": "^10.0.7",
"yorkie": "^2.0.0"
},
"keywords": [
"前端",
"javascript",
"react",
"table",
"form"
]
}