-
Notifications
You must be signed in to change notification settings - Fork 123
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "swan-docs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"prestart": "npm i",
"prebuild": "npm i",
"predev:program": "npm i",
"prebuild:program": "npm i",
"dev:game": "cd game-docs && npm start",
"build:game": "cd game-docs && npm run build",
"dev:program": "vuepress dev program-docs/docs --no-cache",
"build:program": "vuepress build program-docs/docs --no-cache",
"build": "vuepress build program-docs/docs --no-cache",
"start": "vuepress dev program-docs/docs --no-cache"
},
"directories": {
"doc": "docs",
"test": "test"
},
"dependencies": {
"axios": "^0.19.0",
"fs-extra": "^8.1.0",
"globby": "^10.0.1",
"jquery": "^3.4.1",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"markdown-it-task-checkbox": "^1.0.6",
"strip-ansi": "^6.0.0",
"qrcode.vue": "^1.7.0",
"qs": "^6.9.1",
"vue-clipboard2": "^0.3.1",
"vuepress": "^1.2.0",
"vuepress-plugin-container": "^2.1.2",
"vuepress-plugin-smooth-scroll": "0.0.9"
},
"keywords": [],
"author": "swan-team",
"license": "ISC"
}