-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
49 lines (49 loc) · 1.52 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.2.0",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/vue-fontawesome": "^2.0.2",
"@popperjs/core": "^2.11.6",
"@vitejs/plugin-vue2": "^2.0.0",
"@yaireo/tagify": "^4.0.0",
"axios": "^0.21.0",
"bootstrap": "^4.6.2",
"bootstrap-vue": "^2.17.3",
"chart.js": "^2.9.3",
"chartjs-plugin-datalabels": "^1.0.0",
"copy-to-clipboard": "^3.3.3",
"eslint": "^8.1.0",
"eslint-plugin-vue": "^8.0.0",
"fslightbox-vue": "^1.2.0",
"google-palette": "^1.1.0",
"iban": "0.0.14",
"jquery": "^3.5.1",
"laravel-vite-plugin": "^0.8.0",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"node-snackbar": "^0.1.16",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"qs": "^6.11.0",
"sass": "^1.55.0",
"slugify": "^1.4.5",
"string-to-color": "^2.2.2",
"vee-validate": "^3.4.2",
"vite": "^4.0.4",
"vue": "^2.6.12",
"vue-chartjs": "^3.5.1",
"vue-html-to-paper": "^1.4.5",
"vue-i18n": "^8.22.0",
"vue-loader": "^15.9.5",
"vue-router": "^3.4.7",
"vue-template-compiler": "^2.6.12",
"vuex": "^3.5.1"
}
}