-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.19 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
{
"name": "demo-vue-oidc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "tsc --noEmit && vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"chart.js": "^4.1.1",
"core-js": "^3.8.3",
"oidc-client": "^1.11.3",
"vue": "^2.6.12",
"vue-chartist": "^3.0.0",
"vue-chartjs": "^5.1.0",
"vue-class-component": "^7.2.6",
"vue-i18n": "^9.2.2",
"vue-property-decorator": "^9.1.2",
"vue-router": "^4.1.6",
"vuetify": "^2.4.0",
"vuex": "^4.1.0",
"vuex-oidc": "^4.0.1"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.1.0",
"@vue/eslint-config-prettier": "7.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"eslint": "^8.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.8.0",
"lodash": "^4.17.21",
"prettier": "2.8.1",
"sass": "^1.32.7",
"sass-loader": "^13.2.0",
"typescript": "~4.9.4",
"vite": "^4.0.3",
"vite-plugin-components": "^0.13.2",
"vite-plugin-vue2": "^2.0.3",
"vue-template-compiler": "^2.6.12",
"vuetify-loader": "^1.7.0"
}
}