-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
42 lines (42 loc) · 1.14 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
{
"license": "GPL-3.0-only",
"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",
"lint": "eslint --ext .js,.vue resources/assets/js/"
},
"devDependencies": {
"eslint": "^7.3.1",
"eslint-plugin-vue": "^7.0.0",
"laravel-echo": "^1.14.2",
"laravel-mix": "^6.0.42",
"pusher-js": "^7.5.0",
"resolve-url-loader": "^5.0.0",
"sass": "1.32.*",
"sass-loader": "^8.0.0",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.11"
},
"dependencies": {
"@biigle/ol": "^9.2.4",
"@fortawesome/fontawesome-free": "^5.2.0",
"@turf/boolean-contains": "^6.5.0",
"@turf/difference": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/union": "^6.5.0",
"bootstrap-sass": "^3.3.7",
"echarts": "^5.3.2",
"jsts": "^2.11.0",
"magic-wand-tool": "^1.1.4",
"polymorph-js": "^0.2.4",
"uiv": "^1.2.4",
"vue": "^2.0.5",
"vue-echarts": "^6.0.3",
"vue-resource": "^1.0.3"
}
}