djLint/docs/package.json

53 lines
1.5 KiB
JSON
Raw Normal View History

2021-12-14 08:57:37 +00:00
{
2022-01-03 22:45:58 +00:00
"name": "djlint_docs",
"version": "1.0.0",
"description": "",
"main": "index.js",
2021-12-14 08:57:37 +00:00
"scripts": {
2022-01-03 22:45:58 +00:00
"start": "eleventy --serve --watch",
"install": "ELEVENTY_PRODUCTION=true eleventy",
"updateSearch": "node ./src/search/update-algolia-index.js"
2021-12-14 08:57:37 +00:00
},
2022-01-03 22:45:58 +00:00
"keywords": [],
2021-12-14 08:57:37 +00:00
"author": "Christopher Pickering",
2022-01-03 22:45:58 +00:00
"license": "AGPL-3.0-or-later",
"browserslist": "> 2%, not dead",
2021-12-14 08:57:37 +00:00
"dependencies": {
2022-01-03 22:45:58 +00:00
"@creativebulma/bulma-divider": "^1.1.0",
"@fontsource/rasa": "^4.5.3",
"@quasibit/eleventy-plugin-schema": "^1.0.0",
"@sindresorhus/slugify": "^2.1.0",
"animate-sass": "^0.8.2",
"eleventy-critical-css": "^1.0.0",
"md5": "^2.3.0"
},
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-img": "^1.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.2",
"@fontsource/inter": "^4.5.0",
"@fortawesome/fontawesome-free": "^5.15.4",
"@fullhuman/postcss-purgecss": "^4.0.3",
"@toycode/markdown-it-class": "^1.2.4",
"algoliasearch": "^4.10.5",
"autoprefixer": "^10.3.1",
2021-12-14 08:57:37 +00:00
"bulma": "^0.9.3",
2022-01-03 22:45:58 +00:00
"bulma-pricingtable": "^0.2.0",
"cssnano": "^5.0.14",
"eleventy-plugin-metagen": "^1.4.0",
"esbuild": "^0.14.6",
"fontawesome-subset": "^3.0.0",
"html-minifier": "^4.0.0",
"markdown-it": "^12.3.0",
"markdown-it-anchor": "^8.3.0",
"markdown-it-div": "^1.1.0",
"markdown-it-imsize": "^2.0.1",
"outdent": "^0.8.0",
"postcss-cli": "^9.1.0",
"postcss-nested": "^5.0.6",
"prismjs": "^1.24.1",
"sass": "^1.45.1",
"slugify": "^1.6.4"
2021-12-14 08:57:37 +00:00
}
}