-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 3.34 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
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "client",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@coreui/vue": "^4.2.0",
"@dicebear/avatars": "^4.10.2",
"@dicebear/avatars-initials-sprites": "^4.10.2",
"@headlessui/vue": "^1.5.0",
"@heroicons/vue": "^1.0.5",
"@popperjs/core": "^2.11.5",
"@vee-validate/rules": "^4.5.11",
"ant-design-vue": "^3.2.0",
"axios": "^0.26.0",
"bootstrap": "^5.1.3",
"bootstrap-vue-3": "^0.1.9",
"core-js": "^3.6.5",
"element-plus": "^2.1.8",
"emoji-picker-element": "^1.11.2",
"flowbite": "^1.4.1",
"html-to-pdfmake": "^2.3.11",
"html2canvas": "^1.4.1",
"html2pdf.js": "^0.9.1",
"jspdf": "^2.5.1",
"litepie-datepicker": "^1.0.14",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"pdfmake": "^0.2.5",
"primevue": "^3.12.5",
"pusher-js": "^7.0.6",
"register-service-worker": "^1.7.1",
"socket.io-client": "^4.4.1",
"tw-elements": "^1.0.0-alpha11",
"uuid": "^8.3.2",
"vee-validate": "^4.5.11",
"vue": "^3.0.0",
"vue-clipboard3": "^2.0.0",
"vue-heroicons": "^0.9.4",
"vue-html2pdf": "^1.8.0",
"vue-media-upload": "^1.1.3",
"vue-router": "^4.0.0-0",
"vue-timeago3": "^2.1.2",
"vue-uuid": "^3.0.0",
"vue3-carousel": "^0.1.38",
"vue3-date-time-picker": "^2.7.0",
"vue3-discordpicker": "^1.1.0",
"vue3-emoji-picker": "^1.1.2",
"vue3-hooks": "^1.0.2",
"vue3-html2pdf": "^1.1.2",
"vue3-popper": "^1.4.2",
"vue3-simple-html2pdf": "^0.0.6",
"vue3-tailwind-datepicker": "^1.0.16",
"vue3-timeago": "^1.0.6",
"vuex": "^4.0.0-0",
"yup": "^0.32.11"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-e2e-cypress": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.15",
"@vue/cli-plugin-pwa": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-unit-jest": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-airbnb": "^5.0.2",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/test-utils": "^2.0.0-0",
"autoprefixer": "^9.8.8",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^7.0.0",
"laravel-echo": "^1.11.4",
"naive-ui": "^2.27.0",
"postcss": "^7.0.39",
"prettier": "^2.2.1",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
"typescript": "~3.9.3",
"vue-cli-plugin-vuestic-ui": "~1.0.5",
"vue-jest": "^5.0.0-0"
}
}