-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.66 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.66 KB
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
{
"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": {
"@headlessui/vue": "^1.4.3",
"@heroicons/vue": "^1.0.5",
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-vue3": "^0.6.0",
"@inertiajs/progress": "^0.2.7",
"@kyvg/vue3-notification": "^2.3.4",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.1",
"@types/leaflet": "^1.7.9",
"@vue/compiler-sfc": "^3.2.31",
"autoprefixer": "^10.4.2",
"axios": "^0.26",
"beautifymarker": "^1.0.9",
"es6-promise": "^4.2.8",
"font-awesome": "^4.7.0",
"laravel-mix": "6.0.42",
"leaflet": "^1.7.1",
"leaflet-contextmenu": "^1.4.0",
"leaflet-draw": "^1.0.4",
"lodash": "^4.17.21",
"npm-check-updates": "^12.3.0",
"pluralize": "^8.0.0",
"postcss": "^8.4.6",
"postcss-import": "^14.0.2",
"tailwindcss": "^3.0.22",
"vue": "^3.2.31",
"vue-loader": "^17.0.0",
"vuex": "^4.0.2"
},
"dependencies": {
"@codemirror/fold": "^0.19.4",
"@codemirror/lang-json": "^0.20.0",
"laravel-echo": "^1.13.1",
"lightvue": "^1.4.9",
"moment": "^2.29.4",
"pusher-js": "^7.4.0",
"vue-codemirror": "^5.0.1",
"vue-select": "^4.0.0-beta.3",
"vue3-echo-client": "^1.0.4"
}
}