-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.07 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.07 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
{
"name": "sf-bus",
"version": "2.0.0",
"description": "overlaying bus routes on a map.",
"main": "makeGeoJsons.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"data": "./getData.sh",
"build": "webpack --config webpack.prod.js",
"builddev": "webpack",
"watch": "webpack --watch",
"start": "webpack-dev-server --open"
},
"repository": {
"type": "git",
"url": "https://github.com/thfield/sf-bus.git"
},
"author": "Tyler Field",
"license": "ISC",
"dependencies": {
"@turf/turf": "^5.1.3",
"csv-parse": "^1.2.0",
"mapbox-gl": "^0.41.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"clean-webpack-plugin": "^0.1.17",
"css-loader": "^0.28.7",
"csv-loader": "^2.1.1",
"d3-array": "^1.2.1",
"d3-collection": "^1.0.4",
"file-loader": "^1.1.5",
"html-webpack-plugin": "^2.30.1",
"style-loader": "^0.19.0",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.4",
"webpack-merge": "^4.1.1"
}
}