djLint/docs/package.json

67 lines
2 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.20",
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-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-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-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-01-03 22:45:58 +00:00
"md5": "^2.3.0"
},
"devDependencies": {
2022-05-02 15:08:19 +00:00
"@11ty/eleventy": "1.0.1",
2022-04-07 13:27:52 +00:00
"@11ty/eleventy-img": "2.0.0",
2022-04-05 14:58:41 +00:00
"@11ty/eleventy-plugin-syntaxhighlight": "4.0.0",
2022-04-07 13:27:52 +00:00
"@fontsource/inter": "4.5.7",
"@fortawesome/fontawesome-free": "6.1.1",
2022-04-05 14:58:41 +00:00
"@fullhuman/postcss-purgecss": "4.1.3",
"@toycode/markdown-it-class": "1.2.4",
2022-04-07 13:27:52 +00:00
"algoliasearch": "4.13.0",
2022-05-02 15:08:19 +00:00
"autoprefixer": "10.4.5",
2022-04-05 14:58:41 +00:00
"bulma": "0.9.3",
"bulma-pricingtable": "0.2.0",
2022-04-07 13:27:52 +00:00
"cssnano": "5.1.7",
"cz-conventional-changelog": "3.3.0",
"eleventy-plugin-edit-on-github": "1.1.0",
"eleventy-plugin-metagen": "1.7.1",
2022-05-02 15:08:19 +00:00
"esbuild": "0.14.38",
"eslint": "8.20.0",
2022-04-05 14:58:41 +00:00
"eslint-config-airbnb-base": "15.0.0",
2022-05-02 05:39:17 +00:00
"eslint-plugin-import": "2.26.0",
"fontawesome-subset": "4.0.0",
2022-04-05 14:58:41 +00:00
"html-minifier": "4.0.0",
2022-05-02 15:08:19 +00:00
"markdown-it": "13.0.0",
"markdown-it-anchor": "8.6.2",
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.0.0",
2022-04-05 14:58:41 +00:00
"postcss-nested": "5.0.6",
2022-04-07 13:27:52 +00:00
"prettier": "2.6.2",
2022-05-02 15:08:19 +00:00
"prismjs": "1.28.0",
"sass": "1.50.1",
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
}
}