-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.91 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.91 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
{
"private": true,
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production",
"lint": "eslint --fix --ext .js,.vue resources/js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^2.0.10",
"axios": "^0.21.1",
"extract-text-webpack-plugin": "^3.0.2",
"js-cookie": "^2.2.1",
"luxon": "^1.26.0",
"sweetalert2": "^8.19.0",
"v-calendar": "^2.3.0",
"vform": "^1.0.1",
"vue": "^2.6.12",
"vue-cookie-law": "^1.13.3",
"vue-faq-accordion": "^1.6.2",
"vue-i18n": "^8.22.4",
"vue-meta": "^1.6.0",
"vue-router": "^3.4.9",
"vue-select": "^3.12.1",
"vue-slider-component": "^3.2.11",
"vue2-perfect-scrollbar": "^1.5.0",
"vuex": "^3.6.0",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.11",
"@tailwindcss/postcss7-compat": "npm:@tailwindcss/postcss7-compat@^2.0.2",
"autoprefixer": "^10.2.5",
"babel-eslint": "^10.1.0",
"cross-env": "^5.2.1",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^5.2.3",
"laravel-mix": "^6.0.19",
"laravel-mix-versionhash": "^1.1.7",
"postcss": "^8.2.15",
"resolve-url-loader": "^2.3.1",
"sass": "^1.32.5",
"sass-loader": "^7.3.1",
"tailwindcss": "^2.1.2",
"vue-loader": "15.9.5",
"vue-template-compiler": "^2.6.12",
"webpack-bundle-analyzer": "^3.9.0"
}
}