-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 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
{
"name": "client",
"engines": {
"node": "19.6.1"
},
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port 8080",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/vue": "^1.7.13",
"@heroicons/vue": "^2.0.18",
"@vueform/multiselect": "^2.6.2",
"@vueuse/core": "^10.1.2",
"aos": "^3.0.0-beta.6",
"axios": "^1.4.0",
"element-plus": "^2.3.7",
"graphql": "^16.8.1",
"graphql-combine-query": "^1.2.4",
"graphql-tag": "^2.12.6",
"lodash": "^4.17.21",
"md-editor-v3": "^4.12.2",
"pinia": "^2.0.35",
"sass": "^1.62.1",
"simple-notify": "^0.5.5",
"sweetalert2": "^11.10.7",
"vue": "^3.4.21",
"vue-router": "4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"autoprefixer": "^10.4.14",
"mini-svg-data-uri": "^1.4.4",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"unplugin-auto-import": "^0.16.4",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.3.2"
}
}