forked from SUSUSSG/PenGreenLiveFrontEnd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.5 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "dashcode",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite --mode development",
"build": "vite build --mode production",
"preview": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
},
"dependencies": {
"@amcharts/amcharts5": "^5.1.3",
"@amcharts/amcharts5-geodata": "^5.0.2",
"@fullcalendar/core": "6.0.3",
"@fullcalendar/daygrid": "6.0.3",
"@fullcalendar/interaction": "6.0.3",
"@fullcalendar/list": "6.0.3",
"@fullcalendar/timegrid": "6.0.3",
"@fullcalendar/vue3": "6.0.3",
"@headlessui/vue": "^1.6.4",
"@stomp/stompjs": "^7.0.0",
"@tosspayments/payment-widget-sdk": "^0.10.2",
"@videojs-player/vue": "^1.0.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue-leaflet/vue-leaflet": "^0.6.1",
"@vueup/vue-quill": "^1.0.0",
"animate.css": "^4.1.1",
"apexcharts": "^3.35.5",
"autoprefixer": "^10",
"axios": "^1.6.8",
"chart.js": "^3.9.1",
"core-js": "^3.8.3",
"dayjs": "^1.11.6",
"gsap": "^3.11.3",
"leaflet": "^1.9.2",
"lottie-web": "^5.12.2",
"net": "^1.0.2",
"openvidu-browser": "2.29.0",
"pinia": "^2.0.28",
"postcss": "^8",
"simplebar": "^5.3.8",
"simplebar-vue3": "^0.2.0",
"sockjs-client": "^1.6.1",
"swiper": "^8.2.6",
"tailwindcss": "^3",
"uuid": "^9.0.0",
"v-calendar": "^3.0.0-alpha.8",
"vee-validate": "^4.5.11",
"video.js": "^7.20.3",
"vite": "^4.0.4",
"vue": "^3.2.13",
"vue-chartjs": "^4.1.1",
"vue-cleave-component": "^3.0.1",
"vue-daum-postcode": "^1.2.1",
"vue-flatpickr-component": "^9",
"vue-good-table-next": "^0.2.1",
"vue-router": "^4.0.3",
"vue-select": "^4.0.0-beta.5",
"vue-sweetalert2": "^5.0.5",
"vue-tailwind-datepicker": "^1.1.2",
"vue-tippy": "^6.0.0-alpha.62",
"vue-toastification": "^2.0.0-rc.5",
"vue3-apexcharts": "^1.4.1",
"vue3-click-away": "^1.2.4",
"vue3-dropzone": "^2.0.1",
"vuedraggable": "^4.1.0",
"vuex": "^4.0.2",
"vuex-persistedstate": "^4.1.0",
"webstomp-client": "^1.2.6",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@iconify/vue": "^3.2.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.0.3",
"prettier": "^2.4.1",
"sass": "^1.52.3",
"vite-plugin-vue-images": "^0.6.1",
"vue-cli-plugin-tailwind": "~3.0.0"
}
}