-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.75 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.75 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "evitalab",
"private": true,
"scripts": {
"dev": "vite",
"dev-driver": "env VITE_RUN_MODE=\"DRIVER\" vite",
"build": "vue-tsc --noEmit && vite build",
"build-driver": "vue-tsc --noEmit && env VITE_RUN_MODE=\"DRIVER\" vite build",
"preview": "vite preview --port 3000",
"lint": "eslint . --fix --ignore-path .gitignore",
"test": "vitest"
},
"dependencies": {
"@bufbuild/protobuf": "^2.5.2",
"@bufbuild/protoc-gen-es": "^2.5.2",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/lang-yaml": "^6.1.2",
"@connectrpc/connect": "^2.0.2",
"@connectrpc/connect-web": "^2.0.2",
"@connectrpc/protoc-gen-connect-es": "^1.6.1",
"@ddietr/codemirror-themes": "^1.5.1",
"@lukashornych/codemirror-lang-evitaql": "^1.4.1",
"@mdi/font": "7.4.47",
"@tsconfig/node22": "^22.0.2",
"@types/dompurify": "^3.2.0",
"@types/keymaster": "^1.6.33",
"@types/markdown-it": "^14.1.2",
"@types/markdown-it-emoji": "^3.0.1",
"@vue/tsconfig": "^0.7.0",
"apexcharts": "^4.7.0",
"buf": "^0.1.1",
"cm6-graphql": "^0.2.1",
"codemirror": "^6.0.2",
"core-js": "^3.43.0",
"dompurify": "^3.2.6",
"graphql": "^16.11.0",
"highlight.js": "^11.11.1",
"immutable": "^5.1.3",
"keymaster": "^1.6.2",
"ky": "^1.8.1",
"luxon": "^3.6.1",
"lz-string": "^1.5.0",
"markdown-it": "^14.1.0",
"markdown-it-emoji": "^3.0.0",
"markdown-it-highlightjs": "^4.2.0",
"pinia": "^3.0.3",
"semver": "^7.7.2",
"splitpanes": "^4.0.4",
"store2": "^2.14.4",
"unplugin-auto-import": "^19.3.0",
"unplugin-fonts": "^1.3.1",
"unplugin-vue": "^6.2.0",
"unplugin-vue-components": "^28.7.0",
"unplugin-vue-router": "^0.12.0",
"uuid": "^11.1.0",
"vite-plugin-vue-layouts-next": "^0.1.5",
"vue": "^3.5.17",
"vue-codemirror": "^6.1.1",
"vue-histogram-slider": "^0.3.8",
"vue-i18n": "11.1.10",
"vue-router": "^4.5.1",
"vue-toastification": "^2.0.0-rc.5",
"vue3-apexcharts": "^1.8.0",
"vuetify": "^3.8.11",
"webfontloader": "^1.6.28",
"xml-formatter": "^3.6.6",
"xxhashjs": "^0.2.2"
},
"devDependencies": {
"@babel/types": "^7.27.6",
"@bufbuild/buf": "^1.55.1",
"@types/luxon": "^3.6.2",
"@types/node": "24.0",
"@types/splitpanes": "^2.2.6",
"@types/uuid": "^10.0.0",
"@types/webfontloader": "^1.6.38",
"@types/xxhashjs": "^0.2.4",
"@vitejs/plugin-vue": "^6.0.0",
"@vue/eslint-config-typescript": "^14.5.1",
"eslint": "9.29.0",
"eslint-plugin-vue": "^10.2.0",
"sass": "^1.89.2",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"vite": "^7.1.11",
"vite-plugin-vuetify": "^2.1.1",
"vitest": "^3.2.4",
"vue-tsc": "^2.2.10"
}
}