-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.49 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
{
"name": "vuepress-theme-macgs",
"version": "1.3.0",
"description": "A vuepress theme for easyhexo.com",
"main": "index.js",
"repository": "https://github.com/EasyHexo/vuepress-theme-macgs.git",
"homepage": "https://github.com/EasyHexo/vuepress-theme-macgs#readme",
"bugs": {
"url": "https://github.com/EasyHexo/vuepress-theme-macgs/issues"
},
"author": "Mitscherlich <[email protected]>",
"license": "MIT",
"scripts": {
"lint": "eslint --ext .js,.vue ./"
},
"dependencies": {
"@vuepress/plugin-active-header-links": "^1.8.2",
"@vuepress/plugin-back-to-top": "^1.8.2",
"@vuepress/plugin-nprogress": "^1.8.2",
"@vuepress/plugin-search": "^1.8.2",
"docsearch.js": "^2.6.3",
"dplayer": "^1.26.0",
"leancloud-storage": "^4.10.1",
"lodash": "^4.17.21",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2",
"valine": "^1.4.14",
"vuepress-plugin-container": "^2.1.5",
"vuepress-plugin-smooth-scroll": "^0.0.10"
},
"devDependencies": {
"@babel/core": "^7.13.16",
"@babel/eslint-parser": "^7.13.14",
"@vue/babel-preset-app": "^4.5.12",
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.2.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.9.0",
"prettier": "^2.2.1",
"webpack": "^5.94.0"
}
}