-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
85 lines (85 loc) · 2 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "swaggerstats.io",
"version": "0.95.9",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/slanatech/swaggerstats.io"
},
"author": "https://github.com/sv2",
"homepage": "https://github.com/slanatech/swaggerstats.io",
"bugs": {
"url": "https://github.com/slanatech/swaggerstats.io/issues",
"email": "[email protected]"
},
"description": "swaggerstats.io site",
"keywords": [
"node",
"express",
"koa",
"hapi",
"api",
"restful",
"statistics",
"monitoring",
"swagger",
"schema"
],
"license": "MIT",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs -d pages",
"pages:deploy": "yarn run docs:build && ./scripts/pagesdeploy.sh",
"lint": "vue-cli-service lint",
"prettier": "prettier --single-quote --write src/**/*.js src/**/*.vue"
},
"main": "",
"dependencies": {
"vue": "^2.6.10",
"vue-router": "^3.0.6",
"vuepress": "^1.0.4",
"vuepress-plugin-sitemap": "^2.1.2",
"vuex": "^3.1.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.6.0",
"@vue/cli-plugin-e2e-cypress": "^3.6.0",
"@vue/cli-plugin-eslint": "^3.6.0",
"@vue/cli-plugin-unit-jest": "^3.6.3",
"@vue/cli-service": "^3.6.0",
"@vue/eslint-config-prettier": "^3.0.5",
"@vue/test-utils": "^1.0.0-beta.29",
"@vuepress/plugin-google-analytics": "^1.0.0-rc.1",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"ejs": "^2.6.2",
"markdown-linkify": "^1.0.3",
"sass-loader": "^7.1.0",
"vue-docgen-api": "^3.15.4",
"vue-template-compiler": "^2.6.10"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"@vue/prettier"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}