-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.74 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.74 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "shifted-maps-web",
"license": "GPL-3.0",
"version": "1.6.1",
"description": "Shifted Maps visualizes personal movement data as a network of map extracts showing visited places.",
"repository": "lennerd/shifted-maps",
"bugs": {
"url": "https://github.com/lennerd/shifted-maps/issues"
},
"scripts": {
"start": "URL=http://localhost:3000/ next"
},
"dependencies": {
"body-scroll-lock": "^3.0.3",
"classnames": "^2.2.6",
"d3-force": "^2.0.1",
"d3-scale": "^3.2.1",
"debug": "^4.1.0",
"isomorphic-fetch": "^2.2.1",
"leaflet": "^1.6.0",
"lodash": "^4.17.19",
"mobx": "^5.15.4",
"mobx-react": "^6.2.2",
"moment": "^2.27.0",
"next": "^9.4.4",
"normalize.css": "^8.0.0",
"polished": "^3.6.5",
"popmotion": "^8.7.3",
"react": "^16.13.1",
"react-compound-slider": "^2.5.0",
"react-dom": "^16.13.1",
"react-leaflet": "^2.7.0",
"react-transition-group": "^4.4.1",
"styled-components": "^5.1.1"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@svgr/webpack": "^5.4.0",
"@types/classnames": "^2.2.10",
"@types/d3-force": "^1.1.1",
"@types/d3-scale": "^2.2.0",
"@types/isomorphic-fetch": "0.0.35",
"@types/leaflet": "^1.5.16",
"@types/lodash": "^4.14.157",
"@types/node": "^12.12.50",
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
"@types/react-leaflet": "^2.5.2",
"@types/react-transition-group": "^4.4.0",
"@types/styled-components": "^5.1.1",
"babel-plugin-styled-components": "^1.10.7",
"prettier": "^2.0.5",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.15.0",
"typescript": "^3.9.6"
}
}