-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
126 lines (126 loc) · 3.47 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
122
123
124
125
126
{
"name": "@ant-design/md-editor",
"version": "1.10.20",
"description": "类语雀的编辑器,支持 markdown 渲染和编辑",
"repository": "[email protected]:ant-design/md-editor.git",
"license": "MIT",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "father build",
"build:watch": "father dev",
"dev": "dumi dev",
"docs:build": "dumi build",
"doctor": "father doctor",
"lint:css": "stylelint \"{src,test}/**/*.{css,less}\"",
"lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
"linçt": "npm run lint:es && npm run lint:css",
"prepare": "husky install && dumi setup",
"prepublishOnly": "father doctor && npm run build",
"prettier": "prettier --write \"{src,test}/**/*.{js,jsx,ts,tsx,css,less,json,md}\"",
"start": "npm run dev",
"test": "vitest --run",
"tsc": "tsc --noEmit"
},
"lint-staged": {
"*.{md,json}": [
"prettier --write --no-error-on-unmatched-pattern"
]
},
"resolutions": {
"d3-array": "2",
"d3-color": "2",
"d3-dsv": "2",
"d3-force": "2",
"d3-format": "2",
"d3-geo": "2",
"d3-hierarchy": "2",
"d3-path": "2",
"d3-scale-chromatic": "2",
"d3-shape": "2"
},
"dependencies": {
"@ant-design/charts": "^2.2.3",
"@ant-design/cssinjs": "^1.22.0",
"@ant-design/icons": "^5.5.1",
"@ant-design/pro-components": "^2.8.2",
"@babel/runtime": "^7.26.0",
"@types/classnames": "^2.3.4",
"@types/uuid": "^10.0.0",
"@vitest/coverage-istanbul": "^2.1.5",
"antd": "^5.22.1",
"classnames": "^2.5.1",
"dayjs": "^1.11.13",
"diacritics": "^1.3.0",
"dumi-theme-antd-style": "^0.31.1",
"framer-motion": "^11.11.17",
"glob": "^11.0.0",
"is-hotkey": "^0.2.0",
"json5": "^2.2.3",
"lucide": "^0.454.0",
"lucide-react": "^0.454.0",
"mobx": "^6.13.5",
"mobx-react-lite": "^4.0.7",
"nanoid": "^5.0.8",
"partial-json-parser": "^1.2.2",
"querystring": "^0.2.1",
"react-resizable": "^3.0.5",
"react-use": "^17.5.1",
"remark": "^15.0.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"rxjs": "^7.8.1",
"shiki": "^1.23.0",
"slash2": "^2.0.0",
"slate": "^0.103.0",
"slate-history": "^0.100.0",
"slate-hyperscript": "^0.100.0",
"slate-react": "0.107.0",
"string-width": "^7.2.0",
"unified": "^11.0.5",
"uuid": "^10.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/diacritics": "^1.3.3",
"@types/is-hotkey": "^0.1.10",
"@types/mdast": "^4.0.4",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-resizable": "^3.0.8",
"@umijs/lint": "^4.3.34",
"@vitejs/plugin-react": "^4.3.3",
"dumi": "^2.4.13",
"eslint": "^8.57.1",
"father": "^4.5.1",
"html2pdf.js": "^0.10.2",
"husky": "^8.0.3",
"jsdom": "^25.0.1",
"lint-staged": "^13.3.0",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-packagejson": "^2.5.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"stylelint": "^14.16.1",
"typescript": "^5.6.3",
"vitest": "^2.1.5"
},
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"publishConfig": {
"access": "public"
},
"authors": [
]
}