forked from n8n-io/n8n-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1007 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
30
31
32
33
34
35
{
"name": "n8n-docs",
"version": "0.0.1",
"description": "n8n Documentation",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
"repository": {
"type": "git",
"url": "git+https://github.com/n8n-io/n8n-docs.git"
},
"main": "index.js",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"author": "",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/vue-fontawesome": "^2.0.2",
"n8n-nodes-base": "^0.145.0",
"vuepress-plugin-sitemap": "^2.3.1"
},
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.5.0",
"@vuepress/plugin-medium-zoom": "^1.8.2",
"directory-tree": "^2.2.4",
"lerna": "^4.0.0",
"vuepress": "^1.5.0",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-medium-zoom": "^1.0.0",
"vuepress-plugin-reading-time": "^0.1.1",
"vuepress-plugin-seo": "^0.1.4"
}
}