-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.44 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
88
89
90
{
"name": "dispatch-response-times",
"version": "0.0.1",
"description": "A look at dispatch/911 response time in the Twin Cities",
"author": {
"name": "Alan Palazzolo, Star Tribune",
"email": "alan.palazzolo@startribune.com"
},
"repository": {
"type": "git",
"url": "git@github.com:striblab/dispatch-response-times.git"
},
"main": "app/index.js",
"scripts": {
"test": "jest"
},
"keywords": [],
"engines": {
"node": ">=8.9.0"
},
"dependencies": {
"d3": "^5.7.0",
"lodash": "^4.17.5",
"query-string": "^4.3.2",
"topojson": "^3.0.2",
"topojson-client": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.54",
"@babel/plugin-transform-runtime": "^7.0.0-beta.54",
"@babel/preset-env": "^7.0.0-beta.54",
"@babel/runtime": "^7.0.0-beta.54",
"@striblab/strib-icons": "^0.0.10",
"@striblab/strib-styles": "^0.10.0",
"airtable": "^0.5.6",
"archieml": "^0.4.2",
"aws-sdk": "^2.211.0",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.0.0-beta.4",
"babel-plugin-lodash": "^3.3.2",
"browser-sync": "^2.24.5",
"cached-request": "^1.1.2",
"cliui": "^4.1.0",
"copy-paste": "^1.3.0",
"d3-dsv": "^1.0.8",
"d3-scale": "^2.2.2",
"decache": "^4.4.0",
"del": "^3.0.0",
"dotenv": "^5.0.1",
"glob": "^7.1.3",
"googleapis": "^31.0.2",
"gulp": "^4.0.0",
"gulp-a11y": "^0.1.2",
"gulp-autoprefixer": "^5.0.0",
"gulp-awspublish": "^3.3.3",
"gulp-eslint": "^4.0.2",
"gulp-htmlhint": "^2.1.0",
"gulp-noopener": "^1.0.5",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-stylelint": "^7.0.0",
"gulp-transform": "^3.0.5",
"gulp-util": "^3.0.8",
"html-entities": "^1.2.1",
"htmlhint-stylish": "^1.0.3",
"htmlparser2": "^3.9.2",
"indian-ocean": "^3.0.2",
"jest-cli": "^23.4.1",
"moment": "^2.21.0",
"openurl": "^1.1.1",
"request": "^2.85.0",
"run-sequence": "^1.2.2",
"sander": "^0.6.0",
"stylelint": "^9.1.3",
"stylelint-config-standard": "^17.0.0",
"stylelint-scss": "^2.5.0",
"svelte": "^2.7.0",
"svelte-extras": "^2.0.2",
"svelte-loader": "^2.10.0",
"svelte-transitions-fade": "^1.0.0",
"topojson-server": "^3.0.0",
"uglifyjs-webpack-plugin": "^1.2.7",
"underscore": "^1.8.3",
"webpack": "^4.16.4",
"webpack-cli": "^3.1.2",
"yargs": "^11.0.0"
},
"license": "MIT"
}