forked from Awagi/wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.13 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
{
"name": "@bsmg/wiki",
"version": "0.1.0",
"description": "BSMG Wiki",
"repository": "[email protected]:beat-saber-modding-group/wiki.git",
"author": "Jack Baron <[email protected]> (https://www.jackbaron.com)",
"license": "MIT",
"private": true,
"scripts": {
"lint": "eslint . --ext js,md,vue",
"dev": "vuepress dev wiki --temp .temp",
"build": "vuepress build wiki",
"build:prod": "cross-env NODE_ENV=production yarn run build"
},
"devDependencies": {
"@vuepress/plugin-last-updated": "^1.2.0",
"@vuepress/plugin-medium-zoom": "^1.2.0",
"@vuepress/plugin-nprogress": "^1.2.0",
"@vuepress/plugin-search": "^1.2.0",
"babel-eslint": "^10.0.3",
"cross-env": "^6.0.3",
"dateformat": "^3.0.3",
"eslint": "^5.6.0",
"eslint-config-sora": "^2.1.0",
"eslint-plugin-markdown": "^1.0.1",
"eslint-plugin-vue": "^5.2.2",
"markdown-it-footnote": "^3.0.2",
"markdown-it-mark": "^3.0.0",
"vuepress": "^1.2.0",
"vuepress-plugin-container": "^2.1.2",
"vuepress-plugin-named-chunks": "^1.1.0",
"vuepress-plugin-seo": "^0.1.2",
"vuepress-theme-yuu": "^2.2.1"
}
}