-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.46 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
50
51
52
53
{
"name": "vuepress-theme-mini",
"version": "3.1.1",
"description": "A minimal blogging theme of VuePress.",
"main": "index.js",
"repository": "https://github.com/wxsms/vuepress-theme-mini.git",
"author": "wxsm <[email protected]>",
"license": "MIT",
"private": false,
"files": [
"assets",
"components",
"layouts",
"mixins"
],
"scripts": {
"test": "exit 0",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"lint": "eslint --ext .js,.vue .",
"lint:fix": "pnpm run lint -- --fix"
},
"dependencies": {
"@vuepress/plugin-back-to-top": "^1.8.2",
"@vuepress/plugin-google-analytics": "^1.8.2",
"@waline/client": "^1.3.7",
"date-fns": "^2.23.0",
"lodash.chunk": "^4.2.0",
"lodash.debounce": "^4.0.8",
"lodash.reverse": "^4.0.1",
"lodash.sortby": "^4.7.0",
"vuepress-plugin-feed": "^0.1.9",
"vuepress-plugin-flowchart-js": "^2.0.2",
"vuepress-plugin-sitemap": "^2.3.1",
"vuepress-plugin-named-chunks": "^1.1.4"
},
"peerDependencies": {
"vuepress": "^1.7.1"
},
"devDependencies": {
"eslint": "8.8.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-html": "6.2.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-vue": "8.4.1",
"markdown-it-include": "2.0.0",
"prettier": "2.5.1",
"vuepress": "1.9.7"
}
}