-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 908 Bytes
/
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
{
"name": "longbridge-pro-docs",
"description": "",
"version": "1.0.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/longbridgeapp/longbridge-pro-docs.git"
},
"author": "",
"license": "ISC",
"scripts": {
"export": "yarn feishu-pages && cp -r dist/docs/* docs/ && cp dist/docs.json docs/",
"translate": "node ./scripts/cn2hk.js",
"dev": "NODE_ENV=development vitepress dev",
"build": "NODE_ENV=production vitepress build",
"preview": "vitepress preview"
},
"bugs": {
"url": "https://github.com/longbridgeapp/longbridge-pro-docs/issues"
},
"homepage": "https://github.com/longbridgeapp/longbridge-pro-docs#readme",
"dependencies": {
"autocorrect-node": "^2.8.4",
"feishu-pages": "^0.4.2",
"fs-extra": "^11.1.1",
"glob": "^10.3.10",
"opencc-js": "^1.0.5",
"vitepress": "^1.0.0-rc.20"
}
}