n8n-docs/package.json
2022-03-14 16:38:30 +00:00

36 lines
1007 B
JSON

{
"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.166.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"
}
}