-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.76 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
{
"name": "pustelto_web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"packageManager": "[email protected]",
"scripts": {
"start": "npm run dev",
"dev": "npx @11ty/eleventy --serve",
"build": "ELEVENTY_ENV=production npx @11ty/eleventy && node split-css.js",
"postbuild": "node critical.js"
},
"author": "",
"license": "MIT",
"dependencies": {
"@11ty/eleventy": "1.0.2",
"@11ty/eleventy-img": "2.0.1",
"@pustelto/css-split": "0.1.1",
"cssnano": "5.1.14",
"cssnano-preset-advanced": "5.3.9",
"date-fns": "2.29.3",
"eleventy-plugin-reading-time": "0.0.1",
"html-minifier": "4.0.0",
"markdown-it": "13.0.1",
"markdown-it-abbr": "1.0.4",
"markdown-it-anchor": "8.6.6",
"markdown-it-footnote": "3.0.3",
"markdown-it-kbd": "2.2.2",
"markdown-it-playground": "0.0.5",
"markdown-it-toc-done-right": "4.2.0",
"postcss": "8.4.21",
"postcss-custom-media": "9.0.1",
"postcss-import": "15.1.0",
"postcss-strip-units": "2.0.1",
"precss": "4.0.0",
"puppeteer": "19.5.1"
},
"devDependencies": {
"@11ty/eleventy-navigation": "0.3.5",
"@11ty/eleventy-plugin-rss": "1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "4.2.0",
"@babel/core": "7.20.12",
"@babel/preset-env": "7.20.2",
"@babel/preset-modules": "0.1.5",
"babel-loader": "9.1.2",
"babel-plugin-named-asset-import": "0.3.8",
"copy-webpack-plugin": "11.0.0",
"critical": "5.0.4",
"postcss-merge-queries": "1.0.3",
"prettier": "2.8.8",
"readdirp": "3.6.0",
"terser-webpack-plugin": "5.3.6",
"webpack": "5.75.0"
},
"browserslist": [
"defaults",
"not ie 11",
"not ie_mob 11",
"not baidu >= 7.12",
"not and_qq >= 1.2",
"not op_mini all"
]
}