-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.05 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.05 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
{
"name": "frontend",
"private": true,
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/base-camp-luftdaten/frontend.git"
},
"keywords": [],
"author": "Lion Ralfs <lion.ralfs@gmail.com> (https://github.com/lionralfs)",
"license": "MIT",
"bugs": {
"url": "https://github.com/base-camp-luftdaten/frontend/issues"
},
"homepage": "https://github.com/base-camp-luftdaten/frontend#readme",
"devDependencies": {
"cross-env": "5.2.0",
"css-loader": "2.1.1",
"file-loader": "3.0.1",
"html-webpack-plugin": "3.2.0",
"mini-css-extract-plugin": "0.6.0",
"webpack": "4.30.0",
"webpack-cli": "3.3.0",
"webpack-dev-server": "3.3.1"
},
"dependencies": {
"chart.js": "2.8.0",
"chartjs-plugin-annotation": "0.5.7",
"heatmap.js": "2.0.5",
"js-datepicker": "5.0.3",
"leaflet": "1.4.0",
"point-in-polygon": "1.0.1"
}
}