-
Notifications
You must be signed in to change notification settings - Fork 592
/
Copy pathpackage.json
38 lines (38 loc) · 993 Bytes
/
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
{
"name": "client",
"version": "1.2.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"dependencies": {
"axios": "^0.18.0",
"dayjs": "^1.7.7",
"element-ui": "^2.4.11",
"highlight.js": "^9.13.1",
"js-base64": "^2.4.9",
"timeago.js": "^4.0.0-beta.1",
"vue": "^2.5.17",
"vue-highlight.js": "^2.2.0",
"vue-router": "^3.0.1",
"snyk": "^1.161.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.1.1",
"@vue/cli-plugin-eslint": "^3.1.5",
"@vue/cli-service": "^3.1.4",
"@vue/eslint-config-prettier": "^4.0.1",
"babel-plugin-import": "^1.11.0",
"less": "^3.8.1",
"postcss-loader": "^3.0.0",
"less-loader": "^4.1.0",
"node-sass": "^4.10.0",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.5.17"
},
"snyk": true
}