-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.38 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "hikemap",
"description": "The Hikemap Client",
"homepage": "",
"author": "Marcello Perathoner <marcello@perathoner.de>",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/MarcelloPerathoner/hikemap"
},
"bugs": {
"url": "https://github.com/MarcelloPerathoner/hikemap/issues"
},
"license": "GPL-3.0",
"dependencies": {
"@babel/runtime": "^7.1.2",
"@turf/turf": "^5.1.6",
"axios": "^0.21",
"bootstrap": "^4.5",
"bootstrap-vue": "^2",
"d3": "^6.2",
"d3-geo-projection": "^3.0.0",
"jquery": "^3.1.1",
"jquery-ui": "^1.12.0",
"leaflet": "^1.4",
"lodash-es": "^4.17.2",
"papaparse": "*",
"popper.js": "^1.12",
"url": "^0.11.0",
"vue": "^2.5",
"vue-template-compiler" : "^2.5",
"vue-cookies": "*",
"vue-devtools": "*",
"vue-router": "*",
"vuex": "*"
},
"devDependencies": {
"@babel/cli": "*",
"@babel/core": "^7",
"@babel/plugin-transform-runtime": "*",
"@babel/preset-env": "*",
"@fortawesome/fontawesome-free": "^5",
"autoprefixer": "*",
"babel-eslint": "*",
"babel-loader": "*",
"carto": "*",
"css-loader": "*",
"eslint": "*",
"eslint-config-airbnb": "*",
"eslint-config-standard": "*",
"eslint-loader": "*",
"eslint-plugin-import": "*",
"eslint-plugin-json": "*",
"eslint-plugin-jsx-a11y": "*",
"eslint-plugin-node": "*",
"eslint-plugin-promise": "*",
"eslint-plugin-react": "*",
"eslint-plugin-standard": "*",
"eslint-plugin-vue": "*",
"extract-loader": "*",
"file-loader": "*",
"html-loader": "*",
"html-webpack-plugin": "*",
"jsdoc": "*",
"jsdoc-vue": "*",
"node-sass": "*",
"null-loader": "*",
"postcss": "*",
"postcss-loader": "*",
"postcss-preset-env": "*",
"precss": "*",
"sass-loader": "*",
"style-loader": "*",
"stylelint": "*",
"stylelint-config-standard": "*",
"vue-eslint-parser": "*",
"vue-loader": "*",
"webpack": "^5",
"webpack-cli": "^3",
"webpack-dev-server": "*",
"webpack-merge": "*"
}
}