mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-17 05:50:24 +00:00
58 lines
1.8 KiB
JSON
58 lines
1.8 KiB
JSON
{
|
|
"name": "djlint_docs",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "eleventy --serve --watch",
|
|
"install": "ELEVENTY_PRODUCTION=true eleventy",
|
|
"updateSearch": "node ./src/search/update-algolia-index.js",
|
|
"format": "prettier --config .prettierrc \"src/**/*.{ts,css,less,scss,js,json,md,yaml,html}\" --write"
|
|
},
|
|
"keywords": [],
|
|
"author": "Christopher Pickering",
|
|
"license": "AGPL-3.0-or-later",
|
|
"browserslist": "> 2%, not dead",
|
|
"dependencies": {
|
|
"@creativebulma/bulma-divider": "^1.1.0",
|
|
"@fontsource/crimson-pro": "^4.5.2",
|
|
"@fontsource/rasa": "^4.5.4",
|
|
"@quasibit/eleventy-plugin-schema": "^1.6.0",
|
|
"@sindresorhus/slugify": "^2.1.0",
|
|
"animate-sass": "^0.8.2",
|
|
"eleventy-critical-css": "^1.1.0",
|
|
"md5": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^1.0.0",
|
|
"@11ty/eleventy-img": "^1.0.0",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^4.0.0",
|
|
"@fontsource/inter": "^4.5.2",
|
|
"@fortawesome/fontawesome-free": "^5.15.4",
|
|
"@fullhuman/postcss-purgecss": "^4.1.3",
|
|
"@toycode/markdown-it-class": "^1.2.4",
|
|
"algoliasearch": "^4.12.1",
|
|
"autoprefixer": "^10.4.2",
|
|
"bulma": "^0.9.3",
|
|
"bulma-pricingtable": "^0.2.0",
|
|
"cssnano": "^5.0.16",
|
|
"eleventy-plugin-metagen": "^1.5.2",
|
|
"esbuild": "^0.14.14",
|
|
"eslint": "^8.8.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-plugin-import": "^2.25.4",
|
|
"fontawesome-subset": "^3.0.0",
|
|
"html-minifier": "^4.0.0",
|
|
"markdown-it": "^12.3.2",
|
|
"markdown-it-anchor": "^8.4.1",
|
|
"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",
|
|
"prettier": "^2.5.1",
|
|
"prismjs": "^1.26.0",
|
|
"sass": "^1.49.0",
|
|
"slugify": "^1.6.5"
|
|
}
|
|
}
|