-
Notifications
You must be signed in to change notification settings - Fork 4.7k
/
Copy pathpackage.json
49 lines (49 loc) · 1.1 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
{
"name": "@vuepress/shared-utils",
"version": "1.9.10",
"description": "shared-utils for vuepress",
"keywords": [
"documentation",
"generator",
"vue",
"vuepress"
],
"homepage": "https://github.com/vuejs/vuepress/blob/master/packages/@vuepress/shared-utils#readme",
"bugs": {
"url": "https://github.com/vuejs/vuepress/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/shared-utils"
},
"license": "MIT",
"author": "ULIVZ <[email protected]>",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"types"
],
"scripts": {
"tsc": "tsc",
"update-index": "node scripts/update-index.js"
},
"dependencies": {
"chalk": "^2.3.2",
"escape-html": "^1.0.3",
"fs-extra": "^7.0.1",
"globby": "^9.2.0",
"gray-matter": "^4.0.1",
"hash-sum": "^1.0.2",
"semver": "^6.0.0",
"toml": "^3.0.0",
"upath": "^1.1.0"
},
"devDependencies": {
"@types/diacritics": "^1.3.1"
},
"publishConfig": {
"access": "public"
}
}