djLint/docs/package.json

59 lines
1.8 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",
2022-01-24 15:03:25 +00:00
"updateSearch": "node ./src/search/update-algolia-index.js",
"format": "prettier --config .prettierrc \"src/**/*.{ts,css,less,scss,js,json,md,yaml,html}\" --write"
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",
2022-01-06 19:41:15 +00:00
"@fontsource/crimson-pro": "^4.5.1",
2022-01-03 22:45:58 +00:00
"@fontsource/rasa": "^4.5.3",
2022-01-14 15:29:21 +00:00
"@quasibit/eleventy-plugin-schema": "^1.3.0",
2022-01-03 22:45:58 +00:00
"@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",
2022-01-14 15:29:21 +00:00
"algoliasearch": "^4.12.0",
"autoprefixer": "^10.4.2",
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",
2022-01-14 15:29:21 +00:00
"cssnano": "^5.0.15",
2022-01-03 22:45:58 +00:00
"eleventy-plugin-metagen": "^1.4.0",
2022-01-14 15:29:21 +00:00
"esbuild": "^0.14.11",
2022-01-24 15:03:25 +00:00
"eslint": "^8.7.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
2022-01-03 22:45:58 +00:00
"fontawesome-subset": "^3.0.0",
"html-minifier": "^4.0.0",
2022-01-14 15:29:21 +00:00
"markdown-it": "^12.3.2",
2022-01-03 22:45:58 +00:00
"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",
2022-01-24 15:03:25 +00:00
"prettier": "^2.5.1",
2022-01-14 15:29:21 +00:00
"prismjs": "^1.26.0",
"sass": "^1.48.0",
2022-01-03 22:45:58 +00:00
"slugify": "^1.6.4"
2021-12-14 08:57:37 +00:00
}
}