-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
51 lines (51 loc) · 1.35 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
{
"name": "yeti-frontend",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite --host",
"build": "vite build",
"build-check": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore"
},
"dependencies": {
"axios": "^1.7.4",
"@date-io/moment": "^3.0.0",
"@mdi/font": "^7.4.47",
"@sigma/edge-curve": "^3.0.0-beta.16",
"core-js": "^3.29.0",
"dompurify": "^3.0.6",
"graphology": "^0.25.4",
"graphology-layout": "^0.6.1",
"graphology-layout-force": "^0.2.4",
"graphology-layout-forceatlas2": "^0.10.1",
"graphology-layout-noverlap": "^0.4.2",
"lodash": "^4.17.21",
"marked": "^15.0.3",
"mitt": "^3.0.1",
"moment": "^2.30.1",
"nvm": "^0.0.4",
"pinia": "^2.0.0",
"roboto-fontface": "*",
"sigma": "^3.0.0-beta.33",
"vue": "^3.2.0",
"vue-router": "^4.0.0",
"vuetify": "^3.0.0",
"yaml": "^2.4.3"
},
"devDependencies": {
"@babel/types": "^7.21.4",
"@types/node": "^22.10.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-typescript": "^14.1.4",
"eslint": "^9.16.0",
"eslint-plugin-vue": "^9.3.0",
"sass": "^1.60.0",
"typescript": "^5.0.0",
"unplugin-fonts": "^1.0.3",
"vite": "^5.4.11",
"vite-plugin-vuetify": "^2.0.4",
"vue-tsc": "^2.1.10"
}
}