-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
82 lines (82 loc) · 2.12 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
{
"name": "@astronomersiva/lego",
"version": "3.3.1",
"description": "A fast Static Site Generator that generates optimised, performant websites.",
"main": "index.js",
"scripts": {
"test": "eslint lib && mocha"
},
"bin": {
"lego": "bin/lego"
},
"files": [
"/lib",
"/bin"
],
"engines": {
"node": ">= 8"
},
"resolutions": {
"globby": "8.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/astronomersiva/lego.git"
},
"author": "Sivasubramanyam A<sivasubramanyama@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/astronomersiva/lego/issues"
},
"homepage": "https://github.com/astronomersiva/lego#readme",
"devDependencies": {
"eslint": "^5.2.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"fixturify": "^1.2.0",
"mocha": "^6.1.3",
"time-require": "^0.1.2"
},
"dependencies": {
"@astronomersiva/sitemap-static": "^1.0.1",
"@parcel/watcher": "^2.0.0-alpha.3",
"chalk": "^3.0.0",
"chokidar": "^3.0.1",
"critical": "^1.3.4",
"cssnano": "^4.0.4",
"dayjs": "^1.8.16",
"find-up": "^4.0.0",
"flat-cache": "^2.0.1",
"fs-extra": "^8.0.1",
"glob": "^7.1.2",
"highlight.js": "^9.15.6",
"html-minifier": "^4.0.0",
"imagemin": "^7.0.0",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-pngquant": "^8.0.0",
"inline-source": "^7.1.0",
"js-yaml": "^3.13.1",
"liquid-node": "^3.0.0",
"live-server": "^1.2.0",
"lodash.clonedeep": "^4.5.0",
"markdown-it": "^10.0.0",
"markdown-it-container": "^2.0.0",
"markdown-it-front-matter": "^0.1.2",
"markdown-it-link-attributes": "^3.0.0",
"node-forge": "^0.9.1",
"node-version-assets": "^1.2.2",
"nunjucks": "^3.2.0",
"p-limit": "^2.0.0",
"postcss": "^7.0.1",
"rev-hash": "^3.0.0",
"rss": "^1.2.2",
"sanitize-filename": "^1.6.3",
"sharp": "^0.23.0",
"signale": "^1.2.1",
"terser": "^4.0.0",
"v8-compile-cache": "^2.0.2"
}
}