djLint/docs/package.json

60 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",
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-02-13 01:13:38 +00:00
"@fontsource/crimson-pro": "^4.5.4",
"@fontsource/rasa": "^4.5.6",
2022-03-04 15:11:14 +00:00
"@quasibit/eleventy-plugin-schema": "^1.9.0",
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-01-24 15:43:22 +00:00
"@11ty/eleventy": "^1.0.0",
2022-03-04 15:11:14 +00:00
"@11ty/eleventy-img": "^1.1.0",
2022-01-30 01:05:11 +00:00
"@11ty/eleventy-plugin-syntaxhighlight": "^4.0.0",
2022-02-13 01:13:38 +00:00
"@fontsource/inter": "^4.5.4",
2022-02-14 16:49:50 +00:00
"@fortawesome/fontawesome-free": "5.14.0",
2022-01-24 15:43:22 +00:00
"@fullhuman/postcss-purgecss": "^4.1.3",
2022-01-03 22:45:58 +00:00
"@toycode/markdown-it-class": "^1.2.4",
2022-03-04 15:11:14 +00:00
"algoliasearch": "^4.12.2",
2022-01-14 15:29:21 +00:00
"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-03-04 15:11:14 +00:00
"cssnano": "^5.1.0",
2022-01-24 15:43:22 +00:00
"eleventy-plugin-metagen": "^1.5.2",
2022-03-04 15:11:14 +00:00
"esbuild": "^0.14.25",
"eslint": "^8.10.0",
2022-01-24 15:03:25 +00:00
"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-24 15:43:22 +00:00
"markdown-it-anchor": "^8.4.1",
2022-01-03 22:45:58 +00:00
"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-02-21 14:47:03 +00:00
"prismjs": "^1.27.0",
2022-03-04 15:11:14 +00:00
"sass": "^1.49.9",
2022-01-24 15:43:22 +00:00
"slugify": "^1.6.5"
2021-12-14 08:57:37 +00:00
}
}