-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.19 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
{
"name": "cratedb-alt-admin",
"version": "0.0.3",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore"
},
"dependencies": {
"@mdi/font": "7.0.96",
"@vue-flow/background": "^1.3.0",
"@vue-flow/controls": "^1.1.2",
"@vue-flow/core": "^1.41.0",
"@vue-flow/minimap": "^1.5.0",
"@vueuse/core": "^10.6.0",
"ace-builds": "^1.28.0",
"chart.js": "^4.4.0",
"core-js": "^3.29.0",
"dexie": "^3.2.4",
"json-tree-view-vue3": "^0.3.1",
"openai": "^4.38.5",
"pinia": "^2.0.0",
"pinia-plugin-persistedstate": "^3.2.0",
"roboto-fontface": "*",
"semver": "^7.5.4",
"sql-formatter": "^13.0.0",
"sql-formatter-plus": "^1.3.6",
"vue": "^3.2.0",
"vue-router": "^4.0.0",
"vue3-ace-editor": "^2.2.3",
"vue3-apexcharts": "^1.4.4",
"vue3-markdown-it": "^1.0.10",
"vuetify": "^3.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"eslint": "^8.37.0",
"eslint-plugin-vue": "^9.3.0",
"sass": "^1.60.0",
"unplugin-fonts": "^1.0.3",
"vite": "^4.2.0",
"vite-plugin-vuetify": "^1.0.0"
}
}