forked from ledgerleapllc/CasperAssociationPortal
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
62 lines (62 loc) · 1.69 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
{
"name": "casper-association-portal",
"version": "0.0.1",
"description": "Casper Association Portal WebApp",
"author": "[email protected]",
"contributors": [
{
"name": "Thomas Spangler",
"email": "[email protected]"
},
{
"name": "Sam Mihal",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"scripts": {
"dev": "vite --port 5174",
"build": "vite build",
"preview": "vite preview --port 4174"
},
"dependencies": {
"@popperjs/core": "^2.11.5",
"@vuepic/vue-datepicker": "^3.6.4",
"ag-grid-community": "^28.1.0",
"ag-grid-vue3": "^28.1.0",
"apexcharts": "^3.36.3",
"bootstrap": "^5.2.0",
"datatables.net-bs5": "^1.12.1",
"datatables.net-buttons": "^2.2.3",
"datatables.net-buttons-bs5": "^2.2.3",
"datatables.net-buttons-dt": "^2.2.3",
"datatables.net-responsive-bs5": "^2.3.0",
"datatables.net-scroller-bs5": "^2.0.7",
"datatables.net-searchpanes-bs5": "^2.0.2",
"datatables.net-vue3": "^1.0.0",
"dropzone-vue": "^0.1.11",
"hellosign-embedded": "^2.10.0",
"izimodal": "^1.6.1",
"izitoast": "^1.4.0",
"jquery": "^3.6.0",
"moment": "^2.29.4",
"pdf-lib": "^1.17.1",
"qrcode.vue": "^3.3.3",
"vue": "^3.2.37",
"vue-avatar-upload": "^1.1.0",
"vue-cookies": "^1.8.1",
"vue-mobile-detection": "^2.0.1",
"vue-neat-modal": "^1.3.2",
"vue-pdf-embed": "^1.1.4",
"vue-router": "^4.1.3",
"vue-spinner": "^1.0.4",
"vue3-apexcharts": "^1.4.1",
"vue3-circle-progress": "^1.0.7",
"vue3-clipboard": "^1.0.0",
"vue3-popper": "^1.5.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.1",
"vite": "^3.0.1"
}
}