-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.43 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
{
"name": "run",
"version": "2.0.4",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@mapbox/polyline": "^1.1.1",
"@svgr/webpack": "^5.5.0",
"@types/styled-system": "^5.1.10",
"dayjs": "^1.10.4",
"deepmerge": "^4.2.2",
"fast-deep-equal": "^3.1.3",
"mapbox-gl": "^2.0.1",
"meteostat": "^1.1.2",
"mongodb": "^3.6.3",
"next": "^10.0.6",
"node-fetch": "^2.6.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-error-boundary": "^3.1.0",
"react-modal": "^3.12.1",
"strava": "^1.2.1",
"styled-components": "^5.2.1",
"styled-content-loader": "^1.2.2",
"styled-system": "^5.1.5",
"swr": "^0.4.1"
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.2.0",
"@semantic-release/npm": "^7.0.10",
"@semantic-release/release-notes-generator": "^9.0.1",
"@types/mapbox-gl": "^2.0.4",
"@types/mapbox__polyline": "^1.0.2",
"@types/mongodb": "^3.6.3",
"@types/node": "^14.14.22",
"@types/node-fetch": "^2.5.8",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/styled-components": "^5.1.7",
"semantic-release": "^17.3.7",
"tslint": "^6.1.3",
"typescript": "^4.1.3"
}
}