-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.07 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
{
"name": "@produle/prevjs",
"version": "0.1.7",
"description": "Static website generator",
"main": "prev.js",
"scripts": {
"test": "prev.js --run recipe.json"
},
"author": "Produle",
"bin": {
"prevjs": "prev.js"
},
"keywords": [],
"license": "MIT",
"dependencies": {
"ejs": "^3.1.8",
"express": "^4.18.1",
"html-minifier": "~4.0.0",
"directory-tree": "~3.3.1",
"uglify-js": "~3.17.4",
"ncp": "~2.0.0",
"clean-css": "~5.3.1",
"express-minify-html": "~0.12.0",
"imagemin": "~7.0.1",
"imagemin-webp": "~6.0.0",
"command-exists": "~1.2.9",
"commander": "~9.4.1",
"fs-extra": "~10.1.0",
"node-fetch": "~2.6.1",
"chokidar": "~3.5.3",
"ws": "~8.11.0",
"console-table-printer": "~2.11.1",
"markdown-it": "~13.0.1",
"cheerio": "1.0.0-rc.12"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/produle/prevjs.git"
},
"bugs": {
"url": "https://github.com/produle/prevjs/issues"
},
"homepage": "https://github.com/produle/prevjs#readme"
}