-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 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
60
61
62
63
64
{
"name": "@4awpawz/trio",
"version": "6.1.0",
"description": "Fast, simple yet powerful JavaScript-driven static site generation.",
"keywords": [
"static-site-generator",
"static-website-generator",
"site-generator",
"website-generator",
"blog-engine",
"blog-aware",
"markup",
"markdown",
"html",
"javascript",
"cheerio",
"browsersync"
],
"homepage": "https://gettriossg.com",
"main": "index.js",
"bin": {
"trio": "bin/trio.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jeffrey Schwartz",
"repository": {
"type": "git",
"url": "https://github.com/4awpawz/trio"
},
"bugs": {
"url": "https://github.com/4awpawz/trio/issues",
"email": "[email protected]"
},
"license": "MIT",
"devDependencies": {
"eslint": "^7.25.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^4.1.0"
},
"dependencies": {
"@4awpawz/buster": "^1.0.0",
"autoprefixer": "^10.2.5",
"browser-sync": "^2.26.14",
"caniuse-lite": "^1.0.30001223",
"cheerio": "^0.22.0",
"chokidar": "^3.5.1",
"cssnano": "^5.0.2",
"cssnano-preset-default": "^5.0.1",
"fs-extra": "^10.0.0",
"glob": "^7.1.7",
"gray-matter": "^4.0.3",
"import-fresh": "^3.3.0",
"js-beautify": "^1.13.13",
"marked": "^2.0.3",
"portscanner": "^2.2.0",
"postcss": "^8.2.14",
"sass": "^1.32.12"
}
}