-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.27 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
{
"name": "poc-mfe-vite-header",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"build-debug": "node --inspect-brk=9229 ./node_modules/vite/bin/vite.js build",
"preview": "vite preview"
},
"dependencies": {
"jwt-decode": "^4.0.0"
},
"devDependencies": {
"@babel/types": "^7.24.7",
"@mdi/font": "7.4.47",
"@types/node": "^20.14.10",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-typescript": "^13.0.0",
"chalk": "^5.3.0",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-vuetify": "^1.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.4.0",
"eslint-plugin-vue": "^9.27.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"roboto-fontface": "*",
"sass": "1.77.6",
"typescript": "^5.4.2",
"unplugin-fonts": "^1.1.1",
"unplugin-vue-components": "^0.27.2",
"vite": "^5.3.3",
"vite-plugin-dts": "^4.0.0-beta.0",
"vite-plugin-externalize-dependencies": "^0.13.0",
"vite-plugin-vuetify": "^2.0.3",
"vue": "^3.4.31",
"vue-router": "^4.4.0",
"vue-tsc": "^2.0.26",
"vuetify": "^3.6.12"
}
}