-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.34 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
{
"name": "hs_discover",
"version": "1.0.0",
"description": "Discover",
"author": "",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test": "echo \"Error: no test specified\" && exit 1",
"webpack-defaults": "webpack-defaults"
},
"main": "vue.config.js",
"dependencies": {
"axios": "^1.6.0",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.14.0",
"braces": "^3.0.3",
"core-js": "^3.8.3",
"express": "^4.19.2",
"follow-redirects": "^1.15.6",
"vue": "^2.6.11",
"vue-date-pick": "^1.4.1",
"vue-router": "^3.1.6",
"webpack": "^5.76.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/eslint-config-airbnb": "^4.0.1",
"@babel/eslint-parser": "^7.19.1",
"eslint": "^7.5.0",
"eslint-plugin-vue": "^7.5.0",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"@vue/airbnb"
],
"rules": {
"max-len": [
"error",
{
"code": 255
}
]
},
"parserOptions": {
"parser": "@babel/eslint-parser"
}
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"license": "ISC"
}