-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 1.19 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
{
"name": "flsun.community",
"version": "0.0.1",
"description": "Community page for FLSUN 3D Printer owners",
"main": "index.js",
"authors": {
"name": "Galicz Miklós",
"email": "gnick666@gmail.com"
},
"repository": "/flsun.community",
"scripts": {
"dev": "vuepress dev src",
"eject": "vuepress eject",
"build": "vuepress build src --dest=dist",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"check:links": "vuepress check-md src --fix"
},
"license": "MIT",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.9.7",
"@vuepress/plugin-medium-zoom": "^1.9.10",
"@vuepress/plugin-pwa": "^1.9.5",
"all-contributors-cli": "^6.24.0",
"vue-cookie-law": "^1.13.0",
"vuepress": "^1.9.10",
"vuepress-plugin-check-md": "^0.0.2",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-flowchart": "^1.5.0",
"vuepress-plugin-git-log": "^1.0.1",
"vuepress-plugin-google-tag-manager": "^0.0.5",
"vuepress-plugin-qrcode": "^1.0.7",
"vuepress-plugin-seo": "^0.2.0"
},
"dependencies": {
"vuepress-plugin-robots": "^1.0.1",
"vuepress-plugin-sitemap": "^2.3.1"
}
}