-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.18 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
{
"name": "elections20-primaries",
"description": "",
"version": "0.0.1",
"author": "thomaswilburn",
"repository": {
"type": "git",
"url": "https://github.com/nprapps/elections20-primaries.git"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.81.0",
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.14.2",
"@nprapps/betty": "^1.0.11",
"@nprapps/sidechain": "^1.1.5",
"@webcomponents/custom-elements": "^1.3.2",
"async": "^2.0.0-rc.1",
"axios": "^1.6.2",
"babelify": "^10.0.0",
"browser-pack-flat": "^3.0.5",
"browserify": "^16.2.3",
"calendar-matrix": "^1.0.0",
"chalk": "^2.4.2",
"commonmark": "^0.24.0",
"csv": "^5.1.1",
"dot": "^1.1.2",
"exorcist": "^1.0.1",
"googleapis": "^84.0.0",
"grunt": "^1.0.4",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"less": "^3.9.0",
"mime": "^2.4.2",
"moment-timezone": "^0.5.28",
"opn": "^5.4.0",
"resolve": "^1.1.7",
"shelljs": "^0.8.3",
"through2": "^3.0.1",
"typogr": "^0.6.4"
},
"browserify": {
"transform": [
"./tasks/lib/browserify-less",
"./tasks/lib/browserify-text"
]
}
}