-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.29 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
{
"name": "lettuja",
"version": "4.0.1",
"description": "Static site / blog generator with support for multiple sites (environments)",
"main": "lib/index.js",
"dependencies": {
"babel": "^6.23.0",
"chokidar": "^2.1.8",
"eslint": "^7.7.0",
"express": "^4.17.1",
"express-handlebars": "^3.1.0",
"fs-extra": "^9.0.1",
"fs-promise": "^2.0.3",
"glob-promise": "^3.4.0",
"gray-matter": "^4.0.2",
"gm": "^1.23.1",
"handlebars": "^4.7.6",
"iuliia": "^0.6.1",
"markdown-it": "^8.4.2",
"markdown-it-anchor": "^5.3.0",
"moment": "^2.27.0",
"multer": "^1.4.2",
"node-sass": "^4.14.1",
"npm-run-all": "^4.1.5",
"richtypo": "^3.0.0"
},
"devDependencies": {
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
},
"scripts": {
"start": "npm-run-all --parallel lettuja tent-admin",
"lettuja": "node lib/index.js",
"dev": "nodemon lib/index.js",
"lint": "eslint ./lib/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/arturi/lettuja.git"
},
"author": "Artur Paikin",
"license": "MIT",
"homepage": "https://github.com/arturi/lettuja.git#readme"
}