forked from NLnetLabs/lagosta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.11 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
{
"name": "ui",
"version": "0.6.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/vue-fontawesome": "^0.1.5",
"axios": "^0.19.0",
"cidr-regex": "^2.0.10",
"dotenv": "^8.2.0",
"element-ui": "^2.9.1",
"express": "^4.17.1",
"express-http-proxy": "^1.6.0",
"http-proxy-middleware": "^0.20.0",
"idle-vue": "^2.0.5",
"ip6addr": "^0.2.3",
"moment": "^2.27.0",
"prismjs": "^1.21.0",
"typeface-lato": "^0.0.54",
"typeface-source-code-pro": "^0.0.71",
"vue": "^2.5.21",
"vue-clipboard2": "^0.3.1",
"vue-i18n": "^8.11.2",
"vue-json-csv": "^1.2.11",
"vue-prism-editor": "^0.3.0",
"vue-router": "^3.0.6",
"vuex": "^3.1.1",
"webpack": "^4.33.0",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.8.0",
"@vue/cli-plugin-eslint": "^3.8.0",
"@vue/cli-plugin-unit-mocha": "^3.8.0",
"@vue/cli-service": "^3.8.0",
"@vue/test-utils": "^1.0.0-beta.20",
"babel-eslint": "^10.0.1",
"chai": "^4.1.2",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.13.1",
"sass-loader": "^7.0.3",
"vue-cli-plugin-element": "^1.0.1",
"vue-cli-plugin-i18n": "^0.5.2",
"vue-template-compiler": "^2.5.21"
},
"resolutions": {
"**/**/lodash": "^4.17.19",
"**/**/mixin-deep": "^1.3.2",
"**/**/set-value": "^2.0.1",
"**/**/mem": "^4.0.0",
"**/**/eslint-utils": "^1.4.1",
"**/**/serialize-javascript": "^3.1.0",
"**/**/browserslist": "4.8.3",
"**/**/caniuse-lite": "1.0.30001020",
"**/**/acorn": "^6.4.1",
"**/**/minimist": "^1.2.2",
"**/**/kind-of": "^6.0.3",
"**/**/websocket-extensions": "0.1.4",
"**/**/elliptic": "^6.5.3",
"**/**/dot-prop": "^5.1.1",
"**/**/node-forge": "^0.10.0",
"**/**/yargs-parser": "^13.1.2",
"**/**/http-proxy": "^1.18.1"
}
}