-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.6 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
{
"name": "iande-plugin",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npm run prod",
"dev": "mix",
"dev:watch": "mix watch",
"hot": "mix watch --hot",
"prod": "mix --production",
"prod:watch": "mix --production -- --watch --progress",
"watch": "npm run dev:watch"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/percebe/iande-plugin.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/percebe/iande-plugin/issues"
},
"homepage": "https://gitlab.com/percebe/iande-plugin#readme",
"devDependencies": {
"laravel-mix": "^6.0.18",
"postcss": "^8.2.14",
"resolve-url-loader": "^3.1.3",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"vue-loader": "^15.9.7",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-regular-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/vue-fontawesome": "^2.0.6",
"apexcharts": "^3.26.3",
"luxon": "^2.3.1",
"masonry-layout": "^4.2.2",
"v-tooltip": "^2.1.3",
"vue": "^2.6.12",
"vue-apexcharts": "^1.6.1",
"vue-async-computed": "^3.9.0",
"vue-cal": "^3.10.1",
"vue-global-events": "^1.2.1",
"vue-recaptcha-v3": "^1.9.0",
"vue-the-mask": "^0.11.1",
"vuedraggable": "^2.24.3",
"vuejs-datepicker": "^1.6.2",
"vuelidate": "^0.7.6",
"vuex": "^3.6.2",
"vuex-pathify": "^1.4.5"
}
}