-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.25 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
{
"name": "@ant-design/doc",
"version": "1.0.6",
"description": "",
"main": "index.js",
"scripts": {
"genApi": "node scripts/readApi.mjs && node scripts/docsToJson.mjs && node scripts/apiToMd.mjs && npm run prettier",
"genChangeLog": "node scripts/readChange.mjs",
"prettier": "prettier --write \"docs/**/**.{js,jsx,tsx,ts,less,md,yaml,json}\" --loglevel warn",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run genApi && npm run genChangeLog && npm run prettier"
},
"files": [
"api",
"docs"
],
"repository": {
"type": "git",
"url": "https://github.com/ant-design/doc"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@qdrant/js-client-rest": "^1.7.0",
"@umijs/fabric": "^4.0.1",
"glob": "^10.3.10",
"openai": "^4.26.0",
"prettier": "^3.2.4",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-packagejson": "^2.4.10",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0"
},
"publishConfig": {
"access": "public"
},
"authors": [
"chenshuai2144 <[email protected]> (https://github.com/chenshuai2144)"
]
}