This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
56 lines (56 loc) · 1.86 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
{
"name": "hyppykeli.fi",
"version": "1.0.0",
"description": "Skydiving weather for Finnish Dropzones. All data is obtained from the open data APIs of the [Finnish Meteorological Institute][fmi]. The application is free and open source under the GPLv3 license. It's live at https://hyppykeli.fi/. The application is currently available only in Finnish.",
"main": "index.js",
"scripts": {
"dev": "next dev",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skydivejkl/hyppykeli.fi.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/skydivejkl/hyppykeli.fi/issues"
},
"homepage": "https://github.com/skydivejkl/hyppykeli.fi#readme",
"dependencies": {
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@types/lodash": "^4.14.149",
"@types/node": "^13.9.0",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"@types/react-redux": "^5.x",
"axios": "^0.18.0",
"babel-plugin-emotion": "^10.0.29",
"chart.js": "~2.8.0",
"dayjs": "^1.8.0",
"dotenv": "^6.2.0",
"gps-distance": "0.0.4",
"idb-keyval": "^3.2.0",
"lean-redux": "^3.3.1",
"lodash": "^4.17.15",
"metar": "^1.0.0",
"next": "^9.3.0",
"prettier": "^1.19.1",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-icons": "^3.9.0",
"react-on-visible": "^1.6.0",
"react-redux": "^5.x",
"react-spinner": "^0.2.7",
"recompose": "^0.30.0",
"redux": "^4.0.5",
"reselect": "^4.0.0",
"typescript": "^3.8.3",
"updeep": "^1.2.0",
"xml2js": "^0.4.19"
},
"volta": {
"node": "12.22.12"
}
}