-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
87 lines (87 loc) · 2.29 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
84
85
86
87
{
"name": "react-timezone-map-gl",
"version": "0.0.0",
"description": "react-timezone-map-gl React component",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"css",
"es",
"lib",
"data"
],
"scripts": {
"build": "nwb build-react-component --copy-files",
"clean": "nwb clean-module && nwb clean-demo",
"prepublishOnly": "npm run build",
"start": "nwb serve-react-demo",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server",
"generateTimezoneData": "scripts/generateTimezoneData.sh",
"deploy": "gh-pages -d demo/dist",
"size": "size-limit"
},
"dependencies": {
"@mapbox/geojson-merge": "^1.0.2",
"@mapbox/tilebelt": "^1.0.1",
"@mapbox/timespace": "^2.0.4",
"d3-scale": "^2.1.2",
"deck.gl": "^6.1.0",
"immutable": "^3.8.2",
"luxon": "^1.4.1",
"mapbox-gl": "^0.49.0",
"react-map-gl": "^3.3.4",
"recompose": "^0.30.0",
"styled-components": "^3.4.9",
"topojson-client": "^3.0.0"
},
"peerDependencies": {
"react": "16.x"
},
"devDependencies": {
"@material-ui/core": "^3.1.1",
"babel-eslint": "^7.2.3",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-styled-components": "^1.8.0",
"chalk": "^2.4.1",
"dotenv-webpack": "^1.5.7",
"eslint": "^4.1.1",
"eslint-config-react-app": "^2.1.0",
"eslint-plugin-flowtype": "^2.34.1",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"fs-extra": "^7.0.0",
"geojson": "^0.5.0",
"gh-pages": "^2.0.0",
"highlight.js": "^9.12.0",
"jsonfile": "^5.0.0",
"mapshaper": "^0.4.94",
"node-cmd": "^3.0.0",
"nwb": "0.23.x",
"raw-loader": "^0.5.1",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-select": "^2.0.0",
"react-sizeme": "^2.5.2",
"react-syntax-highlighter": "^8.0.1",
"react-virtualized": "^9.20.1",
"size-limit": "^0.20.0"
},
"size-limit": [
{
"path": "lib/index.js"
}
],
"author": "jeongsd",
"homepage": "https://jeongsd.github.io/react-timezone-map-gl/",
"license": "MIT",
"repository": "github:jeongsd/react-timezone-map-gl",
"keywords": [
"react",
"timezone",
"map",
"mapbox"
]
}