-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
109 lines (109 loc) · 4 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
99
100
101
102
103
104
105
106
107
108
109
{
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch-poll": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --watch-poll --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.7",
"@fortawesome/fontawesome-free-brands": "^5.0.12",
"@fortawesome/fontawesome-free-regular": "^5.0.12",
"@fortawesome/fontawesome-free-solid": "^5.0.12",
"@fortawesome/vue-fontawesome": "^0.0.22",
"axios": "^0.18.1",
"bootstrap": "^4.0.0",
"bootstrap-less": "^3.3.8",
"bootstrap-sass": "^3.3.7",
"bootstrap-slider": "^10.0.0",
"bourbon": "^4.3.4",
"flickity": "^2.0.10",
"font-awesome": "^4.7.0",
"gsap": "^1.20.3",
"hammerjs": "^2.0.8",
"imagesloaded": "^4.1.4",
"ionicons": "^2.0.1",
"jarallax": "^1.9.3",
"jquery": "^3.3.1",
"jquery-countdown": "^2.2.0",
"jquery-validation": "^1.17.0",
"js-cookie": "^2.2.0",
"keymaster": "^1.6.2",
"laravel-echo": "^1.4.0",
"lodash.debounce": "^4.0.8",
"moment": "^2.22.1",
"moment-timezone": "^0.5.14",
"nanoscroller": "^0.8.7",
"object-fit-images": "^3.2.3",
"photoswipe": "^4.1.2",
"popper.js": "^1.12.9",
"pusher-js": "^4.1.0",
"socket.io-client": "^2.1.1",
"soundmanager2": "^2.97.20170602",
"sticky-kit": "git://github.com/leafo/sticky-kit#master",
"summernote": "^0.8.9",
"svg-sprite-loader": "^3.6.2",
"sweetalert2": "^7.3.5",
"tether": "^1.4.3",
"vform": "^0.8.1",
"vue": "^2.6.10",
"vue-carousel": "^0.6.5",
"vue-clipboards": "^1.1.0",
"vue-core-image-upload": "^2.4.6",
"vue-flickity": "^1.1.2",
"vue-fullcalendar": "^1.0.9",
"vue-i18n": "^7.3.4",
"vue-js-modal": "^1.2.9",
"vue-meta": "^1.4.2",
"vue-password-strength-meter": "^1.1.1",
"vue-recaptcha": "^1.1.0",
"vue-router": "^3.0.1",
"vue-social-sharing": "^2.3.3",
"vue-sticky": "^3.1.5",
"vue2-datepick": "^2.1.0",
"vue2-datepicker": "^2.11.2",
"vue2-timepicker": "^0.1.4",
"vuex": "^3.0.1",
"vuex-router-sync": "^5.0.0",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-async-to-generator": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"browser-sync": "^2.13.0",
"cross-env": "^5.1.0",
"del": "^3.0.0",
"eslint": "^4.15.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.3.0",
"eslint-plugin-vue-libs": "^2.1.0",
"husky": "^0.14.3",
"laravel-mix": "^1.7.2",
"less": "^2.7.2",
"less-loader": "^4.0.4",
"moment": "^2.22.1",
"npm-run-all": "^4.1.2",
"select2": "^4.0.3",
"string-template": "^1.0.0",
"stylelint": "^8.4.0",
"stylelint-config-recommended-scss": "^3.0.0",
"stylelint-config-standard": "^18.0.0",
"stylelint-order": "^0.8.0",
"stylelint-scss": "^2.3.0",
"vinyl-named": "^1.1.0",
"vue-template-compiler": "^2.5.13",
"vue2-collapse": "^1.0.12",
"webpack-bundle-analyzer": "^2.9.2"
}
}