-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.2 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
{
"name": "flockeonline",
"version": "3.1.0",
"description": "Flocke Online - Meine kleine Rezeptsammlung",
"scripts": {
"clean": "rimraf _site",
"build:sass": "sass --no-source-map src/assets/scss/main.scss:_site/assets/css/main.css",
"build:11ty": "eleventy",
"build": "npm-run-all build:*",
"netlify": "npm-run-all build:*",
"watch:11ty": "eleventy --watch",
"watch:sass": "sass --watch src/assets/scss/main.scss:_site/assets/css/main.css",
"serve:11ty": "eleventy --serve",
"serve:sass": "sass src/assets/scss/main.scss:_site/assets/css/main.css",
"start": "npm-run-all --parallel serve:11ty watch:sass"
},
"repository": {
"type": "git",
"url": "git clone [email protected]:jensgro/flocke-online.git"
},
"author": {
"name": "Jens Grochtdreis",
"email": "[email protected]",
"url": "https://grochtdreis.de"
},
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^1.0.5",
"cross-env": "^7.0.3",
"luxon": "^3.4.4",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.0.1",
"npm-run-all": "^4.1.5",
"sass": "^1.77.8"
}
}