-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.17 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
{
"name": "vuepress-theme-live-ebook",
"version": "2.1.1",
"description": "Vuepress theme for creating live e-books",
"author": "michalsnik <[email protected]>",
"license": "MIT",
"keywords": [
"vuepress",
"theme"
],
"homepage": "https://github.com/netguru/vuepress-theme-live-ebook",
"repository": {
"type": "git",
"url": "git+https://github.com/netguru/vuepress-theme-live-ebook.git"
},
"bugs": {
"url": "https://github.com/netguru/vuepress-theme-live-ebook/issues"
},
"main": "Layout.vue",
"scripts": {
"lint": "eslint --fix --ext .js,.vue .",
"lint:ci": "eslint --ext .js,.vue ."
},
"dependencies": {
"aos": "^3.0.0-beta.6",
"markdown-it": "^8.4.2",
"rellax": "^1.10.0",
"siema": "^1.5.1",
"vue": "^2.5.16",
"vue-scrollto": "^2.13.0"
},
"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"
},
"peerDependencies": {
"vue-svg-loader": "^0.11.0",
"vuepress": "^0.14"
}
}