-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.26 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
{
"name": "bryan-friedman",
"title": "Bryan Friedman",
"version": "1.0",
"homepage": "https://www.bryanfriedman.com",
"author": "Bryan Friedman",
"scripts": {
"start": "npm run dev",
"kill": "kill $(ps -ef | grep '[n]pm exec @11ty/eleventy --serve' | awk '{print $2}')",
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -rf dist && rm -rf public",
"dev": "open=true npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy && cp -r ./dist/ ./public"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"eleventy-plugin-page-assets": "github:maxboeck/eleventy-plugin-page-assets",
"eleventy-plugin-purgecss": "^0.5.0",
"html-minifier-terser": "^7.2.0",
"luxon": "^3.3.0",
"markdown-it": "^14.1.0",
"markdown-it-attrs": "^4.2.0",
"node-fetch": "^2.7.0",
"nunjucks": "^3.2.3",
"open": "8.4.2",
"postcss": "^8.4.45",
"rimraf": "^6.0.1",
"sass": "1.60.0",
"uglify-js": "^3.19.3"
},
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-bundle": "^1.0.4",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"bootstrap": "^5.3.3"
}
}