-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.44 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
{
"name": "privatewebsite-frontend",
"version": "1.2.1",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore"
},
"dependencies": {
"@mdi/font": "7.4.47",
"axios": "^1.7.7",
"core-js": "^3.37.1",
"file-saver": "^2.0.5",
"js-cookie": "^3.0.5",
"md-editor-v3": "^5.0.2",
"roboto-fontface": "*",
"vue": "^3.4.31",
"vuetify": "^3.7.0"
},
"devDependencies": {
"@babel/types": "^7.24.7",
"@eslint/config-array": "^0.18.0",
"@eslint/object-schema": "^2.1.4",
"@types/file-saver": "^2.0.7",
"@types/js-cookie": "^3.0.6",
"@types/node": "^22.9.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-typescript": "^14.1.3",
"eslint": "^9.10.0",
"eslint-config-vuetify": "^2.0.5",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.13.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-vue": "^9.27.0",
"glob": "latest",
"lru-cache": "^11.0.1",
"pinia": "^2.1.7",
"sass": "1.81.0",
"typescript": "^5.4.2",
"unplugin-auto-import": "^0.18.4",
"unplugin-fonts": "^1.1.1",
"unplugin-vue-components": "^0.27.2",
"unplugin-vue-router": "^0.10.0",
"vite": "^5.3.3",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-plugin-vuetify": "^2.0.3",
"vue-router": "^4.4.0",
"vue-tsc": "^2.0.26"
}
}