-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.44 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
40
41
42
43
44
45
{
"name": "settle-developer-docs-with-netlify-cms",
"version": "1.1.0",
"description": "Documentation for the Settle APIs",
"authors": {
"name": "Christian Wick",
"email": "christian@settle.eu"
},
"repository": "https://github.com/SettleAPI/settle-developer-docs",
"license": "MIT",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"devDependencies": {
"@silvanite/vuepress-plugin-markdown-classes": "^1.0.2",
"@vuepress/plugin-back-to-top": "^1.8.2",
"@vuepress/plugin-last-updated": "^1.8.2",
"@vuepress/plugin-medium-zoom": "^1.8.2",
"@vuepress/plugin-nprogress": "^1.8.2",
"@vuepress/plugin-register-components": "^1.8.2",
"axios": "^0.21.1",
"dotenv": "^8.2.0",
"js-yaml": "^4.0.0",
"list-github-dir-content": "^3.0.0",
"lodash": "^4.17.21",
"logrocket": "^1.0.15",
"markdown-it-vuepress-code-snippet-enhanced": "^1.0.1",
"moment": "^2.29.1",
"node-fetch": "^2.6.7",
"remove": "^0.1.5",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"to-title-case": "^1.0.0",
"vue-cli-plugin-yaml": "^1.0.2",
"vuepress": "^1.8.2",
"vuepress-plugin-clean-urls": "^1.1.2",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-img-lazy": "^1.0.4",
"vuepress-plugin-redirect-frontmatter": "^1.0.0",
"vuepress-plugin-right-anchor": "^0.4.8",
"vuex": "^3.6.2",
"vue-code-highlight": "^0.7.8"
}
}