-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
48 lines (48 loc) · 1.31 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
{
"name": "digital-product-pass-frontend",
"version": "2.0.1",
"private": true,
"scripts": {
"serve": "vite --host localhost",
"clean": "rimraf ./node_modules/.vite",
"build:analyze": "vite build --mode analyze",
"build:clean": "rimraf dist",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"preview": "vite preview",
"build": "vite build"
},
"dependencies": {
"@mdi/font": "5.9.55",
"@popperjs/core": "^2.11.2",
"@vitejs/plugin-vue": "^4.0.0",
"axios": ">=1.6.0",
"core-js": "^3.8.3",
"crypto-js": "^4.2.0",
"eslint-config-prettier": "^8.5.0",
"keycloak-js": "^19.0.1",
"path": "^0.12.7",
"popper.js": "^1.16.1",
"rimraf": "^4.1.2",
"vite": ">=4.1.5",
"vite-plugin-vuetify": "^1.0.2",
"vue": "^3.2.47",
"vue-i18n": "9.2.2",
"vue-router": "^4.0.13",
"vue3-qrcode-reader": "^0.0.1",
"vuetify": "^3.1.4",
"vuex": "^4.0.2",
"vuex-persistedstate": "^4.1.0",
"webfontloader": "^1.0.0"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-plugin-vue": "^9.9.0",
"rollup-plugin-visualizer": "^5.9.0",
"sass": "^1.58.0",
"vite-plugin-checker": "^0.5.5",
"vue-tsc": "^1.0.24"
},
"overrides": {
"semver": "^7.5.3"
}
}