-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathpackage.json
executable file
·60 lines (60 loc) · 1.76 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
{
"private": true,
"scripts": {
"dev": "mix watch --hot",
"watch": "mix watch",
"build": "mix --production",
"lint": "eslint --fix --ext .js,.vue resources/js"
},
"dependencies": {
"@swayable/vue-snarkdown": "^1.1.1",
"@webqam/vue-match-media": "^2.0.1",
"axios": "^0.21.1",
"axios-progress-bar": "^1.2.0",
"js-cookie": "^2.2.0",
"object-to-formdata": "^4.1.0",
"timeago.js": "^4.0.2",
"vform": "^1.0.0",
"vue": "^2.7.14",
"vue-content-placeholders": "^0.2.1",
"vue-debounce": "^2.5.7",
"vue-expandable-image": "^0.1.0",
"vue-input-dropdown": "^0.1.9",
"vue-meta": "^1.6.0",
"vue-month-picker": "^1.4.0",
"vue-router": "^3.0.6",
"vue-scrollto": "^2.18.2",
"vue-social-sharing": "^3.0.3",
"vue2-touch-events": "^2.3.2",
"vuejs-paginate": "^2.1.0",
"vuejs-snackbar": "^4.0.1",
"vuex": "^3.1.0",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.4.4",
"@iconify/vue": "^1.0.5",
"babel-eslint": "^10.0.1",
"cross-env": "^5.2.0",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^9.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.2",
"find-remove": "^4.1.0",
"laravel-mix": "^6.0.49",
"laravel-mix-versionhash": "^2.0.1",
"laravel-mix-workbox": "^0.1.4",
"process": "^0.11.10",
"resolve-url-loader": "^4.0.0",
"sass": "^1.69.5",
"sass-loader": "^12.6.0",
"vue-loader": "^15.11.1",
"vue-template-compiler": "^2.7.14",
"webpack-bundle-analyzer": "^4.10.1",
"workbox-webpack-plugin": "^7.0.0"
}
}