-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 loc) · 2.29 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"cross-env": "^7.0.3",
"epic-spinners": "^1.1.0",
"jquery": "^3.5.1",
"jquery-nice-select": "^1.1.0",
"laravel-mix": "^6.0.11",
"lodash": "^4.17.20",
"popper.js": "^1.12",
"resolve-url-loader": "^2.3.1",
"sass": "^1.37.5",
"sass-loader": "^12.1.0",
"tachyons": "^4.12.0",
"vue": "^2.6.12",
"vue-loader": "^15.9.5"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/vue-fontawesome": "^2.0.2",
"@fullhuman/postcss-purgecss": "^4.0.0",
"@tailwindcss/jit": "^0.1.6",
"@tailwindcss/postcss7-compat": "^2.1.4",
"@vuikit/icons": "^0.8.1",
"@vuikit/theme": "^0.8.1",
"autoprefixer": "^9",
"bootstrap-vue": "^2.21.1",
"cropper": "^0.7.9",
"easymde": "^2.13.0",
"element-ui": "^2.14.1",
"filepond": "^4.26.0",
"filepond-plugin-file-validate-type": "^1.2.6",
"filepond-plugin-image-preview": "^4.6.6",
"merge-webpack-plugin": "^0.2.1",
"moment": "^2.29.1",
"numeral": "^2.0.6",
"postcss": "^8.3.1",
"postcss-import": "^13.0.0",
"sanitize-html": "^2.3.3",
"sweetalert2": "^10.12.5",
"swiper": "^5.4.5",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"toastr": "^2.1.4",
"uikit": "^3.6.5",
"v-calendar": "^2.2.0",
"vee-validate": "^2.1.5",
"vform": "^1.0.1",
"vue-filepond": "^7.0.0",
"vue-gmaps": "^0.2.2",
"vue-recaptcha-v3": "^1.9.0",
"vue-router": "^3.4.9",
"vue-simple-range-slider": "^0.1.10",
"vue-tel-input": "^4.4.2",
"vue-template-compiler": "^2.6.12",
"vue2-datepicker": "^3.9.0",
"vuex": "^3.6.0",
"vuikit": "^0.8.10"
}
}