-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.55 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
{
"name": "tillsyear",
"version": "1.0.0",
"description": "",
"main": "build.js",
"scripts": {
"build": "DEBUG=build* node build.js",
"autobuild": "nodemon build.js",
"test": "DEBUG=build node build.js deploy",
"measure": "DEBUG=measure node measure.js",
"browserSync": "node browserSync.js",
"dev": "concurrently --kill-others \"npm run autobuild\" \"npm run browserSync\""
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/minimist": "1.2.0",
"browser-sync": "2.24.6",
"chalk": "2.4.1",
"chrome-launcher": "0.10.2",
"debug": "3.1.0",
"jade": "1.11.0",
"lighthouse": "3.0.3",
"metalsmith": "2.3.0",
"metalsmith-assert": "0.0.5",
"metalsmith-assets": "0.1.0",
"metalsmith-build-date": "0.2.0",
"metalsmith-collections": "0.9.0",
"metalsmith-copy": "0.4.0",
"metalsmith-default-values": "2.1.0",
"metalsmith-drafts": "0.0.1",
"metalsmith-logger": "0.0.3",
"metalsmith-markdown": "0.2.2",
"metalsmith-permalinks": "0.5.0",
"metalsmith-sitemap": "1.2.0",
"metalsmith-templates": "0.7.0",
"minimist": "1.2.0",
"mkdirp": "0.5.1",
"moment": "2.22.2",
"pixelmatch": "4.0.2",
"psi": "3.1.0",
"rimraf": "2.6.2",
"shelljs": "0.8.2"
},
"devDependencies": {
"concurrently": "3.6.1",
"eslint": "5.4.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-plugin-import": "2.14.0",
"nodemon": "1.18.3"
},
"nodemonConfig": {
"verbose": false,
"ext": "md css jade js",
"ignore": [
"build/**/*"
]
}
}