-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.91 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "danieletabellini-11ty-vite",
"version": "1.1.1",
"type": "module",
"description": "My personal digital playground",
"browserslist": [
"> 0.5%",
"not IE 11"
],
"scripts": {
"postinstall": "npx patch-package --patch-dir .node_modules_patches",
"start": "npx @11ty/eleventy --serve",
"dev": "npx @11ty/eleventy --serve",
"watch": "npx @11ty/eleventy --watch",
"serve": "npx @11ty/eleventy --serve",
"bench": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy",
"build": "env NODE_ENV=production npx @11ty/eleventy",
"postbuild": "env NODE_ENV=production npx pagefind --site _site --glob '**/*.html'",
"clean": "del-cli _site",
"format:style": "stylelint --allow-empty-input '**/*.{css,scss}' --fix",
"format:md": "prettier '**/*.md' --write && eslint '**/*.md' --fix",
"format:js": "prettier '**/*.js' --write && eslint '**/*.js' --fix",
"format:json": "prettier '**/*.json' --write",
"format": "run-s format:*",
"lint": "eslint '**/*.js' && eslint '**/*.md' && stylelint --allow-empty-input '**/*.{css,scss}'"
},
"repository": {
"type": "git",
"url": "git+https://Fupete@github.com/Fupete/danieletabellini.git"
},
"author": "Fupete",
"license": "GPL3",
"bugs": {
"url": "https://github.com/Fupete/danieletabellini/issues"
},
"homepage": "https://danieletabellini.com",
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-fetch": "^5.0.1",
"@11ty/eleventy-img": "^5.0.0",
"@11ty/eleventy-navigation": "^0.3.3",
"@11ty/eleventy-plugin-rss": "^2.0.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@11ty/eleventy-plugin-vite": "^5.0.0",
"@babel/eslint-parser": "^7.23.3",
"@babel/preset-env": "^7.23.8",
"@rollup/plugin-eslint": "^9.0.5",
"autoprefixer": "^10.4.7",
"cssnano": "^7.0.6",
"cssremedy": "^0.1.0-beta.2",
"del-cli": "^6.0.0",
"eleventy-plugin-emoji": "^1.1.0",
"eleventy-plugin-og-image": "^4.0.0",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-html": "^8.0.0",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-prettier": "^5.1.3",
"luxon": "^3.0.1",
"markdown-it": "^14.0.0",
"markdown-it-anchor": "^9.2.0",
"npm-run-all": "^4.1.5",
"pagefind": "^1.0.4",
"postcss-nesting": "^13.0.0",
"prettier": "^3.2.4",
"rollup-plugin-critical": "^1.0.12",
"sass": "^1.70.0",
"sharp": "^0.33.2",
"stylelint": "^16.2.0",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-standard-scss": "^14.0.0",
"vite": "^6.0.2"
},
"dependencies": {
"@orestbida/iframemanager": "^1.2.5",
"@tgwf/co2": "^0.16.1",
"eleventy-plugin-icons": "^4.4.1",
"eleventy-plugin-reading-time": "^0.0.1",
"globals": "^15.11.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-toc-done-right": "^4.2.0",
"photoswipe": "^5.3.7",
"speedlify-score": "^4.0.2"
}
}