-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.86 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.86 KB
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
{
"private": true,
"author": {
"name": "Thiago Pereira",
"email": "ths.pereira@gmail.com",
"url": "https://www.thsdeveloper.com.br"
},
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"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",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"lint": "eslint --fix --ext .js,.vue resources/js",
"heroku-postbuild": "npm run prod"
},
"engines": {
"node": "10.23.0",
"npm": "6.14.8"
},
"dependencies": {
"@mdi/font": "^4.2.95",
"algoliasearch": "^3.35.1",
"animate.css": "^3.7.2",
"apexcharts": "^3.8.6",
"axios": "^0.21.1",
"babel-eslint": "^8.0.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"bootstrap": "^4.3.1",
"cross-env": "^5.2.1",
"downloadjs": "^1.4.7",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-config-vuetify": "^0.4.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^5.2.3",
"eslint-plugin-vuetify": "^1.0.0-beta.3",
"firebase": "^8.2.6",
"google-maps-api-loader": "^1.1.1",
"jquery": "^3.4.1",
"js-cookie": "^2.2.1",
"laravel-echo": "^1.5.4",
"laravel-mix": "^2.1.11",
"lottie-vuejs": "^0.3.7",
"material-design-icons-iconfont": "^6.1.0",
"moment": "^2.24.0",
"popper.js": "^1.15.0",
"postinstall": "*",
"pusher-js": "^4.4.0",
"sweetalert2": "^7.33.1",
"v-mask": "^2.0.2",
"v-money": "^0.8.1",
"vform": "^1.0.1",
"vue": "^2.6.10",
"vue-apexcharts": "^1.5.0",
"vue-content-loading": "^1.6.0",
"vue-croppa": "^1.3.8",
"vue-i18n": "^7.6.0",
"vue-instantsearch": "^2.7.0",
"vue-loading-overlay": "^3.2.0",
"vue-meta": "^2.4.0",
"vue-moment": "^4.0.0",
"vue-recyclerview": "^0.4.1",
"vue-recyclist": "^1.0.8",
"vue-router": "^3.1.3",
"vue-social-sharing": "^3.0.4",
"vue-template-compiler": "^2.6.10",
"vue-the-mask": "^0.11.1",
"vue-toasted": "^1.1.27",
"vue-upload-component": "^2.8.20",
"vue2-editor": "^2.10.2",
"vue2-google-maps": "^0.10.7",
"vuefire": "^2.2.5",
"vuetify": "^2.4.5",
"vuetify-upload-button": "^1.2.2",
"vuex": "^3.1.1",
"vuex-router-sync": "^5.0.0",
"vuexfire": "^3.2.5"
}
}