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
|
{
"name": "sudomsg",
"version": "1.0.0",
"description": "Sudomsg Website",
"scripts": {
"build": "eleventy",
"serve": "http-server dist/ -g"
},
"keywords": [],
"author": "Marc Pervaz Boocha",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-plugin-rss": "^1.1.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.2",
"autoprefixer": "^10.3.4",
"cssnano": "^5.0.8",
"html-minifier": "^4.0.0",
"http-server": "^13.0.2",
"markdown-it-attrs": "^4.0.0",
"postcss": "^8.3.6",
"postcss-import": "^14.0.2",
"standard": "^16.0.3"
},
"browserslist": [
"defaults",
"not IE 11"
]
}
|