-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 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
{
"name": "kleinprojects-website",
"version": "2.5.0",
"description": "Landing page of Kleinprojects with blog and projects",
"dependencies": {
"striptags": "^3.2.0"
},
"devDependencies": {
"npm-check-updates": "^17.0.0",
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@11ty/eleventy-upgrade-help": "^3.0.0",
"@fortawesome/fontawesome-free": "^6.4.2",
"@playwright/test": "^1.39.0",
"bulma": "^1.0.0",
"gh-pages": "^6.0.0",
"markdown-it-anchor": "^9.0.0",
"moment": "^2.29.4",
"sass": "^1.69.3"
},
"scripts": {
"start": "eleventy --serve",
"dev": "npm start",
"build": "eleventy",
"test": "playwright test",
"test:headed": "npm test --headed",
"playwright:codegen": "playwright codegen",
"playwright:install": "playwright install --with-deps",
"deploy": "npm run build && gh-pages -d _site",
"deps:upgrade": "ncu"
},
"keywords": [
"Eleventy",
"minimalistic",
"blog",
"kleinprojects"
],
"author": "Marco Klein",
"license": "CC-BY-3.0"
}