-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 796 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 796 Bytes
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
{
"name": "fluentform-developer-docs",
"version": "1.0.0",
"description": "Resources and tutorials for Fluent Forms developers",
"main": "index.js",
"base": "/",
"authors": {
"name": "Lukman Nakib",
"email": "nakib@authlab.net"
},
"scripts": {
"dev": "vuepress dev src && cp -R src/img src/.vuepress/dist/assets/img",
"build": "vuepress build src && cp -R src/img src/.vuepress/dist/assets/img"
},
"devDependencies": {
"@vuepress/plugin-pwa": "^1.9.7",
"@vuepress/plugin-register-components": "^1.9.8",
"vuepress": "^1.9.7",
"vuepress-plugin-clean-urls": "^1.1.2",
"vuepress-plugin-seo": "^0.2.0",
"vuepress-plugin-sitemap1": "^1.31.0-beta.1"
},
"dependencies": {
"@docsearch/js": "3",
"markdown-it-include": "^2.0.0"
}
}