-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
executable file
·39 lines (39 loc) · 1018 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
33
34
35
36
37
38
39
{
"name": "@bly-th/eleventy",
"version": "1.0.0",
"description": "An eleventy starter framework.",
"repository": {
"type": "git",
"url": "https://github.com/bly-th/eleventy"
},
"scripts": {
"blyth": "npm run blyth",
"dev": "npm run serve",
"serve": "npx eleventy --serve",
"production": "npx eleventy"
},
"bin": {
"blyth": "node_modules/@bly-th/css/src/index.js"
},
"blyth": {
"tokensOutputPath": "src/_includes/css/utility/tokens.css",
"utilityOutputPath": "src/_includes/css/utility"
},
"author": "Ryan Gittings",
"license": "GPL-2.0 AND MIT",
"homepage": "https://github.com/bly-th/eleventy",
"devDependencies": {
"@11ty/eleventy": "^1.0.1",
"@11ty/eleventy-plugin-rss": "^1.1.0",
"@bly-th/css": "^0.1.5",
"@tryghost/content-api": "^1.4.12",
"clean-css": "^4.2.3",
"dotenv": "^8.2.0",
"node-fetch": "^2.6.0",
"striptags": "^3.1.1"
},
"dependencies": {
"isomorphic-fetch": "^3.0.0",
"lunr": "^2.3.9"
}
}