-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 852 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"prod": "mix --production"
},
"devDependencies": {
"@types/leaflet": "^1.7.0",
"axios": "^0.21",
"laravel-mix": "^6.0.6",
"leaflet": "^1.7.1",
"lodash": "^4.17.21",
"sass": "~1.32",
"sass-loader": "^12.2.0",
"tiptap-vuetify": "^2.23.0",
"v-click-outside": "^3.1.2",
"vue": "^2.6.14",
"vue2-leaflet": "^2.7.0",
"vue-loader": "^15.9.8",
"vue-router": "^3.5.2",
"vue-slicksort": "^1.2.0",
"vue-template-compiler": "^2.6.14",
"vuetify": "^2.5.10",
"vuetify-loader": "^1.7.3",
"vuex": "^3.6.2",
"vue-youtube-embed": "^2.2.2"
}
}