-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
121 lines (121 loc) · 3.32 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"private": false,
"name": "biominer-components",
"version": "0.3.22",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "PORT=3000 dumi dev",
"build": "father build",
"build:watch": "father dev",
"docs:build": "dumi build",
"docs:deploy": "gh-pages -d docs-dist",
"deploy": "npm run docs:build && npm run docs:deploy",
"doctor": "father doctor",
"lint": "npm run lint:es && npm run lint:css",
"lint:css": "stylelint \"{src,test}/**/*.{css,less}\"",
"lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
"prepublishOnly": "father doctor && npm run build"
},
"authors": [],
"license": "MIT",
"files": [
"dist"
],
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"lint-staged": {
"*.{md,json}": [
"prettier --write --no-error-on-unmatched-pattern"
],
"*.{css,less}": [
"stylelint --fix",
"prettier --write"
],
"*.{js,jsx}": [
"eslint --fix",
"prettier --write"
],
"*.{ts,tsx}": [
"eslint --fix",
"prettier --parser=typescript --write"
]
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"dependencies": {
"@fingerprintjs/fingerprintjs": "^4.2.2",
"ag-grid-community": "^31.0.1",
"ag-grid-enterprise": "^31.0.1",
"ag-grid-react": "^31.0.1",
"axios": "^1.6.7",
"biomedgps-graph": "^0.2.0",
"html-react-parser": "^5.1.8",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"openseadragon": "^4.1.0",
"papaparse": "^5.4.1",
"plotly.js": "^2.30.0",
"react-chart-editor": "^0.46.1",
"react-full-screen": "^1.1.1",
"react-highlight-words": "^0.20.0",
"react-markdown": "8.0.7",
"react-moveable": "^0.56.0",
"react-plotly.js": "^2.6.0",
"react-textarea-autosize": "^8.5.3",
"spark-md5": "^3.0.2",
"viewerjs": "^1.11.6",
"voca": "^1.4.1"
},
"devDependencies": {
"@antv/graphin": "^2.7.27",
"@antv/graphin-components": "^2.4.1",
"@antv/vis-predict-engine": "^0.1.1",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/voca": "^1.4.5",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@umijs/fabric": "^4.0.1",
"@umijs/lint": "^4.0.0",
"@umijs/test": "^4.1.2",
"antd": "^5.15.1",
"babel-plugin-transform-remove-console": "^6.9.4",
"dumi": "^2.2.13",
"eslint": "^8.23.0",
"eslint-plugin-react": "^7.34.0",
"father": "^4.1.0",
"file-saver": "^2.0.5",
"gh-pages": "^6.1.1",
"husky": "^8.0.1",
"jquery": "^3.7.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^3.0.0",
"prettier-plugin-packagejson": "^2.2.18",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"rehype-video": "^2.0.2",
"remark-toc": "^9.0.0",
"stylelint": "^14.9.1",
"yorkie": "^2.0.0"
}
}