-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.29 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": "template-vue3-dashboard",
"version": "0.0.1",
"description": "Basic Vue3 Dashboard",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore"
},
"dependencies": {
"@mdi/font": "7.0.96",
"axios": "^1.3.3",
"core-js": "^3.8.3",
"moment": "^2.29.4",
"pinia": "^2.0.23",
"pino": "^8.10.0",
"roboto-fontface": "*",
"vue": "^3.2.13",
"vue-router": "^4.0.0",
"vuetify": "^3.0.0",
"vuex": "^4.1.0",
"webfontloader": "^1.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.3",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"sass": "^1.55.0",
"vite": "^3.1.9",
"vite-plugin-vuetify": "^1.0.0-alpha.12"
},
"bugs": {
"url": "https://github.com/mi-sec/template-vue3-dashboard/issues"
},
"homepage": "https://github.com/mi-sec/template-vue3-dashboard#readme",
"keywords": [
"vue",
"dashboard",
"template"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mi-sec/template-vue3-dashboard.git"
}
}