-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.08 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.08 KB
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": "RomainMuller.github.io",
"private": true,
"version": "1.0.0",
"scripts": {
"build": "npm-run-all -p 'build:*'",
"serve": "npm-run-all -p 'serve:*'",
"build:11ty": "npx @11ty/eleventy",
"build:tailwind": "npx @tailwindcss/cli -i css/style.css -o _site/css/style.css --postcss",
"serve:11ty": "npm run build:11ty -- --serve",
"serve:tailwind": "npm run build:tailwind -- --watch"
},
"dependencies": {
"@datadog/browser-rum": "^5.23.3",
"bootstrap-icons": "^1.11.3",
"markdown-it-attrs": "^4.1.6"
},
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-plugin-rss": "^2.0.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@tailwindcss/cli": "^4.0.16",
"@tailwindcss/postcss": "^4.0.16",
"@types/markdown-it": "^14.1.2",
"cssnano": "^7.0.4",
"esbuild": "^0.24.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.0.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.40",
"tailwindcss": "^4.0.16"
},
"packageManager": "yarn@4.1.1",
"engines": {
"node": ">=21.5.0"
}
}