-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
23 lines (23 loc) · 897 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
{
"name": "baselayer-3",
"version": "3.3.0",
"description": "A modern starter CSS library with container queries, a real CSS grid system, clamp() powered typography and spacing sizes, OKLCH color utilities, and custom properties.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postcss": "postcss _src/css/baselsyer.css -o _src/css/min/baselayer.min.css -w",
"start": "npx @11ty/eleventy --serve --quiet",
"dev": "npx @11ty/eleventy --serve --quiet & postcss _src/css/baselayer.css -o _src/css/min/baselayer.min.css -w"
},
"author": "Simon Padbury",
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"cssnano": "^6.0.1",
"eleventy-plugin-toc": "^1.1.5",
"markdown-it": "^13.0.2",
"markdown-it-anchor": "^8.6.7",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0"
}
}