2021-12-14 08:57:37 +00:00
|
|
|
{
|
2022-01-03 22:45:58 +00:00
|
|
|
"name": "djlint_docs",
|
2023-02-13 10:09:28 +00:00
|
|
|
"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": {
|
2022-08-22 05:09:05 +00:00
|
|
|
"@11ty/eleventy": "1.0.2",
|
2023-02-06 11:07:59 +00:00
|
|
|
"@11ty/eleventy-img": "3.0.0",
|
2022-11-07 07:57:47 +00:00
|
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "4.2.0",
|
2023-01-23 10:26:03 +00:00
|
|
|
"@fontsource/inter": "4.5.15",
|
2023-02-13 10:10:34 +00:00
|
|
|
"@fortawesome/fontawesome-free": "6.3.0",
|
2022-09-19 05:55:31 +00:00
|
|
|
"@fullhuman/postcss-purgecss": "5.0.0",
|
2022-04-05 14:58:41 +00:00
|
|
|
"@toycode/markdown-it-class": "1.2.4",
|
2022-12-26 11:51:33 +00:00
|
|
|
"algoliasearch": "4.14.3",
|
2022-10-31 07:53:00 +00:00
|
|
|
"autoprefixer": "10.4.13",
|
2022-08-01 12:44:09 +00:00
|
|
|
"bulma": "0.9.4",
|
2022-04-05 14:58:41 +00:00
|
|
|
"bulma-pricingtable": "0.2.0",
|
2022-11-03 11:20:47 +00:00
|
|
|
"cssnano": "5.1.14",
|
2022-04-07 13:27:52 +00:00
|
|
|
"cz-conventional-changelog": "3.3.0",
|
2022-06-27 05:58:11 +00:00
|
|
|
"eleventy-plugin-edit-on-github": "1.1.0",
|
2022-08-01 12:44:09 +00:00
|
|
|
"eleventy-plugin-metagen": "1.7.11",
|
2023-02-13 10:10:34 +00:00
|
|
|
"esbuild": "0.17.7",
|
2023-02-06 06:44:28 +00:00
|
|
|
"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",
|
2022-09-12 07:37:22 +00:00
|
|
|
"fontawesome-subset": "4.3.1",
|
2022-04-05 14:58:41 +00:00
|
|
|
"html-minifier": "4.0.0",
|
2022-08-01 12:44:09 +00:00
|
|
|
"markdown-it": "13.0.1",
|
2022-12-26 11:51:33 +00:00
|
|
|
"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",
|
2022-12-05 06:39:53 +00:00
|
|
|
"postcss-cli": "10.1.0",
|
2022-10-10 07:06:01 +00:00
|
|
|
"postcss-nested": "6.0.0",
|
2023-02-13 10:09:28 +00:00
|
|
|
"prettier": "2.8.4",
|
2022-08-29 12:16:21 +00:00
|
|
|
"prismjs": "1.29.0",
|
2023-02-06 11:07:23 +00:00
|
|
|
"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
|
|
|
}
|
|
|
|
|
}
|