-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 3.56 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
{
"private": true,
"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 --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.2.0",
"@fortawesome/fontawesome-svg-core": "^1.2.2",
"@fortawesome/free-solid-svg-icons": "^5.2.0",
"@fortawesome/vue-fontawesome": "^0.1.1",
"@types/socket.io-client": "^1.4.32",
"alertifyjs": "^1.13.1",
"bootstrap": "^4.1.1",
"bootstrap-vue": "^2.0.0-rc.10",
"cors": "^2.8.5",
"font-awesome": "^4.7.0",
"ionicons": "^4.1.2",
"jquery": "^3.3.1",
"laravel-echo": "^1.5.4",
"moment": "^2.24.0",
"pusher-js": "^4.4.0",
"vee-validate": "^2.2.0",
"vue": "^2.5.2",
"vue-authenticate": "^1.4.1",
"vue-axios": "^2.1.4",
"vue-croppa": "^1.3.8",
"vue-gallery-slideshow": "^1.3.1",
"vue-google-adsense": "^1.6.0",
"vue-moment": "^4.0.0",
"vue-notification": "^1.3.16",
"vue-router": "^3.0.1",
"vue-script2": "^2.1.0",
"vue-select": "^2.5.1",
"vue-simple-alert": "^1.1.1",
"vue-socket.io": "^3.0.7",
"vue-socket.io-extended": "^3.2.1",
"vue-the-mask": "^0.11.1",
"vue-toasted": "^1.1.27",
"vuejs-datepicker": "^1.5.2"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"autoprefixer": "^7.1.2",
"axios": "^0.18.0",
"bootstrap": "^4.0.0",
"chalk": "^2.0.1",
"compression-webpack-plugin": "^2.0.0",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^5.1",
"css-loader": "^0.28.0",
"eslint": "^4.15.0",
"eslint-config-airbnb-base": "^11.3.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-vue": "^4.0.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^1.1.4",
"friendly-errors-webpack-plugin": "^1.6.1",
"html-webpack-plugin": "^2.30.1",
"jquery": "^3.2",
"laravel-mix": "^4.0.15",
"lodash": "^4.17.11",
"node-notifier": "^5.1.2",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"ora": "^1.2.0",
"popper.js": "^1.12",
"portfinder": "^1.0.13",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.8",
"postcss-url": "^7.2.1",
"resolve-url-loader": "2.3.1",
"rimraf": "^2.6.0",
"sass": "^1.20.1",
"sass-loader": "7",
"semver": "^5.3.0",
"shelljs": "^0.7.6",
"uglifyjs-webpack-plugin": "^1.1.1",
"url-loader": "^0.5.8",
"vue": "^2.5.7",
"vue-lazy-background-images": "^1.0.0",
"vue-loader": "^14.2.2",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.5.2"
}
}