-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
54 lines (54 loc) · 1.58 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
{
"name": "trivy-vulnerability-explorer",
"repository": "https://github.com/dbsystel/trivy-vulnerability-explorer",
"license": "Apache-2.0",
"version": "0.0.0-development",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "eslint '{src,cypress}/**/*.{ts,vue,js}'",
"prettier": "prettier --write .",
"prepare": "husky install",
"semantic-release": "semantic-release"
},
"engines": {
"node": ">= 16 < 19"
},
"dependencies": {
"core-js": "3.38.1",
"v-clipboard": "2.2.3",
"vue": "2.6.14",
"vue-class-component": "7.2.6",
"vue-file-agent": "1.7.3",
"vue-frag": "1.4.3",
"vue-property-decorator": "9.1.2",
"vue-router": "3.6.5",
"vuetify": "2.7.2"
},
"devDependencies": {
"@semantic-release/github": "8.1.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vue/cli-plugin-babel": "4.5.19",
"@vue/cli-plugin-router": "4.5.19",
"@vue/cli-plugin-typescript": "4.5.19",
"@vue/cli-service": "4.5.19",
"@vue/eslint-config-typescript": "10.0.0",
"cypress": "12.17.4",
"eslint": "8.57.1",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-cypress": "2.15.2",
"eslint-plugin-vue": "8.7.1",
"husky": "8.0.3",
"prettier": "2.8.8",
"pretty-quick": "3.3.1",
"sass": "1.79.4",
"sass-loader": "10.5.2",
"semantic-release": "20.1.3",
"typescript": "4.6.4",
"vue-cli-plugin-vuetify": "2.5.8",
"vue-template-compiler": "2.6.14",
"vuetify-loader": "1.8.0"
}
}