-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 855 Bytes
/
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
{
"name": "plaksin.net",
"version": "1.0.0",
"description": "",
"keywords": [],
"author": "Oleg Mitorun",
"license": "ISC",
"main": ".eleventy.js",
"scripts": {
"start": "npx @11ty/eleventy --serve --quiet",
"build": "rm -rf site && npx @11ty/eleventy"
},
"browserslist": [
"last 2 version",
"> 0.9%",
"not dead",
"not ie <= 11",
"iOS >= 14"
],
"devDependencies": {
"@11ty/eleventy": "^1.0.2",
"@11ty/eleventy-img": "^2.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0",
"autoprefixer": "^10.4.13",
"eleventy-plugin-helmet": "^0.2.2",
"esbuild": "^0.15.12",
"html-minifier-terser": "^7.0.0",
"path": "^0.12.7",
"postcss": "^8.4.18",
"postcss-csso": "^6.0.1",
"postcss-import": "^15.0.0",
"postcss-media-minmax": "^5.0.0",
"pretty-data": "^0.40.0",
"svgo": "^3.0.2",
"typograf": "^6.15.1"
}
}