mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-17 05:50:24 +00:00
66 lines
2 KiB
JSON
66 lines
2 KiB
JSON
{
|
|
"name": "djlint_docs",
|
|
"version": "1.0.40",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "eleventy --serve --watch",
|
|
"build": "ELEVENTY_PRODUCTION=true eleventy",
|
|
"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.8",
|
|
"@fontsource/rasa": "^4.5.8",
|
|
"@quasibit/eleventy-plugin-schema": "^1.9.1",
|
|
"@sindresorhus/slugify": "^2.1.0",
|
|
"animate-sass": "^0.8.2",
|
|
"animate.css": "github:animate-css/animate.css",
|
|
"eleventy-critical-css": "^1.1.0",
|
|
"eleventy-plugin-i18n": "^0.1.3",
|
|
"md5": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "1.0.2",
|
|
"@11ty/eleventy-img": "2.0.1",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "4.1.0",
|
|
"@fontsource/inter": "4.5.14",
|
|
"@fortawesome/fontawesome-free": "6.2.0",
|
|
"@fullhuman/postcss-purgecss": "5.0.0",
|
|
"@toycode/markdown-it-class": "1.2.4",
|
|
"algoliasearch": "4.14.2",
|
|
"autoprefixer": "10.4.13",
|
|
"bulma": "0.9.4",
|
|
"bulma-pricingtable": "0.2.0",
|
|
"cssnano": "5.1.13",
|
|
"cz-conventional-changelog": "3.3.0",
|
|
"eleventy-plugin-edit-on-github": "1.1.0",
|
|
"eleventy-plugin-metagen": "1.7.11",
|
|
"esbuild": "0.15.12",
|
|
"eslint": "8.26.0",
|
|
"eslint-config-airbnb-base": "15.0.0",
|
|
"eslint-plugin-import": "2.26.0",
|
|
"fontawesome-subset": "4.3.1",
|
|
"html-minifier": "4.0.0",
|
|
"markdown-it": "13.0.1",
|
|
"markdown-it-anchor": "8.6.5",
|
|
"markdown-it-div": "1.1.0",
|
|
"markdown-it-imsize": "2.0.1",
|
|
"outdent": "0.8.0",
|
|
"postcss-cli": "10.0.0",
|
|
"postcss-nested": "6.0.0",
|
|
"prettier": "2.7.1",
|
|
"prismjs": "1.29.0",
|
|
"sass": "1.55.0",
|
|
"slugify": "1.6.5"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
}
|
|
}
|
|
}
|