-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
81 lines (81 loc) · 2.33 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
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
{
"name": "evitalab",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview --port 3000",
"lint": "eslint . --fix --ignore-path .gitignore",
"test": "vitest"
},
"dependencies": {
"@bufbuild/protobuf": "^1.10.0",
"@bufbuild/protoc-gen-es": "^1.10.0",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-xml": "^6.0.2",
"@codemirror/lang-yaml": "^6.1.1",
"@connectrpc/connect": "^1.4.0",
"@connectrpc/connect-web": "^1.4.0",
"@connectrpc/protoc-gen-connect-es": "^1.4.0",
"@ddietr/codemirror-themes": "^1.4.2",
"@lukashornych/codemirror-lang-evitaql": "1.3.0",
"@mdi/font": "7.0.96",
"@types/dompurify": "^3.0.4",
"@types/keymaster": "^1.6.33",
"@types/markdown-it": "^13.0.2",
"@types/markdown-it-emoji": "^2.0.2",
"apexcharts": "^3.45.1",
"buf": "^0.1.1",
"cm6-graphql": "^0.0.9",
"codemirror": "^6.0.1",
"core-js": "^3.29.0",
"dompurify": "^3.0.6",
"graphql": "^16.7.1",
"highlight.js": "^11.9.0",
"immutable": "^4.3.6",
"keymaster": "^1.6.2",
"ky": "^0.33.3",
"luxon": "^3.4.4",
"lz-string": "^1.5.0",
"markdown-it": "^13.0.2",
"markdown-it-emoji": "^2.0.2",
"markdown-it-highlightjs": "^4.0.1",
"pinia": "^2.1.7",
"semver": "^7.6.2",
"splitpanes": "^3.1.5",
"store2": "^2.14.2",
"uuid": "^9.0.0",
"vue": "^3.4.38",
"vue-codemirror": "^6.1.1",
"vue-histogram-slider": "^0.3.8",
"vue-i18n": "9",
"vue-router": "^4.0.0",
"vue-toastification": "^2.0.0-rc.5",
"vue3-apexcharts": "^1.4.4",
"vuetify": "^3.7.2",
"webfontloader": "^1.0.0",
"xml-formatter": "^3.5.0",
"xxhashjs": "^0.2.2"
},
"devDependencies": {
"@babel/types": "^7.21.4",
"@bufbuild/buf": "^1.34.0",
"@types/luxon": "^3.4.2",
"@types/node": "^18.15.0",
"@types/splitpanes": "^2.2.1",
"@types/uuid": "^9.0.2",
"@types/webfontloader": "^1.6.35",
"@types/xxhashjs": "^0.2.4",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"sass": "^1.60.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"vite": "^4.2.0",
"vite-plugin-vuetify": "^1.0.0",
"vitest": "^1.6.0",
"vue-tsc": "^1.2.0"
}
}