31 lines
868 B
JSON
31 lines
868 B
JSON
{
|
|
"name": "css-components",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"author": "Lewis Dale <lewis@ihd.software>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^2.0.1",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
|
"@toycode/markdown-it-class": "^1.2.4",
|
|
"autoprefixer": "^10.4.16",
|
|
"cssnano": "^6.0.1",
|
|
"eleventy-plugin-postcss": "^1.0.4",
|
|
"markdown-it": "^13.0.2",
|
|
"markdown-it-abbr": "^1.0.4",
|
|
"markdown-it-anchor": "^8.6.7",
|
|
"markdown-it-emoji": "^2.0.2",
|
|
"markdown-it-footnote": "^3.0.3",
|
|
"markdown-it-link-attributes": "^4.0.1",
|
|
"markdown-it-mark": "^3.0.1",
|
|
"markdown-it-prism": "^2.3.0",
|
|
"postcss-import": "^15.1.0",
|
|
"postcss-import-ext-glob": "^2.1.1",
|
|
"postcss-nested": "^6.0.1"
|
|
},
|
|
"scripts": {
|
|
"serve": "eleventy --serve",
|
|
"build": "eleventy"
|
|
}
|
|
}
|