forked from dawidgorny/mlk-sc-map-travel-time
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.84 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
{
"name": "mlk-sc-map-travel-time",
"version": "1.0.0",
"description": "",
"keywords": [
"mapbox"
],
"main": "index.js",
"scripts": {
"watch": "webpack --mode development --watch --config webpack.config.js",
"start": "webpack-dev-server --mode development --config webpack.config.js",
"build": "webpack --mode production --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dawidgorny/mlk-sc-map-travel-time.git"
},
"author": {
"name": "Dawid Górny",
"email": "hello@dawidgorny.com",
"url": "https://github.com/dawidgorny"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/dawidgorny/mlk-sc-map-travel-time/issues"
},
"homepage": "https://github.com/dawidgorny/mlk-sc-map-travel-time#readme",
"dependencies": {
"npm": "^6.6.0-next.1"
},
"devDependencies": {
"@turf/bbox": "^6.0.1",
"@turf/boolean-point-in-polygon": "^6.0.1",
"@turf/centroid": "^6.0.2",
"@turf/distance": "^6.0.1",
"@turf/helpers": "^6.1.4",
"build-url": "^1.3.2",
"choo": "^6.13.1",
"choo-devtools": "^2.5.1",
"css-loader": "^2.0.1",
"cssnano": "^4.1.7",
"dg-utils": "^0.3.0",
"domready": "^1.0.8",
"fail-nicely": "^2.0.0",
"file-loader": "^3.0.1",
"ky": "^0.6.0",
"mapbox-gl": "^0.52.0-beta.2",
"nanohtml": "^1.4.0",
"nanostate": "^1.2.1",
"node-sass": "^4.11.0",
"postcss": "^7.0.7",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.1.1",
"postcss-preset-env": "^6.5.0",
"postcss-url": "^8.0.0",
"resl": "^1.0.3",
"sass": "^1.15.2",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
}
}