-
Notifications
You must be signed in to change notification settings - Fork 120
/
package.json
44 lines (44 loc) · 1.11 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": "ihr-website",
"version": "1.4.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "npx eslint --format stylish --fix",
"format": "prettier --write src/",
"test": "jest --verbose"
},
"dependencies": {
"@intlify/unplugin-vue-i18n": "^5.2.0",
"@quasar/extras": "^1.16.13",
"axios": "^1.7.7",
"dagre": "^0.8.5",
"grid-layout-plus": "^1.0.5",
"idb-keyval": "^6.2.1",
"ip-address": "^10.0.1",
"plotly.js-dist": "^2.35.2",
"quasar": "^2.17.2",
"swagger-ui": "^5.18.2",
"v-network-graph": "^0.9.18",
"vue": "^3.5.12",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@babel/preset-env": "^7.26.0",
"@eslint/js": "^9.14.0",
"@quasar/vite-plugin": "^1.8.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-prettier": "^10.1.0",
"eslint": "^9.14.0",
"eslint-plugin-vue": "^9.30.0",
"globals": "^15.12.0",
"jest": "^29.7.0",
"joi": "^17.13.3",
"prettier": "^3.3.3",
"vite": "^5.4.10"
}
}