-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
38 lines (38 loc) · 1.2 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
{
"name": "@spookyghost/docs",
"version": "0.1.0",
"description": "Beatwalls docs",
"repository": "[email protected]:spookyGh0st/beatwalls.git",
"author": "Spooky Gh0st (https://www.github.com/spookyGh0st.com)",
"license": "MIT",
"private": true,
"scripts": {
"lint": "eslint . --ext js,md,vue",
"dev": "vuepress dev docs --temp .temp",
"build": "vuepress build docs",
"build:prod": "cross-env NODE_ENV=production yarn run build"
},
"devDependencies": {
"@vuepress/plugin-last-updated": "^1.4.0",
"@vuepress/plugin-medium-zoom": "^1.4.0",
"@vuepress/plugin-nprogress": "^1.4.0",
"@vuepress/plugin-search": "^1.4.0",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.2",
"dateformat": "^3.0.3",
"eslint": "^5.6.0",
"eslint-config-sora": "^3.0.2",
"eslint-plugin-markdown": "^1.0.2",
"eslint-plugin-vue": "^5.0.0-beta.3",
"markdown-it-footnote": "^3.0.2",
"markdown-it-mark": "^3.0.0",
"vuepress": "^1.4.0",
"vuepress-plugin-container": "^2.1.2",
"vuepress-plugin-named-chunks": "^1.1.2",
"vuepress-plugin-seo": "^0.1.2",
"vuepress-theme-yuu": "^2.2.1"
},
"dependencies": {
"vuepress-plugin-code-copy": "^1.0.6"
}
}