File tree Expand file tree Collapse file tree 2 files changed +1126
-1504
lines changed Expand file tree Collapse file tree 2 files changed +1126
-1504
lines changed Original file line number Diff line number Diff line change 14
14
"@types/react" : " 18" ,
15
15
"@types/react-dom" : " 18" ,
16
16
"antd" : " ^5.15.4" ,
17
- "better-docs" : " ^2.7.3" ,
18
- "jsdoc" : " ^4.0.2" ,
19
- "jsdoc-to-markdown" : " ^8.0.1" ,
20
17
"lowcoder-cli" : " ^0.0.30" ,
21
18
"lowcoder-sdk" : " ^2.3.1" ,
22
19
"ol" : " ^9.0.0" ,
49
46
"start" : " vite" ,
50
47
"build" : " lowcoder-cli build" ,
51
48
"build_publish" : " lowcoder-cli build --publish" ,
52
- "docs" : " jsdoc --readme README.md -c jsdoc.json -r src -d jsdoc" ,
53
- "jsdoc2md" : " jsdoc2md -p table -r table -c jsdoc.json src/*.* > docs/code.md"
49
+ "docs" : " docsify server ./docs"
54
50
},
55
51
"publishConfig" : {
56
52
"registry" : " https://registry.npmjs.org/"
62
58
"@semantic-release/github" : " ^10.0.2" ,
63
59
"@semantic-release/npm" : " ^12.0.0" ,
64
60
"@semantic-release/release-notes-generator" : " ^12.1.0" ,
61
+ "docsify-cli" : " ^4.4.4" ,
65
62
"semantic-release" : " ^23.0.4"
66
63
}
67
- }
64
+ }
You can’t perform that action at this time.
0 commit comments