-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
87 lines (87 loc) · 2.71 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
{
"name": "@lux/laravel-starter",
"version": "1.5.1",
"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"
},
"dependencies": {
"@chenfengyuan/vue-qrcode": "^1.0.2",
"@dicebear/avatars": "^4.5.4",
"@dicebear/avatars-avataaars-sprites": "^4.5.4",
"@dicebear/avatars-jdenticon-sprites": "^4.5.4",
"@sumsub/websdk": "^1.1.0",
"apexcharts": "^3.19.2",
"bignumber.js": "^9.0.1",
"centrifuge": "^2.6.4",
"debounce": "^1.2.0",
"echarts": "^4.8.0",
"flag-icon-css": "^3.4.6",
"highcharts": "^9.0.0",
"highcharts-vue": "^1.3.5",
"lodash": "^4.17.15",
"moment": "^2.26.0",
"moment-timezone": "^0.5.31",
"randomcolor": "^0.6.2",
"tiptap": "^1.27.1",
"tiptap-extensions": "^1.29.1",
"vue": "^2.6.11",
"vue-apexcharts": "^1.5.3",
"vue-clipboard2": "^0.3.1",
"vue-echarts": "^5.0.0-beta.0",
"vue-emoji-picker": "^1.0.1",
"vue-gtag": "^1.8.0",
"vue-head": "^2.2.0",
"vue-i18n": "^8.18.1",
"vue-perfect-scrollbar": "^0.2.1",
"vue-router": "^3.2.0",
"vue-shortkey": "^3.1.7",
"vue2-google-maps": "^0.10.7",
"vuedraggable": "^2.24.0",
"vuetify": "^2.4.3",
"vuex": "^3.4.0"
},
"devDependencies": {
"@indielayer/eslint-config-vue": "^1.0.0",
"@tailwindcss/forms": "^0.2.1",
"@vue/cli-plugin-babel": "^4.5.11",
"@vue/cli-plugin-eslint": "^4.5.11",
"@vue/cli-service": "^4.5.11",
"alpinejs": "^2.7.3",
"autoprefixer": "^10.1.0",
"axios": "^0.21",
"babel-eslint": "^10.1.0",
"core-js": "^3.6.4",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"laravel-mix": "^6.0.6",
"postcss": "^8.2.1",
"postcss-import": "^12.0.1",
"postcss-loader": "^4.2.0",
"raw-loader": "^4.0.1",
"resolve-url-loader": "^3.1.2",
"sass": "^1.32.5",
"sass-loader": "^10.1.1",
"tailwindcss": "^2.0.2",
"vue-cli-plugin-vuetify": "^2.0.7",
"vue-loader": "15.9.5",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.7.1",
"webpack": "^5.19.0",
"webpack-dev-server": "^4.0.0-beta.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"resolutions": {
"prosemirror-model": "1.9.1"
}
}