-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
115 lines (115 loc) · 3.49 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "immudb-webconsole",
"version": "1.0.18",
"private": true,
"scripts": {
"dev": "nuxt",
"prebuild": "./scripts/update_git_hash.sh",
"build": "nuxt build --modern=client",
"start": "nuxt start",
"pregenerate": "./scripts/update_git_hash.sh",
"generate": "nuxt generate --modern=client",
"embed": "sudo ./scripts/embed_in_immudb.sh",
"immudb:mock": "sudo ./scripts/generate_immudb_entries.sh",
"immudb:restart": "sudo ./scripts/immudb_restart.sh",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint:js:fix": "eslint --ext .js,.vue --fix --ignore-path .gitignore .",
"lint:style": "stylelint **/*.{vue,css} --ignore-path .gitignore",
"lint:style:fix": "stylelint **/*.{vue,css} --fix --ignore-path .gitignore",
"lint:all": "npm run lint:js && npm run lint:style",
"lint:all:fix": "npm run lint:js:fix && npm run lint:style:fix",
"test": "jest",
"preinstall": "npx npm-force-resolutions"
},
"dependencies": {
"@mdi/js": "^5.9.55",
"@nuxt/core": "^2.15.4",
"@nuxtjs/axios": "^5.12.2",
"axios": "^0.21.1",
"chart.js": "^2.9.4",
"copy-to-clipboard": "^3.3.1",
"date-fns-tz": "^1.1.4",
"humanize-duration": "^3.26.0",
"localforage": "^1.9.0",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"lodash.uniqueid": "^4.0.1",
"moment": "^2.29.4",
"moment-range": "^4.0.2",
"nuxt": "^2.15.8",
"nuxt-client-init-module": "^0.3.0",
"nuxt-compress": "^4.1.0",
"nuxt-font-loader-strategy": "^1.1.6",
"nuxt-helmet": "^2.0.1",
"nuxt-i18n": "^6.15.1",
"nuxt-purgecss": "^0.2.1",
"nuxt-responsive-loader": "^2.0.1",
"nuxt-smartlook": "^0.0.1",
"object-path": "^0.11.5",
"parse-prometheus-text-format": "^1.1.1",
"pretty-bytes": "^5.6.0",
"prism-themes": "^1.4.0",
"qs": "^6.9.4",
"splitpanes": "^2.3.6",
"sql-escape": "^1.0.1",
"sql-string-escape": "^1.1.6",
"typeface-roboto": "^1.1.13",
"vee-validate": "^3.3.8",
"vue-chartjs": "^3.5.1",
"vue-cookies": "^1.7.3",
"vue-json-pretty": "^1.7.1",
"vue-no-ssr": "^1.1.1",
"vue-prism-editor": "^0.6.1",
"vue-prismjs": "^1.2.0",
"vue-toasted": "^1.1.28",
"vue-worker": "^1.2.1",
"vuex-persist": "^3.1.3"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
"@fullhuman/postcss-purgecss": "^4.0.3",
"@fullhuman/vue-cli-plugin-purgecss": "~2.2.0",
"@nuxtjs/eslint-config": "^3.1.0",
"@nuxtjs/eslint-module": "^2.0.0",
"@nuxtjs/style-resources": "^1.0.0",
"@nuxtjs/stylelint-module": "^3.2.2",
"@nuxtjs/vuetify": "^1.11.2",
"@vue/test-utils": "^1.0.3",
"axios-retry": "^3.1.9",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-preset-vue-app": "^2.0.0",
"eslint": "^7.5.0",
"eslint-plugin-nuxt": "^1.0.0",
"git-describe": "^4.1.0",
"image-webpack-loader": "^7.0.1",
"jest": "^26.1.0",
"lodash.filter": "^4.6.0",
"material-design-icons-iconfont": "^5.0.1",
"nuxt-cookie-control": "^1.9.6",
"sass": "^1.49.8",
"sass-loader": "^10.1.1",
"stylelint": "^9.3.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-scss": "^3.18.0",
"vue-clipboards": "^1.3.0",
"vue-gtag": "^1.16.1",
"vue-template-compiler": "^2.6.11"
},
"resolutions": {
"glob-parent": "^5.1.2",
"ansi-regex": "^5.0.1",
"nth-check": "^2.0.1",
"jpeg-js": "^0.4.4",
"minimist": "^1.2.6",
"node-sass": "^7.0.0",
"scss-tokenizer": "^0.4.3",
"semver-regex": "^3.1.4",
"got": "^11.8.5",
"trim": "^0.0.3",
"trim-newlines": "^3.0.1",
"yargs-parser": "5.0.1",
"parse-path": "^5.0.0"
},
"_id": "[email protected]"
}