-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.74 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
{
"name": "vue-start-admin",
"type": "module",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit --skipLibCheck",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@floating-ui/dom": "1.6.11",
"@fortawesome/fontawesome-free": "6.6.0",
"@vueform/multiselect": "2.6.10",
"@yaireo/tagify": "4.31.3",
"animate.css": "4.1.1",
"apexcharts": "3.54.0",
"axios": "1.7.7",
"bootstrap": "5.3.3",
"bootstrap-icons": "1.11.3",
"clipboard": "2.0.11",
"dayjs": "1.11.13",
"deepmerge": "4.3.1",
"dropzone": "6.0.0-beta.2",
"element-plus": "2.8.4",
"line-awesome": "1.3.0",
"nouislider": "15.8.1",
"object-path": "0.11.8",
"pinia": "2.1.7",
"prism-themes": "1.9.0",
"prismjs": "1.29.0",
"quill": "2.0.2",
"socicon": "3.0.5",
"sweetalert2": "11.14.1",
"vee-validate": "4.13.2",
"vue": "3.4.29",
"vue-axios": "3.5.2",
"vue-inline-svg": "3.1.4",
"vue-router": "4.3.3",
"vue3-apexcharts": "1.6.0",
"yup": "1.4.0"
},
"devDependencies": {
"@antfu/eslint-config": "3.7.3",
"@tsconfig/node20": "20.1.4",
"@types/bootstrap": "5.2.10",
"@types/node": "20.14.5",
"@types/object-path": "0.11.4",
"@types/prismjs": "1.26.4",
"@types/yaireo__tagify": "4.27.0",
"@vitejs/plugin-vue": "5.0.5",
"@vitejs/plugin-vue-jsx": "4.0.0",
"@vue/tsconfig": "0.5.1",
"axios-mock-adapter": "2.0.0",
"eslint": "8.57.1",
"eslint-plugin-format": "0.1.2",
"sass": "1.77.6",
"typescript": "5.4.0",
"vite": "5.3.1",
"vite-plugin-vue-devtools": "7.3.1",
"vue-tsc": "2.0.21"
}
}