forked from ltv/argon-dashboard-vue3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.86 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
{
"name": "halana-client",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vite --host 0.0.0.0",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"store": "node tools/store/index"
},
"dependencies": {
"@element-plus/icons-vue": "^1.1.4",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"@headlessui/vue": "^1.3.0",
"@heroicons/vue": "^1.0.1",
"@sentry/tracing": "^6.16.1",
"@sentry/vue": "^6.16.1",
"axios": "^0.21.1",
"buffer": "^6.0.3",
"chart.js": "^3.8.0",
"click-outside-vue3": "^4.0.1",
"element-plus": "2.1.0",
"emitter-io": "^1.39.0",
"emoji-mart-vue-fast": "^10.2.1",
"lodash": "^4.17.21",
"mitt": "^3.0.0",
"pinia": "^2.0.14",
"vee-validate": "^4.4.7",
"vue": "^3.2.27",
"vue-chart-3": "^3.1.8",
"vue-router": "^4.0.8",
"vue-sweetalert2": "^5.0.5",
"vue3-google-map": "^0.13.0",
"vuex": "^4.0.2",
"yup": "^0.32.9"
},
"devDependencies": {
"@tailwindcss/forms": "0.5.2",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.10",
"@vitejs/plugin-vue": "^2.0.1",
"@vue/compiler-sfc": "^3.2.27",
"autoprefixer": "^10.2.5",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"fs-extra": "^10.0.0",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"rollup-plugin-visualizer": "^5.5.0",
"sass": "^1.49.0",
"tailwindcss": "^3.0.15",
"typescript": "^4.5.4",
"unplugin-auto-import": "^0.5.11",
"unplugin-vue-components": "^0.17.13",
"vite": "^2.9.13",
"vite-plugin-style-import": "^1.4.1",
"vue-tsc": "^0.30.6",
"yargs": "^17.0.1"
},
"engines": {
"node": ">=14"
}
}