-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 2.04 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
{
"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"
},
"devDependencies": {
"@tailwindcss/forms": "^0.2.1",
"alpinejs": "^2.7.3",
"autoprefixer": "^10.4.2",
"axios": "^0.21",
"eslint": "^7.18.0",
"eslint-plugin-vue": "^7.5.0",
"laravel-mix": "^6.0.43",
"laravel-mix-tailwind": "^0.1.2",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"lodash": "^4.17.19",
"postcss": "^8.4.6",
"postcss-import": "^12.0.1",
"resolve-url-loader": "^3.1.0",
"sass": "^1.32.4",
"sass-loader": "^8.0.2",
"tailwindcss": "^3.0.21",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"@tailwindcss/line-clamp": "^0.4.2",
"@tiptap/extension-link": "^2.0.0-beta.18",
"@tiptap/starter-kit": "^2.0.0-beta.77",
"@tiptap/vue-2": "^2.0.0-beta.35",
"@vue/composition-api": "^1.1.4",
"@vuelidate/core": "^2.0.0-alpha.24",
"@vuelidate/validators": "^2.0.0-alpha.21",
"apexcharts": "^3.23.1",
"leaflet": "^1.7.1",
"leaflet-geosearch": "^3.2.1",
"mix-env-file": "^0.1.1",
"postcss-nested": "^5.0.6",
"postcss-nested-ancestors": "^2.0.0",
"remixicon": "^2.5.0",
"v-money": "^0.8.1",
"vue": "^2.6.12",
"vue-apexcharts": "^1.6.0",
"vue-cookies": "^1.7.4",
"vue-currency-input": "^1.22.4",
"vue-dayjs": "^1.0.2",
"vue-flatpickr-component": "^8.1.6",
"vue-select": "^3.11.2",
"vue-slider-component": "^3.2.11",
"vue2-leaflet": "^2.6.0",
"vue2-leaflet-markercluster": "^3.1.0",
"vuedraggable": "^2.24.3",
"vuelidate": "^0.7.6",
"vuex": "^3.6.0"
}
}