-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 877 Bytes
/
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
{
"name": "heatherbrokmeier",
"version": "1.0.0",
"description": "My personal site.",
"main": "index.js",
"scripts": {
"sass": "sass --style=compressed src/scss/style.scss assets/css/style.css",
"watch:eleventy": "npx @11ty/eleventy --serve",
"watch:sass": "npm run sass -- --watch",
"start": "npm-run-all sass --parallel watch:*",
"build": "npm run sass && npx @11ty/eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hbrok/heatherbrokmeier.com.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hbrok/heatherbrokmeier.com/issues"
},
"homepage": "https://github.com/hbrok/heatherbrokmeier.com#readme",
"devDependencies": {
"@11ty/eleventy": "^0.11.1",
"markdown-it-attrs": "^4.0.0",
"npm-run-all": "^4.1.5",
"sass": "^1.32.8"
}
}