-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
52 lines (52 loc) · 1.7 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
{
"private": true,
"scripts": {
"dev": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "rm -r public/js && rm -r public/css && mix --production && npm run test",
"test": "php ./vendor/bin/phpunit"
},
"devDependencies": {
"axios": "^0.21.1",
"bootstrap": "^4.5.3",
"cross-env": "^5.2.1",
"jquery": "^3.5.1",
"laravel-mix-purgecss": "^6.0.0-beta.0",
"laravel-mix-workbox": "^0.1.2",
"popper.js": "^1.16.1",
"postcss": "^8.2.0",
"resolve-url-loader": "^3.1.2",
"sass": "^1.29.0",
"sass-loader": "^7.3.1",
"vue": "^2.6.12",
"vue-loader": "^15.9.5",
"vue-template-compiler": "^2.6.12",
"webpack": "^5.9.0",
"workbox-webpack-plugin": "^6.0.2"
},
"dependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.7",
"aos": "^3.0.0-beta.6",
"chart.js": "^2.9.4",
"laravel-echo": "^1.9.0",
"laravel-mix": "^6.0.0-beta.15",
"leaflet": "^1.7.1",
"leaflet-geosearch": "^2.7.0",
"moment": "^2.29.1",
"pusher-js": "^5.1.1",
"swiper": "^6.4.8",
"vue-awesome-swiper": "^4.1.1",
"vue-chartjs": "^3.5.1",
"vue-google-autocomplete": "^1.1.0",
"vue-stripe-elements-plus": "^0.3.2",
"vue-textarea-autosize": "^1.1.1",
"vue2-leaflet": "^2.6.0",
"vue2-leaflet-geosearch": "^1.0.6",
"vue2-leaflet-locatecontrol": "^1.0.1",
"vue2-leaflet-markercluster": "^3.1.0"
},
"name": "bigsite"
}