-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
46 lines (46 loc) · 1.09 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
{
"name": "book-concierge",
"description": "",
"version": "0.0.1",
"author": "Thomas Wilburn",
"repository": {
"type": "git",
"url": "https://github.com/nprapps/book-concierge.git"
},
"dependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"archieml": "^0.4.2",
"async": "^2.0.0-rc.1",
"aws-sdk": "^2.601.0",
"babelify": "^10.0.0",
"browser-pack-flat": "^3.0.5",
"browserify": "^16.2.3",
"chalk": "^2.4.2",
"cheerio": "^1.0.0-rc.3",
"commonmark": "^0.24.0",
"crypto-js": "^4.1.1",
"csv": "^5.3.1",
"dot": "^1.1.3",
"exorcist": "^1.0.1",
"googleapis": "^64.0.0",
"grunt": "^1.3.0",
"grunt-contrib-connect": "^2.1.0",
"grunt-contrib-watch": "^1.0.0",
"image-size": "^0.7.5",
"less": "^3.10.3",
"mime": "^2.4.2",
"node-fetch": "^2.6.0",
"opn": "^5.4.0",
"resolve": "^1.14.2",
"shelljs": "^0.8.4",
"through2": "^3.0.1",
"typogr": "^0.6.8"
},
"browserify": {
"transform": [
"./tasks/lib/browserify-less",
"./tasks/lib/browserify-text"
]
}
}