This repository was archived by the owner on Dec 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.31 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.31 KB
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
{
"name": "vuepress-plugin-named-chunks",
"version": "1.0.2",
"main": "src/index.js",
"description": "A VuePress plugin to generate named chunks for page and layout components.",
"author": "Shigma <1700011071@pku.edu.cn>",
"license": "MIT",
"files": [
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/vuepress/vuepress-plugin-named-chunks.git"
},
"bugs": {
"url": "https://github.com/vuepress/vuepress-plugin-named-chunks/issues"
},
"homepage": "https://vuepress.github.io/plugins/named-chunks/",
"scripts": {
"lint": "eslint .",
"jest": "jest --config jest.config.js .*\\.spec\\.js$",
"test": "npm run lint & npm run jest"
},
"devDependencies": {
"@vuepress/core": "^1.0.0-alpha.44",
"@vuepress/shared-utils": "^1.0.0-alpha.44",
"eslint": "^5.15.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^22.3.2",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.2",
"jest": "^24.5.0",
"jest-serializer-html": "^6.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vuepress-plugin-dehydrate": "^1.0.2"
},
"keywords": [
"vuepress",
"plugin",
"named-chunk"
]
}