-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.23 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
{
"name": "blog",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:stormbuf/blog.git",
"author": "stormbuf <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"devDependencies": {
"@stormbuf/vuepress-plugin-rss": "0.4.1",
"@types/node": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"@vue/cli-plugin-typescript": "~5.0.0-rc.1",
"@vuepress/plugin-google-analytics": "^2.0.0-beta.32",
"@vuepress/plugin-pwa": "^2.0.0-beta.32",
"@vuepress/plugin-pwa-popup": "^2.0.0-beta.32",
"@vuepress/plugin-register-components": "^2.0.0-beta.32",
"@vuepress/plugin-search": "^2.0.0-beta.32",
"@vuepress/plugin-shiki": "^2.0.0-beta.32",
"eslint": "^8.6.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
"vuepress": "^2.0.0-beta.32"
},
"dependencies": {
"@types/lodash.debounce": "^4.0.6",
"@vssue/api-github-v3": "^1.4.7",
"shiki": "^0.10.0",
"stylus": "^0.56.0",
"vssue": "^1.4.8"
}
}