-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 921 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
{
"name": "rivals_workshop_guide",
"version": "0.0.1",
"description": "Rivals of Aether Workshop modding guide and documentation.",
"main": "index.js",
"authors": {
"name": "Toren Darby",
"email": "[email protected]"
},
"repository": "https://github.com/Qazzquimby/rivals_workshop_guide/rivals_workshop_guide",
"scripts": {
"dev": "vuepress dev docs --temp ../.temp --host localhost",
"build": "vuepress check-md docs --fix && vuepress build docs && git add docs/.vuepress/dist"
},
"license": "MIT",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.8.2",
"@vuepress/plugin-google-analytics": "^1.8.2",
"vuepress": "^1.5.3",
"vuepress-plugin-check-md": "^0.0.2",
"vuepress-plugin-container": "^2.1.5"
},
"dependencies": {
"@vuepress/theme-vue": "^1.8.2",
"vue-simple-accordion": "^0.1.0",
"vuepress-plugin-internal-link": "^0.2.0"
}
}