djLint/docs/package.json

72 lines
2.2 KiB
JSON
Raw Permalink 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.64",
2022-01-03 22:45:58 +00:00
"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",
2022-02-14 16:11:10 +00:00
"build": "ELEVENTY_PRODUCTION=true eleventy",
2022-01-24 15:03:25 +00:00
"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-11-21 15:54:00 +00:00
"@codemirror/lang-html": "^6.2.0",
"@codemirror/state": "^6.1.4",
2022-01-03 22:45:58 +00:00
"@creativebulma/bulma-divider": "^1.1.0",
2022-04-25 13:53:49 +00:00
"@fontsource/crimson-pro": "^4.5.8",
2022-04-05 16:09:29 +00:00
"@fontsource/rasa": "^4.5.8",
"@quasibit/eleventy-plugin-schema": "^1.9.1",
2022-11-21 15:54:00 +00:00
"@rollup/plugin-node-resolve": "^15.0.1",
2022-01-03 22:45:58 +00:00
"@sindresorhus/slugify": "^2.1.0",
"animate-sass": "^0.8.2",
2022-02-09 16:13:56 +00:00
"animate.css": "github:animate-css/animate.css",
2022-11-21 15:54:00 +00:00
"codemirror": "^6.0.1",
2022-01-24 15:43:22 +00:00
"eleventy-critical-css": "^1.1.0",
2022-02-09 16:13:56 +00:00
"eleventy-plugin-i18n": "^0.1.3",
2022-11-21 15:54:00 +00:00
"md5": "^2.3.0",
"rollup": "^3.3.0"
2022-01-03 22:45:58 +00:00
},
"devDependencies": {
"@11ty/eleventy": "1.0.2",
"@11ty/eleventy-img": "3.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "4.2.0",
"@fontsource/inter": "4.5.15",
"@fortawesome/fontawesome-free": "6.3.0",
"@fullhuman/postcss-purgecss": "5.0.0",
2022-04-05 14:58:41 +00:00
"@toycode/markdown-it-class": "1.2.4",
"algoliasearch": "4.14.3",
"autoprefixer": "10.4.13",
"bulma": "0.9.4",
2022-04-05 14:58:41 +00:00
"bulma-pricingtable": "0.2.0",
"cssnano": "5.1.14",
2022-04-07 13:27:52 +00:00
"cz-conventional-changelog": "3.3.0",
"eleventy-plugin-edit-on-github": "1.1.0",
"eleventy-plugin-metagen": "1.7.11",
"esbuild": "0.17.7",
"eslint": "8.33.0",
2022-04-05 14:58:41 +00:00
"eslint-config-airbnb-base": "15.0.0",
2023-01-23 07:09:57 +00:00
"eslint-plugin-import": "2.27.5",
"fontawesome-subset": "4.3.1",
2022-04-05 14:58:41 +00:00
"html-minifier": "4.0.0",
"markdown-it": "13.0.1",
"markdown-it-anchor": "8.6.6",
2022-04-05 14:58:41 +00:00
"markdown-it-div": "1.1.0",
"markdown-it-imsize": "2.0.1",
"outdent": "0.8.0",
"postcss-cli": "10.1.0",
"postcss-nested": "6.0.0",
"prettier": "2.8.4",
"prismjs": "1.29.0",
"sass": "1.58.0",
2022-04-05 14:58:41 +00:00
"slugify": "1.6.5"
2022-04-05 16:09:29 +00:00
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
2021-12-14 08:57:37 +00:00
}
}