-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.2 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.2 KB
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": "udash",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "eslint --fix src/"
},
"dependencies": {
"@auth0/auth0-vue": "^2.5.0",
"@mdi/font": "^7.4.47",
"axios": "^1.15.0",
"chart.js": "^4.5.1",
"core-js": "^3.49.0",
"highlight.js": "^11.11.1",
"js-yaml": "^4.1.1",
"roboto-fontface": "^0.10.0",
"vue": "^3.5.32",
"vue-chartjs": "^5.3.3",
"vue-mermaid-string": "^8.0.2",
"vue-router": "^4.0.12",
"vuetify": "^4.0.5",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/eslint-parser": "^7.28.6",
"@eslint/js": "^9.39.4",
"@vue/cli-plugin-babel": "^5.0.9",
"@vue/cli-plugin-eslint": "^5.0.9",
"@vue/cli-plugin-router": "^5.0.9",
"@vue/cli-service": "^5.0.9",
"eslint": "^9.39.4",
"eslint-plugin-vue": "^10.8.0",
"eslint-webpack-plugin": "^6.0.0",
"globals": "^17.5.0",
"vue-cli-plugin-vuetify": "^2.5.8",
"vue-eslint-parser": "^10.4.0",
"webpack-plugin-vuetify": "^3.1.3"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
]
}