-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.39 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
{
"name": "makkusu.dev",
"version": "1.2.6",
"description": "Private website of Maximilian Boll",
"main": "index.js",
"scripts": {
"watch:sass": "sass --style=compressed --watch src/assets/stylesheets/application.scss:src/assets/stylesheets/application.min.css",
"build:sass": "sass --style=compressed src/assets/stylesheets/application.scss:src/assets/stylesheets/application.min.css",
"build:sass:fontawesome": "sass --style=compressed src/assets/stylesheets/fontawesome.scss:src/assets/stylesheets/fontawesome.min.css",
"watch:eleventy": "npx @11ty/eleventy --serve",
"build:eleventy": "npx @11ty/eleventy",
"start": "npm-run-all build:sass --parallel watch:*",
"build": "npm-run-all build:*",
"test": "npx standard"
},
"author": "Maximilian Boll",
"repository": {
"type": "git",
"url": "git+https://github.com/myxotod/makkusu.dev.git"
},
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-inclusive-language": "^1.0.3",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@myxotod/eleventy-plugin-readingtime": "^1.0.1",
"del": "^6.0.0",
"eleventy-plugin-page-assets": "github:maxboeck/eleventy-plugin-page-assets",
"html-minifier": "^4.0.0",
"npm-run-all": "^4.1.5",
"path": "^0.12.7",
"sass": "^1.72.0",
"standard": "^17.1.0"
}
}