forked from urbanSpatial/LetsPlanOrg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.23 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
{
"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": {
"deepmerge": "^4.2.2",
"eslint": "^7.18.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "^7.5.0",
"laravel-mix": "^6.0.6",
"postcss": "^8.1",
"resolve-url-loader": "^3.1.2",
"sass": "^1.32.6",
"sass-loader": "11",
"vue-loader": "^15.9.5",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"@inertiajs/inertia": "^0.8.4",
"@inertiajs/inertia-vue": "^0.5.5",
"@inertiajs/progress": "^0.2.4",
"@mdi/font": "^5.9.55",
"axios": "^0.21.1",
"chart.js": "^2.9.4",
"leaflet": "^1.7.1",
"lodash": "^4.17.21",
"mapbox-gl": "^2.1.1",
"numeral": "^2.0.6",
"papaparse": "^5.3.1",
"shepherd.js": "^8.3.1",
"vue": "^2.6.12",
"vue-chartjs": "^3.5.1",
"vue-shepherd": "^0.2.1",
"vue2-leaflet": "^2.7.0",
"vuetify": "^2.4.3",
"vuex": "^3.6.2",
"vuex-map-fields": "^1.4.1"
}
}