-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
99 lines (99 loc) · 3.2 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
94
95
96
97
98
99
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production",
"test": "playwright test",
"jest": "jest --verbose"
},
"devDependencies": {
"@babel/core": "^7.22.8",
"@babel/preset-env": "^7.22.7",
"@playwright/test": "^1.14.1",
"@vue/test-utils": "^1.3.6",
"@vue/vue2-jest": "^28.1.0",
"axios": "^0.28",
"babel-jest": "^28.1.0",
"bootstrap": "^4.6.1",
"browser-sync": "^2.27.11",
"browser-sync-webpack-plugin": "^2.3.0",
"faker": "^5.5.3",
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
"jquery": "3.4.1",
"jsdom-global": "^3.0.2",
"laravel-mix": "^6.0.49",
"laravel-mix-bundle-analyzer": "^1.0.5",
"lodash": "^4.17.21",
"lodash.mergewith": "^4.6.2",
"lodash.template": "^4.5.0",
"nyc": "^15.1.0",
"playwright": "^1.14.1",
"popper.js": "^1.14.4",
"postcss": "^8.4.31",
"resolve-url-loader": "^5.0.0",
"sass": "^1.56.1",
"sass-loader": "^12.6.0",
"v8-to-istanbul": "^8.0.0",
"vue": "^2.7.14",
"vue-loader": "^15.10.1",
"vue-template-compiler": "^2.7.14",
"webpack-shell-plugin-next": "^2.3.1"
},
"dependencies": {
"@sentry/tracing": "^6.7.2",
"@sentry/vue": "^6.7.2",
"ajv": "^6.12.3",
"babel-plugin-istanbul": "^6.1.1",
"bootstrap-fileinput": "^4.4.9",
"bootstrap-select": "^1.13.17",
"bootstrap-tokenfield": "^0.12.0",
"bootstrap-vue": "^2.22.0",
"bootstrap4-datetimepicker": "^5.2.3",
"chart.js": "^2.7.2",
"codemirror": "^5.39.2",
"dropzone": "^5.7.2",
"ekko-lightbox": "^5.3.0",
"floatthead": "^2.1.2",
"font-awesome": "^4.7.0",
"html-to-text": "^5.1.1",
"imagemin": "^5.3.1",
"jquery-bootgrid": "^1.3.1",
"jquery-chained": "^2.0.0-beta.2",
"js-cookie": "^2.2.0",
"lang.js": "^1.1.14",
"leaflet": "^1.4.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.35",
"npm": "^9.4.0",
"perfect-scrollbar": "^1.4.0",
"quill": "^1.3.7",
"quill-html-edit-button": "^2.2.5",
"quill-paste-smart": "^1.4.8",
"remove": "^0.1.5",
"select2": "~4.0",
"slick-carousel": "^1.8.1",
"sortablejs": "^1.7.0",
"text-clipper": "^2.1.0",
"tokenfield": "^0.9.10",
"vue-awesome": "^4.1.0",
"vue-clipboard2": "^0.3.1",
"vue-cookies": "^1.7.4",
"vue-google-autocomplete": "^1.1.1",
"vue-infinite-loading": "^2.4.5",
"vue-line-clamp": "^1.3.2",
"vue-multiselect": "^2.1.6",
"vue-typeahead-bootstrap": "^2.11.0",
"vue-unique-id": "^3.2.1",
"vue2-dropzone": "^3.6.0",
"vue2-editor": "^2.10.2",
"vue2-leaflet": "^2.5.2",
"vuelidate": "^0.7.6",
"vuex": "^3.5.1"
}
}