-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.57 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
{
"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": "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": "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",
"build": "npm run production",
"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 resources/assets/js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/vue-fontawesome": "^0.1.10",
"axios": "^0.21.1",
"bootstrap": "^4.5.3",
"dropzone": "^5.7.2",
"fsevents": "^2.1.3",
"i": "^0.3.6",
"jquery": "^3.5.1",
"js-cookie": "^2.2.1",
"laravel-echo": "^1.9.0",
"moment": "^2.29.1",
"npm": "^6.14.8",
"object-to-formdata": "^2.3.1",
"popper.js": "^1.16.1",
"pusher-js": "^4.4.0",
"quagga": "^0.12.1",
"sw-precache-webpack-plugin": "^0.11.4",
"sweetalert2": "^6.11.5",
"vform": "^0.8.1",
"vue": "^2.6.12",
"vue-analytics": "^5.22.1",
"vue-fuse": "^1.5.2",
"vue-i18n": "^7.8.1",
"vue-meta": "^1.6.0",
"vue-router": "^3.4.7",
"vue-social-sharing": "^2.4.7",
"vue-stripe-elements-plus": "^0.2.10",
"vuebars": "^0.1.6",
"vuetrend": "^0.3.4",
"vuex": "^3.5.1",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"babel-preset-stage-2": "^6.24.1",
"bootstrap-sass": "^3.4.1",
"cross-env": "^5.2.1",
"eslint": "^4.19.1",
"eslint-plugin-vue-libs": "^1.2.1",
"extract-text-webpack-plugin": "^3.0.2",
"laravel-mix": "^5.0.7",
"lodash": "^4.17.20",
"purify-css": "^1.1.9",
"purifycss-webpack": "^0.7.0",
"resolve-url-loader": "^3.1.2",
"sass": "^1.27.0",
"sass-loader": "^8.0.2",
"vue-lazyload": "^1.3.3",
"vue-template-compiler": "^2.6.12",
"webpack-bundle-analyzer": "^3.9.0",
"workbox-webpack-plugin": "^3.6.3"
},
"name": "blog"
}