-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 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
{
"name": "old-days-at-beverly-farms",
"version": "0.0.11",
"description": "Superbook Old Days at Beverly Farms by Mary Larcom Dow",
"keywords": [
"superbook",
"bookiza"
],
"author": "marydow [email protected] (https://bubblin.io/marydow)",
"license": "ISC",
"homepage": "https://bubblin.io/marydow",
"repository": {
"type": "git",
"url": "https://github.com/marvindanig/old-days-at-beverly-farms"
},
"type": "module",
"scripts": {
"postinstall": "node ./crust/scripts/ready.mjs"
},
"dependencies": {
"babel-preset-env": "^1.7.0",
"book-length": "^1.2.1",
"browser-sync": "^2.29.1",
"chalk": "^5.2.0",
"del": "^7.0.0",
"delayed": "^2.0.0",
"fs-extra": "^11.1.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-compile-handlebars": "^0.6.1",
"gulp-concat": "^2.6.1",
"gulp-haml": "^1.0.1",
"gulp-if": "^3.0.0",
"gulp-less": "^5.0.0",
"gulp-markdown": "^7.0.0",
"gulp-postcss": "^9.0.1",
"gulp-sass": "^5.1.0",
"gulp-stylus": "^3.0.0",
"js-cookie": "^3.0.5",
"path": "^0.12.7",
"shelljs": "^0.8.5"
},
"devDependencies": {
"node-sass": "^8.0.0"
}
}