-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·31 lines (31 loc) · 931 Bytes
/
package.json
File metadata and controls
executable file
·31 lines (31 loc) · 931 Bytes
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
{
"name": "blyth-css-docs",
"version": "1.0.0",
"description": "A tiny little starter CSS toolkit",
"repository": {
"type": "git",
"url": "https://github.com/ryangittings/blyth-css-docs"
},
"scripts": {
"dev": "npm run serve",
"serve": "ELEVENTY_ENV=development npx eleventy --serve",
"production": "npx eleventy"
},
"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/ryangittings/blyth-css-docs",
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-navigation": "^0.1.6",
"@11ty/eleventy-plugin-rss": "^1.1.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.6",
"@bly-th/css": "^0.5.2",
"clean-css": "^4.2.3",
"node-fetch": "^2.6.0",
"node-html-parser": "^2.1.0"
}
}