-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 929 Bytes
/
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
{
"name": "bq-frontend",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@sipec/vue3-tags-input": "^3.0.4",
"@vueform/multiselect": "^2.1.0",
"element-plus": "^1.0.2-beta.58",
"file-saver": "^2.0.5",
"js-yaml": "^4.1.0",
"jszip": "^3.7.0",
"uuid": "^8.3.2",
"vue": "^3.0.5",
"vue-click-outside": "^1.1.0",
"vue-i18n": "^8.25.0",
"vue-moment": "^4.1.0",
"vue3-ace-editor": "^2.0.2",
"vue3-i18n": "^1.0.1",
"yaml": "^2.0.0-7"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.2.5",
"@vue/compiler-sfc": "^3.0.5",
"babel-plugin-import": "^1.13.3",
"element-theme-chalk": "^2.15.3",
"raw-loader": "^4.0.2",
"sass": "^1.36.0",
"sass-loader": "^12.1.0",
"vite": "^2.4.3",
"vite-plugin-style-import": "^1.0.1",
"vite-svg-loader": "^2.1.1"
}
}