-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 935 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
31
32
{
"name": "lewisnyman.co.uk",
"version": "0.0.0",
"description": "Lewis' personal thinking spot'",
"repository": {
"type": "git",
"url": "https://github.com/lewisnyman/lewisnyman.co.uk-source"
},
"scripts": {
"start": "npm run sass && npx @11ty/eleventy",
"debug": "DEBUG=Eleventy* npx @11ty/eleventy",
"sass": "sass --style=compressed src/assets/scss/styling.scss src/assets/stylesheets/styling.css",
"watch:eleventy": "npx @11ty/eleventy --serve",
"watch:sass": "npm run sass -- --watch",
"watch": "npm-run-all --parallel watch:**"
},
"dependencies": {},
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"dotenv": "^8.6.0",
"eleventy-plugin-local-respimg": "^0.4.0",
"fibers": "^5.0.0",
"fs-extra": "^9.1.0",
"moment": "^2.29.1",
"npm-run-all": "^4.1.5",
"reading-time": "^1.5.0",
"sass": "^1.43.4"
},
"engines": {
"node": ">=12.0"
}
}