forked from telepenin/cloudlinux-doc-theme
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
47 lines (47 loc) · 1.41 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
46
47
{
"name": "vuepress-theme-cloudlinux",
"version": "0.0.1",
"description": "Vuepress theme - Cloudlinux",
"author": "Telepenin Nikolay <[email protected]>",
"license": "MIT",
"keywords": [
"vuepress",
"theme"
],
"homepage": "https://github.com/telepenin/cloudlinux-doc-theme",
"repository": {
"type": "git",
"url": "git+https://github.com/telepenin/cloudlinux-doc-theme.git"
},
"bugs": {
"url": "https://github.com/telepenin/cloudlinux-doc-theme/issues"
},
"main": "Layout.vue",
"scripts": {
"lint": "eslint --fix --ext .js,.vue ."
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.2",
"@fortawesome/free-brands-svg-icons": "^5.2.0",
"@fortawesome/free-regular-svg-icons": "^5.2.0",
"@fortawesome/free-solid-svg-icons": "^5.2.0",
"@fortawesome/vue-fontawesome": "0.1.1",
"date-fns": "^1.29.0",
"geopattern": "^1.2.3",
"vue": "^2.5.16"
},
"devDependencies": {
"eslint": "^5.5.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.0.0-beta.3",
"husky": "^1.0.0-rc.14",
"lint-staged": "^7.2.2"
},
"peerDependencies": {
"vuepress": "^1.0.2"
}
}