forked from AskSinPP/asksinpp-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 852 Bytes
/
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
{
"name": "asksinpp-web",
"private": true,
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@vuepress/plugin-back-to-top": "^1.8.2",
"@vuepress/plugin-medium-zoom": "^1.8.2",
"@vuepress/plugin-pwa": "^1.8.2",
"@vuepress/plugin-register-components": "^1.8.2",
"@vuepress/plugin-search": "^1.8.2",
"lodash": "^4.17.21",
"vue-slim-tabs": "^0.4.0",
"vuepress": "^1.8.2",
"vuepress-plugin-sitemap": "^2.3.1"
},
"scripts": {
"dev": "vuepress dev",
"build": "vuepress build",
"check": "blcl -r .vuepress/dist",
"postinstall": "echo \\$contentClass = \\'.content__default\\' > node_modules/@vuepress/theme-default/styles/config.styl"
},
"author": "",
"license": "CC BY-SA License 4.0",
"devDependencies": {
"broken-link-checker-local": "^0.2.1"
}
}